- Notifications
You must be signed in to change notification settings - Fork3.1k
Align with Scala 3: Support Scala 3.5 in TASTy reader#10811
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
7cd02ee to2fc3e49Comparebishabosha commentedJul 15, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Added tracked param and flexible types (i.e. ignore them, but don't crash) reject when you see the new quote, splice, quote pattern, splice pattern. Done as far as I see |
2fc3e49 to462bf05Comparebishabosha commentedJul 16, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@SethTisue@lrytz the Scala 2.13 library is refusing to build due to a warning about not being allowed to pass implicit arguments explicitly without EDIT: for now I set to use the current dotty version for building the library - and latest for testing tasty reader |
462bf05 toadf1152CompareSethTisue commentedJul 16, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
got good news for ya! |
d14ae6e todb596f5CompareSethTisue commentedJul 17, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@bishabosha this necessitates releasing 2.13.15 fairly quickly after 3.5.0 final comes out, yes? as per our usual practice? |
bishabosha commentedJul 17, 2024
it should be like usual yeah |
bishabosha commentedJul 17, 2024
@SethTisue ci looks good |
Uh oh!
There was an error while loading.Please reload this page.
restores pipelining tests on windows - (3.4.0 actually fixed the underlying problem with writing to Jars)
scala 3.5.0-RC4 changed the constructor of its ConsoleReporter - so patched that here.
also the experimental definition error message changed again :)
also test compilation of std library with 3.5.0