We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code works on Scala 2.9.2 and 2.10.0-M2, and crashes from 2.10.0-M3 to 2.10.0-RC1
import scala.util.continuations._ private object Foo { private class Bar } class Foo { import Foo.Bar private def bad(): Bar @suspendable = { "baz" match { case _ => shift { (continue: Bar => Unit) => } } } }
The text was updated successfully, but these errors were encountered:
Imported From: https://issues.scala-lang.org/browse/SI-6585?orig=1 Reporter: @Atry Affected Versions: 2.10.0-M3, 2.10.0-M4, 2.10.0-M5, 2.10.0-M6, 2.10.0-M7, 2.10.0-RC1
Sorry, something went wrong.
@adriaanm said: We don't have the resources to fix CPS bugs. We will probably drop support for it in 2.11.
@Atry said: Oh no!
@adriaanm said: Sorry, the continuations plugin has been unsupported for a while now. Please open an issue over at https://github.com/scala/scala-continuations (we're still looking for a maintainer for it, though).
No branches or pull requests
This code works on Scala 2.9.2 and 2.10.0-M2, and crashes from 2.10.0-M3 to 2.10.0-RC1
The text was updated successfully, but these errors were encountered: