-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Regression in implicit resoultion for arguments passed by name #18123
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
Labels
area:implicits
related to implicits
itype:bug
regression
This worked in a previous version but doesn't anymore
Milestone
Comments
julienrf
added a commit
to scalacenter/dotty
that referenced
this issue
Jul 4, 2023
@WojciechMazur I've submitted a possible fix in #18130. Is there an easy way to confirm that it fixes both projects weapon-regex and kittens? |
@julienrf I've started a runs for them in Open CB using your PR: |
Thank you! They both passed the CI |
julienrf
added a commit
to scalacenter/dotty
that referenced
this issue
Jul 6, 2023
We apply the full fix under `-source future` only, and a partial fix otherwise. This is a followup of scala#17924 that fixes the source incompatibilities reported in scala#18123. We test that the behavior under `-source future` still fixes scala#9685, and that without `-source future` we fix both scala#9685 and scala#18123.
julienrf
added a commit
to scalacenter/dotty
that referenced
this issue
Jul 6, 2023
We apply the full fix under `-source future` only, and a partial fix otherwise. This is a followup of scala#17924 that fixes the source incompatibilities reported in scala#18123. We test that the behavior under `-source future` still fixes scala#9685, and that without `-source future` we fix both scala#9685 and scala#18123.
julienrf
added a commit
to scalacenter/dotty
that referenced
this issue
Jul 6, 2023
We apply the full fix under `-source future` only, and a partial fix otherwise. This is a followup of scala#17924 that fixes the source incompatibilities reported in scala#18123. We test that the behavior under `-source future` still fixes scala#9685, and that without `-source future` we fix both scala#9685 and scala#18123.
bishabosha
pushed a commit
that referenced
this issue
Jul 10, 2023
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 11, 2024
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:implicits
related to implicits
itype:bug
regression
This worked in a previous version but doesn't anymore
Regression found in Open Communtiy Build in 2 projects:
Compiler version
3.3.2-RC1-bin-20230622-9f15be2-NIGHTLY
Bisect points to eb38e1f
Minimized code
Output
Expectation
Should compile
The text was updated successfully, but these errors were encountered: