-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Crash due to wildApprox
failed to remove uninstantiated A` under new 3.6 implicits resolution
#21215
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
Fixed probably in #21226 . No longer crashes in 3.6.0-RC1-bin-20240719-af933c4-NIGHTLY |
@WojciechMazur was line 38 |
My bad, line 39 |
The reproducer was missing a single line with a trait FlatMapOps[F[_], A]:
def map[B](f: A => B): F[B] = ??? With line present it would compile without errors, but would crash in in 3.5 + -source:3.6 or 3.6+ |
) Backports #21252 to the 3.3.5. PR submitted by the release tooling. [skip ci]
Based on OpenCB failure in
takapi327/ldbc
- build logsThe code is expected to fail compilation under 3.6 however, it should not crash. Related to #21212
Compiler version
3.6.0-RC1-bin-20240716-bbb45ca-NIGHTLY
Minimized code
Output (click arrow to expand)
Output under -source:3.5
The text was updated successfully, but these errors were encountered: