Scala 2.8.1 和 Eclipse 中的延续
我如何在 Eclipse 中使用 -P:continuations:enable 标志启动 scala(或 scalac) 我使用了 import scala.util.continuations._;在我的代码中,并且需要启用该插件。
How can i start scala (or scalac) with the -P:continuations:enable flag in Eclipse
I used import scala.util.continuations._; in my code , and need to enable the plugin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
窗口->首选项->斯卡拉 ->编译器
添加延续:启用P输入框
Window -> Preferences -> Scala -> Compiler
add continuations:enable to P input box
窗口->首选项->斯卡拉 ->编译器->标准
窗 ->首选项->斯卡拉 ->编译器->高级
窗口->首选项->斯卡拉 ->编译器->构建经理
sbt
Window -> Preferences -> Scala -> Compiler -> Standard
Window -> Preferences -> Scala -> Compiler -> Advanced
Window -> Preferences -> Scala -> Compiler -> Build Manager
sbt
您可能还需要将使用的 Eclipse 构建器从 refined 切换到 sbt,请参阅:http://scala-ide-portfolio.assembla.com/spaces/scala-ide/wiki/SBT-based_build_manager
但是,有是一个可能发生也可能不会发生的已知错误,请参阅:http://scala-ide-portfolio.assembla.com/spaces/scala-ide/tickets/1000617-sbt-build-manager- and-certain-compiler-options-don-t-mix(据称已在最新的隔夜构建中修复)。
You may also need to switch the Eclipse builder used from refined to sbt, see: http://scala-ide-portfolio.assembla.com/spaces/scala-ide/wiki/SBT-based_build_manager
However, there is a known bug with that which may or may not occur, see: http://scala-ide-portfolio.assembla.com/spaces/scala-ide/tickets/1000617-sbt-build-manager-and-certain-compiler-options-don-t-mix (allegedly fixed in latest overnight build).