continuation plugin in 2.8 : compiler option not working ?
Strange, when one set compiler option (in command line parameters) with
-P:continuations:enable
there's a compilation error message with
bad option: -P:continuations:enable
when using scalac, it compiles as expected
Was someone successful in integrating the (now embedded) continuation plugin in IntelliJ ?
Sure I could use a maven driven project but I'd rather like to have a clean intellij continuation plugin support.
Many thanks in advance
Please sign in to leave a comment.
yes, this works here with the following compiler options
-Xplugin:%pathto%/continuations.jar
-P:continuations:enable
right now playing with ingo maiers
scala.react