Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information