-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Independent tasty-core library #7616
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
I assume we don't actually need bootstrapped/nonbootstrapped variants? |
If this is to be distributed with the compiler we do actually. |
|
@smarter is this ok to go? |
Actually I would need help cross building this to Scala 2 |
bea49a7
to
5cc877a
Compare
I've noticed that I haven't added this new directory to the BootstrappedOnlyCompilationTests |
@bishabosha is there documentation for this? |
@SethTisue currently there is only the API docs at http://dotty.epfl.ch/api/dotty/tools/tasty.html, currently its intended as a basis for forming an independent TASTy library (that defines its own algorithm for unpicking, this library only contains the bare minimum, such as comparing TASTy version numbers) |
No description provided.