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

CFG visualizer crashes when creating file name for lambda #3482

Closed
mernst opened this issue Jul 20, 2020 · 0 comments · Fixed by #3490
Closed

CFG visualizer crashes when creating file name for lambda #3482

mernst opened this issue Jul 20, 2020 · 0 comments · Fixed by #3490
Assignees

Comments

@mernst
Copy link
Member

mernst commented Jul 20, 2020

When running the CFG visualizer, I am encountering an error:
error: Unexpected AST kind: LAMBDA value.
In method dotOutputFileName, there are three possibilities for ast.getKind(). The code handles UnderlyingAST.Kind.ARBITRARY_CODE and UnderlyingAST.Kind.METHOD but not UnderlyingAST.Kind.LAMBDA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants