-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Spurious errors depending on package name #16012
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
Idea from @dwijnand: maybe the order of packages depend on the hash of the package name? |
That is my current theory too. It looks like it crashed whenever the name of the package is lexicographically smaller than |
This behaviour looks to be intended (by adding antisymmetry to the I checked which tests would fail if I changed it to always erase to the left value and it ended up being just 3 tests: @smarter Do you know if the " |
Compiler version
3.1.3
,3.2.2-RC1-bin-20220908-c11f5cb-NIGHTLY
Minimized code
Main.scala
tag.scala
Output
Expectation
Program should print
Map()
. In general I've noticed that package names starting witht
and higher work, other don't, although I haven't tested enough to be 100% sure exactly which package names will work.The text was updated successfully, but these errors were encountered: