Skip to content

Conversation

WojciechMazur
Copy link

This PR fixes a compilation error found in Scala 3 Open Community Build for the improved checks of overriden signatures.
Previously method taking a varargs could have been overriden with a method taking a Seq, it was an unintended bug. It was fixed in scala/scala3#16836 and would target Scala 3.4.0. It was the only public codebase which was using the no longer legal override.

Open CB logs
We provide a fix for the broken compilation to allow for further testing of this project in the Open Community Build allowing us to find any other possible compiler regressions in the future.

@nob13
Copy link
Member

nob13 commented Dec 9, 2023

Hi @WojciechMazur The code has since changed a little bit, I incorporated your change. Thanks a lot for testing and creating this PR! 👍

@nob13 nob13 closed this Dec 9, 2023
nob13 added a commit that referenced this pull request Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants