eclipse中的Scalac命令行参数?
Scala 现在包含了 Continuations 插件(是的),但必须通过将“-P:continuations:enable”传递给 scala 编译器来启用。有没有办法将任意参数传递给 eclipse scala 插件的 scalac?
来自:http://permalink.gmane.org/gmane.comp.lang。 scala/19439
插件默认加载,但是 必须通过命令行启用 参数 -P:延续:启用
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将添加一个选项以尽快启用延续。在 Trac 中为其打开增强票证,这样它就不会被遗忘。
I'll add an option to enable continuations ASAP. Open an enhancement ticket for it in Trac so it doesn't get forgotten about.