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

perf: remove tree sitter walking #1206

Merged
merged 64 commits into from
Sep 14, 2023
Merged

perf: remove tree sitter walking #1206

merged 64 commits into from
Sep 14, 2023

Conversation

didroe
Copy link
Contributor

@didroe didroe commented Aug 24, 2023

Description

closes #1172

Checklist

  • I've added test coverage that shows my fix or feature works as expected.
  • I've updated or added documentation if required.
  • I've included usage information in the description if CLI behavior was updated or added.
  • PR title follows Conventional Commits format

@didroe didroe force-pushed the perf/remove-tree-sitter-walking branch 8 times, most recently from 72493f8 to 9a5c746 Compare August 30, 2023 15:41
@didroe didroe force-pushed the perf/remove-tree-sitter-walking branch from 500e5f8 to d004dac Compare September 4, 2023 09:38
@didroe didroe force-pushed the perf/remove-tree-sitter-walking branch 4 times, most recently from 3eb5cd7 to 7b2b3f5 Compare September 13, 2023 09:11
@didroe didroe force-pushed the perf/remove-tree-sitter-walking branch 2 times, most recently from fc65f67 to 014df4a Compare September 13, 2023 13:34
@didroe didroe marked this pull request as ready for review September 13, 2023 14:10
export BEARER_DISABLE_DEFAULT_RULES=true
export BEARER_EXTERNAL_RULE_DIR=../bearer-rules/rules
export BEARER_FORCE=true
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need to do unset ${!BEARER_*} when running the tests maybe? (in run_tests.sh I would have thought)

@cfabianski cfabianski force-pushed the perf/remove-tree-sitter-walking branch from f332ca7 to 24e6440 Compare September 14, 2023 08:13
@didroe didroe merged commit 5e0772d into main Sep 14, 2023
8 checks passed
@didroe didroe deleted the perf/remove-tree-sitter-walking branch September 14, 2023 08:34
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.

Tree sitter node caching
2 participants