Scalac command line parameters in eclipse?
Scala includes the continuations plugin now (yay), but must be enabled by passing "-P:continu开发者_运维问答ations: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
I'll add an option to enable continuations ASAP. Open an enhancement ticket for it in Trac so it doesn't get forgotten about.
精彩评论