-
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
Regression in augustnagro/magnum
for implicit search
#20342
Comments
So we have this regression when #19922 is enabled and some other regressions that #19922 fixed. There is no way to address both sets of regressions at the same time, since each depend on a particular detail of the inference being enabled or disabled, respectively. So what do we do? Some possible criteria to decide:
So overall I think reverting #19922 is the right thing to do. |
In fact I am not sure what LTS does? |
Reverts parts of scala#19922. Fixes scala#20342 The logic that we should ignore declared result types of inline methods really only applies to transparent inlines.
Reverts parts of scala#19922. Fixes scala#20342, scala#20297 The logic that we should ignore declared result types of inline methods really only applies to transparent inlines.
Reverts parts of scala#19922. Fixes scala#20342, scala#20297 The logic that we should ignore declared result types of inline methods really only applies to transparent inlines.
Reverts parts of scala#19922. Fixes scala#20342, scala#20297 The logic that we should ignore declared result types of inline methods really only applies to transparent inlines.
Reverts parts of scala#19922. Fixes scala#20342, scala#20297 The logic that we should ignore declared result types of inline methods really only applies to transparent inlines.
Based on OpenCB failure found in
augustnagro/magnum
- build logsCompiler version
Last good release: 3.4.2-RC1-bin-20240311-02c2a6e-NIGHTLY
First bad release: 3.4.2-RC1-bin-20240312-3694d95-NIGHTLY
Bisect points to b28d4c1
Minimized code
Output
Expectation
Should compile
The text was updated successfully, but these errors were encountered: