Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

AST should not be serialized when there are compilation errors #1401

Closed
bamarsha opened this issue Mar 31, 2022 · 0 comments · Fixed by #1408
Closed

AST should not be serialized when there are compilation errors #1401

bamarsha opened this issue Mar 31, 2022 · 0 comments · Fixed by #1408
Assignees
Labels
bug Something isn't working

Comments

@bamarsha
Copy link
Contributor

AST serialization doesn't currently support lambda expression nodes, and the lambda lifting rewrite step isn't run when there are compilation errors. That means every compilation error in a project that contains a lambda expression will also have a serialization error, like that shown in #1387. While AST serialization should support lambdas, there's also not really a reason for it to run when there are compilation issues.

@bamarsha bamarsha added the bug Something isn't working label Mar 31, 2022
@bamarsha bamarsha self-assigned this Mar 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant