Skip to content
New issue

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

Investigate self variables in scala. Look like they are being nulled. #134

Closed
johnynek opened this issue Sep 23, 2013 · 1 comment
Closed

Comments

@johnynek
Copy link
Collaborator

trait Example { self =>
  def me: Example = self
}

That might do show the bug. Other cases similar to this (Aggregator in algebird, and Functions in Summingbird) have shown self getting nulled.

@sritchie
Copy link
Collaborator

Definitely happened with Scala 2.10 in our FlatMapOperation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants