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
smarter
changed the title
Quotes are not checked for override errors / @deprecated usage / @experimental usagze
Quotes are not checked for override errors / @deprecated usage / @experimental usage
May 3, 2023
The issue is that all the code within quotes is pickled and encoded as a TASTy binary in PickleQuoted. Therefore the AST is never seen by the checking phases.
The solution is to keep both the pickled and non-pickled versions of the AST for more phases. The question is in which structure to retain the original AST.
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
3.3.1-RC1-bin-20230502-dee0065-NIGHTLY
Minimized code
Output
No compiler error
Expectation
The fact that we don't check for override errors has weird consequences like in #17398 (comment).
The text was updated successfully, but these errors were encountered: