Enable continuations? Permanently deleted user 创建于 2010年06月04日 18:48 I'm trying to compile the scala.react project in intellij. Where can I find info on how to enable support for continuations (if anywhere)?
Dito! Working with the CPS-Plugin, the -P:continuations:enable flag seems to be not available.
When writing it into the scala-compiler preferences in the settings, it is rejected as being invalid.
Any idea?
http://article.gmane.org/gmane.comp.lang.scala.user/27562
you may have to install scala-devel: sbaz install scala-devel
Nice. I just built scala-react and succesfully ran the tests.
All I did was download the RC3 continuations plugin (from http://scala-tools.org/repo-releases/) and set the scalac options as described aboved.