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
Check that we pickle a definition before its references
... except for pattern-bound symbols because in `case x: List[t]` we
pickle `List[t]` before we pickle `t` itself.
The issue with t1957.scala is fixed (after staying as a TODO for 5
years!) by the level-checking improvements in the previous commits of
this PR.
0 commit comments