-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Error while loading inline args from TASTY #3597
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
Labels
Comments
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 2, 2017
There was a discrepancy in that value parameters had a Deferred flag set before pickling but not after unpickling. This triggered a check that the (missing) rhs of an inline parameter was a constant. This commit changes the condition of the test to also exclude parameters. It also aligns frontend and unpickler in that the frontend will no longer mark term parameters as Deferred.
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 6, 2017
There was a discrepancy in that value parameters had a Deferred flag set before pickling but not after unpickling. This triggered a check that the (missing) rhs of an inline parameter was a constant. This commit changes the condition of the test to also exclude parameters. It also aligns frontend and unpickler in that the frontend will no longer mark term parameters as Deferred.
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 11, 2017
There was a discrepancy in that value parameters had a Deferred flag set before pickling but not after unpickling. This triggered a check that the (missing) rhs of an inline parameter was a constant. This commit changes the condition of the test to also exclude parameters. It also aligns frontend and unpickler in that the frontend will no longer mark term parameters as Deferred.
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 11, 2017
There was a discrepancy in that value parameters had a Deferred flag set before pickling but not after unpickling. This triggered a check that the (missing) rhs of an inline parameter was a constant. This commit changes the condition of the test to also exclude parameters. It also aligns frontend and unpickler in that the frontend will no longer mark term parameters as Deferred.
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 16, 2017
There was a discrepancy in that value parameters had a Deferred flag set before pickling but not after unpickling. This triggered a check that the (missing) rhs of an inline parameter was a constant. This commit changes the condition of the test to also exclude parameters. It also aligns frontend and unpickler in that the frontend will no longer mark term parameters as Deferred.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fail to compile from TASTY
Can be reproduced with
The text was updated successfully, but these errors were encountered: