Hey guys -
Just curious on
(a) if scala should allow specifying multiple -Xplugin with the same jar (I'm not certain I understand why this causes continuations not to work. However, I know I can specify the same jar repeatedly ina classpath string with no ill effects but for my reputation),
(b) If Scala should issue a warning that "Hey dawg, you're being silly. So I put an error in your error so you can fix while you fix". That is, with the behavior change, maybe we go the extra mile to tell people while their continuations aren't compiling (HEY you specified the plugin twice and we accidentally instantiated it twice, but only allow flags to touch the first instance) or something like that.
(c) Should I open a ticket about the issue on Scala as well? No harm in fixing everywhere right?