-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix management of compiler instances of quoted.Expr run and show #5297
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
299341f
to
6d9ae45
Compare
10379de
to
775c739
Compare
83265b8
to
49e667f
Compare
217f63f
to
f97f6f0
Compare
Fixes #5376 |
f97f6f0
to
4266b1b
Compare
488441b
to
4dfde20
Compare
6e1474f
to
fe6f00a
Compare
a860820
to
ac2452d
Compare
92d0302
to
15f6d80
Compare
b177e61
to
0c4f745
Compare
b555097
to
3fe7e58
Compare
Merged
@nicolasstucki This needs rebase. |
Changes: * Make quotes eager: fixes scala#5376 (requires context) * Fix bugs shown in scala#5429: Tree from the macro parameters is passed to another compiler to show it. * Protect against scope extrusion with early (meaningful) runtime failure (rather than in the compiler) * Add an implicit function type to provide context. * Fixes scala#5161
3fe7e58
to
901cd0f
Compare
Replaced by the PRs listed in #6688 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes:
Staging
context)show
it.Expr
andType
which used pickled TASTy treesDownsides: