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

no tree branch isolation, run splitting on the whole tree #36

Merged
merged 7 commits into from
Nov 9, 2024

Conversation

florianbgt
Copy link
Member

@florianbgt florianbgt commented Nov 7, 2024

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Description

  • fix for Incomplete Dependency Retention During Group Isolation #26
  • Run the program on the whole tree instead of just a branch.
  • Leverage tree sitter query to simplify the code
    • This seem to make the code a bit slower. But it is much easier to deal with and to extend
    • Should investigate if switching to golang would help. Need to create some benchmark
  • remove support for require and dynamic import. This is temporary, will look to add it again in the future

@florianbgt florianbgt changed the title no tree brnahc isolation, run splitting on the whole tree no tree branch isolation, run splitting on the whole tree Nov 7, 2024
@florianbgt florianbgt marked this pull request as ready for review November 9, 2024 16:25
@florianbgt florianbgt merged commit ed5c5b8 into main Nov 9, 2024
3 checks passed
@joeldevelops joeldevelops deleted the feature/no-tree-branch-isolation branch November 25, 2024 14:54
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.

1 participant