Skip to content
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

Fix #7008: dealias temporary types in pickling types #7012

Merged
merged 2 commits into from Aug 12, 2019

Conversation

liufengyun
Copy link
Contributor

Fix #7008: dealias temporary types in pickling types

The cause of the failure is reported in the following PR:

scala#7017

Once that issue is fixed, we should re-enable the following test

    scala> object O
    // defined object O
    scala> withQuoteContext { fn(O) }
    ok
@liufengyun liufengyun merged commit b534eb2 into scala:master Aug 12, 2019
@liufengyun liufengyun deleted the fix-7008 branch August 12, 2019 07:20
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.

Unresolved type symbol when pickling quotes
2 participants