-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Use 3.0.0-M1 nightly as a reference compiler #10058
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
Use 3.0.0-M1 nightly as a reference compiler #10058
Conversation
https://github.com/lampepfl/dotty/blob/master/library/src-bootstrapped/scala/reflect/Enum.scala and https://github.com/lampepfl/dotty/blob/master/library/src-bootstrapped/scala/Enum.scala need to be moved to library/src, https://github.com/lampepfl/dotty/blob/master/library/src-non-bootstrapped/scala/Enum.scala needs to be deleted (the same might be true for the other files in src-bootstrapped and src-non-bootstrapped, I don't know if there's some reasons they'd need to stay as is /cc @nicolasstucki) |
Also we should bring back 099074c which was blocked on having a new reference compiler. |
I don't see a reason why we should keep |
56ed1e5
to
d1c2e46
Compare
I moved the files and rebased |
Thanks a lot @bishabosha! |
@nicolasstucki My question was about the other files in src-non-bootstrapped and src-bootstrapped which are all macro-related stuff, should they be moved too? |
Co-authored-by: Anatolii Kmetiuk <[email protected]> Co-authored-by: Jamie Thompson <[email protected]>
Was superceded by `given` in scala#9949.
fab240e
to
3a52817
Compare
No, the macro related stuff should stay |
so can this be merged? |
No description provided.