-
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
Inline unapply with leading contextual parameter used as extractor crashes compiler #12991
Comments
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 26, 2021
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 27, 2021
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 27, 2021
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 27, 2021
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 29, 2021
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 8, 2021
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 24, 2021
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 3, 2022
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 13, 2022
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 4, 2022
We patch the crash in the compiler but do not support this feature yet. To support it see scala#13158 Fixes scala#12991
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 4, 2022
We patch the crash in the compiler but do not support this feature yet. To support it see scala#13158 Fixes scala#12991
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 17, 2022
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 17, 2022
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 18, 2022
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 7, 2022
* Fixes the computation of the inline unapply temporary unanimous unapply placeholder * Handle leading given parameters in inline unapplies Fixes scala#8577 Fixes scala#12991 Fixes scala#15188
little-inferno
pushed a commit
to little-inferno/dotty
that referenced
this issue
Jan 25, 2023
* Fixes the computation of the inline unapply temporary unanimous unapply placeholder * Handle leading given parameters in inline unapplies Fixes scala#8577 Fixes scala#12991 Fixes scala#15188
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
3.0.1-RC2
Minimized code
Output (click arrow to expand)
The code compiles successfully if we either make
unapply
non-inlined or put the contextual parameter at the end instead.The text was updated successfully, but these errors were encountered: