Skip to content

Fix #5449: Index class definitions before unpickling parents #5500

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

Merged
merged 2 commits into from
Nov 23, 2018

Conversation

smarter
Copy link
Member

@smarter smarter commented Nov 22, 2018

Otherwise we may try to unpickle references to these definitions before
we have symbols for them (this manifests itself as "undefined: ..."
error messages)

--

Also fix an unrelated issue in TastyFormat#numRefs I stumbled upon.

I don't have a test case but the previous definition was definitely wrong.
Otherwise we may try to unpickle references to these definitions before
we have symbols for them (this manifests itself as "undefined: ..."
error messages)
Copy link
Contributor

@odersky odersky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@odersky odersky merged commit 95dde14 into scala:master Nov 23, 2018
@allanrenucci allanrenucci deleted the fix-error-parent-try-2 branch November 23, 2018 17:31
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

Successfully merging this pull request may close these issues.

2 participants