-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Factor out ConsumeTasty
into it's own project
#8020
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
Comments
Merged
We also need to factor out the code in QuoteDriver.scala#L75 and ConsumeTasty.scala#L36. |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 17, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 17, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 17, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 17, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 17, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 17, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 17, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 17, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 23, 2020
nicolasstucki
added a commit
that referenced
this issue
Jan 30, 2020
Fix #8020: Create dotty-tasty-inspector library
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The idea is to have a library that users can depend on (instead of the compiler itself). It will be similar to the changes done in #7080 when we created the
dotty-staging
library. We should probably renameConsumeTasty
to something more meaningful at this point.The text was updated successfully, but these errors were encountered: