Skip to content
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

TASTy reader: add support for Scala 3.0.0-M2 #9357

Merged
merged 2 commits into from Dec 4, 2020

Conversation

bishabosha
Copy link
Member

@bishabosha bishabosha commented Dec 3, 2020

  • Drops support for 3.0.0-M1

If we wanted to support both 3.0.0-M1 and 3.0.0-M2 that could be possible at least in this release, future releases of scala 3 may make more serious changes. If we did, I think in tastytest it would be simple enough to support versioned source directories, but mamaging the different scala 3 versions in classloaders would be more tricky

cc @sjrd

this commit does not implement backwards compatability for
tasty unpickling, perhaps that may be desireable
@scala-jenkins scala-jenkins added this to the 2.13.5 milestone Dec 3, 2020
@sjrd
Copy link
Member

sjrd commented Dec 3, 2020

IMO, until 3.0.0 we can afford to support only one version. That's the advantage of a -Y flag. After 3.0.0 we'll have to support all versions since 3.0.0 (like the dotty compiler itself will have to do).

@SethTisue SethTisue added the release-notes worth highlighting in next release notes label Dec 4, 2020
@SethTisue SethTisue merged commit 1360aef into scala:2.13.x Dec 4, 2020
@SethTisue
Copy link
Member

SethTisue commented Dec 4, 2020

folks needing prompt access to this can use a nightly build of 2.13.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes worth highlighting in next release notes tastyreader
Projects
None yet
4 participants