You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 3, 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.
The text was updated successfully, but these errors were encountered: