Question

Scala includes the continuations plugin now (yay), but must be enabled by passing "-P:continuations:enable" to the scala compiler. Is there a way to pass arbitrary arguments to scalac for the eclipse scala plugin?

From: http://permalink.gmane.org/gmane.comp.lang.scala/19439

the plugin is loaded by default, but it must be enabled by the command line argument -P:continuations:enable

Was it helpful?

Solution

I'll add an option to enable continuations ASAP. Open an enhancement ticket for it in Trac so it doesn't get forgotten about.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top