Skip to content

Avoid LazyRefs in TASTY #2943

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
odersky opened this issue Aug 2, 2017 · 0 comments
Closed

Avoid LazyRefs in TASTY #2943

odersky opened this issue Aug 2, 2017 · 0 comments

Comments

@odersky
Copy link
Contributor

odersky commented Aug 2, 2017

#2914 introduced LazyRefs in the pickle format. We should try to avoid this, since it makes
it very hard to produce legal Tasty trees from other sources than the Dotty compiler. It would be
better if the Unpickler could insert the LazyRefs automatically where needed.

odersky added a commit to dotty-staging/dotty that referenced this issue Aug 3, 2017
This relieves Tasty producers from having to insert LazyRefs
themselves.
odersky added a commit to dotty-staging/dotty that referenced this issue Aug 4, 2017
This relieves Tasty producers from having to insert LazyRefs
themselves. Fixes scala#2943.
DarkDimius added a commit that referenced this issue Aug 5, 2017
Fix #2943: Insert LazyRefs automatically upon Unpickling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant