如何使 sbt `console` 使用 -Yrepl-sync?
Scala 2.9.1 中的新功能是 -Yrepl-sync 选项,它可以防止每个 REPL 行在新线程中运行:
scala -Yrepl-sync
当我从 sbt 运行 console
时,如何让它传入它?
New in Scala 2.9.1 is the -Yrepl-sync option, which prevents each REPL line from being run in a new thread:
scala -Yrepl-sync
When I run console
from sbt, how do I have it pass this in?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短回答:
如何发现这一点:
Short answer:
How to discover this: