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

Extend Visitor trait for Value type #1725

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tomershaniii
Copy link
Contributor

Enhancing the AST Visitor so it is possible to visit Values

@tomershaniii tomershaniii force-pushed the Value_support_for_visitor branch 2 times, most recently from bcabc4d to e5248ef Compare February 14, 2025 10:58

struct QuickVisitor; // [`TestVisitor`] is too slow to iterate over thousands of nodes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it reasonable to reserve the overflow test case? it sounded like it was supposed to test ability to cover large number of entries

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iffyio thanks for the feedback, indeed it was overlooked

@tomershaniii tomershaniii force-pushed the Value_support_for_visitor branch from 4a05b6f to 397007e Compare February 20, 2025 11:02
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.

2 participants