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

Don't crash on identically named functions #169

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

anderseknert
Copy link
Member

Fix ast.function_decls so that identically named functions won't result in eval_conflict_error as the map is created

Fixes #168

Fix ast.function_decls so that identically named functions
won't result in eval_conflict_error as the map is created

Fixes #168

Co-authored-by: Stephan Renatus <stephan@styra.com>
Signed-off-by: Anders Eknert <anders@styra.com>
@anderseknert anderseknert merged commit aab76ff into main Jun 21, 2023
@anderseknert anderseknert deleted the custom-fns-conflict-bug branch June 21, 2023 08:41
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.

eval_conflict_error in ast.function_decls
2 participants