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

feat: replace slang cursor usage with queries #574

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Conversation

antico5
Copy link
Collaborator

@antico5 antico5 commented Jun 4, 2024

Closes #547

The usage of queries doesn't seem to affect performance because the cursors were already fast, but it's definitely not a regression and they are much easier to use for what we need. The new code resulted simpler to understand and easier to extend. Specially if we need to make more complex queries in the future.

@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Jun 4, 2024
Copy link
Contributor

@OmarTawfik OmarTawfik left a comment

Choose a reason for hiding this comment

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

Left a few suggestions/questions.
Thank you!

@OmarTawfik OmarTawfik merged commit d522a3a into development Jun 14, 2024
8 of 9 checks passed
@OmarTawfik OmarTawfik deleted the slang_queries branch June 14, 2024 10:49
OmarTawfik pushed a commit that referenced this pull request Jun 28, 2024
* feat: replace slang cursor usage with queries

* address PR feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

integrate Slang CST queries into existing features
2 participants