-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
repl crash ClassNotFoundException: ValueOf #17231
Comments
found a much simpler crasher: scala> summon[ValueOf["a"]] |
This issue was picked for the Issue Spree No. 29 of 18 April 2023 which takes place in a week from now. @SethTisue, @Sporarum, @Decel, @gagandeepkalra will be working on it. If you have any insight into the issue or guidance on how to fix it, please leave it here. |
I can't make the spree this week after all :-( |
I was not able to replicate this issue on main (6980b2e): scala> summon[ValueOf["a"]]
val res0: ValueOf["a"] = scala.ValueOf@61 |
Ah, right, ValueOf is a value class, so this is fixed by #16393. |
Thanks a lot @Sporarum. Instead of this issue, @Sporarum, @Decel, @gagandeepkalra and @jan-pieter will work on #12460 during today's issue spree. |
Compiler version
3.2.2
Minimized code
The text was updated successfully, but these errors were encountered: