-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Symbol encoding should be done late #30
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
Comments
Would then ClassfileReader have to undo name mangling? |
Yes, it would. |
Great news! |
Is it time to revisit this yet? |
See also https://issues.scala-lang.org/browse/SI-2034 which affects Dotty as well. |
OlivierBlanvillain
pushed a commit
to OlivierBlanvillain/dotty
that referenced
this issue
Dec 12, 2016
Fixed looping data flow analyzer (due to asymmetric equals method in lattices) (ticket scala#30).
This issue was solved with #2128. |
noti0na1
added a commit
to noti0na1/dotty
that referenced
this issue
Oct 17, 2019
* revert changes to `typedThrow`; the expression of `throw` cannot be `null` * move `flowFacts` in `Context` * modify comment in `Flags` about `JavaEnumValue` * remove extra function in `simpleApply` * remove extra comments
szymon-rd
pushed a commit
that referenced
this issue
Dec 9, 2022
styles corections according to designer specification
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, + is encoded to $plus in phase Namer. We agreed it should be done during bytecode generation instead.
The text was updated successfully, but these errors were encountered: