-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Support Scala 3.6 in TASTy reader #10893
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
Conversation
|
@bishabosha (if you're available) what do you make of the failure? |
might the root cause be scala/scala3#21329? |
firstly the not sure about this error until that is done |
I'm seeing the same error locally even after updating TastyFormat.scala |
@SethTisue the problem is a String comparison error, it expects the string it should be fine to update the string in test/tasty/pos/src-2/tastytest/TestArrayAnnot.scala |
seems also that the changes to context bound desugaring to using clauses means the signature of EnumCompanion also changed. Anyway I pushed the fix to the test sources |
02b9868
to
fdb9b23
Compare
fdb9b23
to
4c149a5
Compare
Co-authored-by: Seth Tisue <[email protected]>
4c149a5
to
7b4e080
Compare
No description provided.