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 semantic name PR broke compilation of scalatest, see #2233, the stacktrace is at https://gist.github.com/smarter/2b03b8fc57f7b8e4a027affe39b4426b and fails in LambdaLift. I'm not sure why, but I've noticed that LambdaLift defines the following method:
private def newName(sym: Symbol)(implicit ctx: Context): Name = if (sym.isAnonymousFunction && sym.owner.is(Method, butNot = Label)) (sym.name ++ NJ ++ sym.owner.name).freshened else sym.name.freshened
Which seems like it should be creating a semantic qualified name instead.
The text was updated successfully, but these errors were encountered:
I don't think that's what it is. I think it rather has to do with #2216
Sorry, something went wrong.
e5c8fa3
Merge pull request #2263 from dotty-staging/fix-#2246-v2
0303089
Fix #2246: Use semantic names when freshening
odersky
No branches or pull requests
The semantic name PR broke compilation of scalatest, see #2233, the stacktrace is at https://gist.github.com/smarter/2b03b8fc57f7b8e4a027affe39b4426b and fails in LambdaLift. I'm not sure why, but I've noticed that LambdaLift defines the following method:
Which seems like it should be creating a semantic qualified name instead.
The text was updated successfully, but these errors were encountered: