-
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
AssertionError: no TypeBounds allowed, on wildcard (?) in extends clause #22518
Comments
Include a workaround for scala/scala3#22518
Last good stable version: 3.6.2
Edit: Updated bisect in a comment below: #22518 (comment) |
I can try to look at this but caac72a is unrelated (it was a change to stdlib method only accessible in macros, no macros here though) |
@jchyb Yeah... I'm looking at it right now, and I think my initial bisect may have been wrong. |
No worries, I thought there might have been some mix up between the issues |
Okay... updated bisect: Last good stable version: 3.6.2 The error seems to have been introduced somewhere in 9d78307..6e32627, so one of: The bisect script points at 34f1c54, but that can't be right, either... 😕 6e32627 seems to me to be the most likely culprit. cc @dwijnand |
Compiler version
3.6.3
Worked in 3.5.2, so this is a regression.
Minimized code
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: