- Notifications
You must be signed in to change notification settings - Fork 3.1k
SI-10037 ASR/LSR switched in ICodeReader #5518
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
Conversation
lrytz left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! Could you mark the commit [nomerge]?
| case ASR => "ASR" | ||
| case LSR => "LSR" | ||
| case _ => throw new RuntimeException("ShitOp unknown case") | ||
| case _ => throw new RuntimeException("ShiftOp unknown case") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😳
| /rebuild |
5362776 to 070d03d Compare |
| Thanks @SethTisue . I was a bit casual b/c home with flu; I forgot the flags. Now I see that this test isn't inlining. If anyone reads this & knows why offhand, please let me know. Maybe I'll try a |
|
|
070d03d to baab91d Compare | Maybe I'll just delete the test. |
2691715 to 1d16014 Compare | Aha! Thanks for the hint. I got rid of packages because partest doesn't descend looking for a |
Noticed when inlining from a class file. The test doesn't work because inlining fails with bytecode unavailable due to: ``` scala.reflect.internal.MissingRequirementError: object X in compiler mirror not found. ```
1d16014 to 1dfdb9c Compare | It's such a great feeling when your PR reaches the Graphviz error output. |
Noticed when inlining from a class file.
JIRA: https://issues.scala-lang.org/browse/SI-10037