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
The following symbol seems to cause symbol ownership issues (x not found anymore) when rewriting the Option.getOrElse stream:
def wrap[T](body: => T): Option[T] = Option(body) wrap({ val x = 10; Option(x) }) getOrElse 0
It is currently detected and mitigated (skipped) by Strategies.hasKnownLimitationOrBug, but needs to be fixed.
Could be related to / duplicate of issue #20.
The text was updated successfully, but these errors were encountered:
Streams: mitigate issue #21
96864cf
No branches or pull requests
The following symbol seems to cause symbol ownership issues (x not found anymore) when rewriting the Option.getOrElse stream:
It is currently detected and mitigated (skipped) by Strategies.hasKnownLimitationOrBug, but needs to be fixed.
Could be related to / duplicate of issue #20.
The text was updated successfully, but these errors were encountered: