-
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 apache/incubator-pekko-connectors
#19479
Comments
I don't think this has an issue with mirrors, the ZipWith match type also seems to work, now I'm checking again it was assigned to me because I made the change to add the constrain result fix in #19253 |
If you want to fix the compilation, then it compiles if Maybe there's another way of redesigning the code to propagate the types if you want to keep it inline. |
Changing what, how and when type vars are constraints can affect match type resolution. |
I've tested this and it is now working in 3.4.2-RC1, so I guess something else changed to improve the inference, and I think we should add regression test and close |
no, actually the whole code was reverted in #19922, so no longer causes this |
fixed by #19922 |
Based on OpenCB build failure in
apache/incubator-pekko-connectors
- build logsCompiler version
Last good release: 3.4.0-RC1-bin-20231212-97e4401-NIGHTLY
First bad release: 3.4.0-RC1-bin-20231213-9dce045-NIGHTLY
Present in 3.4.0-RC1
Bisect points to d6c7e18
Minimized code
Output
Expectation
Not sure if it's false negative or not. Needs confirmation it works as expected or to provide a fix.
The text was updated successfully, but these errors were encountered: