-
Notifications
You must be signed in to change notification settings - Fork 136
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
New releases #451
New releases #451
Conversation
Includes a bit of code cleanup.
- tree-sitter-stack-graphs-java v0.4.0 - tree-sitter-stack-graphs-javascript v0.2.0 - tree-sitter-stack-graphs-python v0.2.0 - tree-sitter-stack-graphs-typescript v0.3.0
Performance SummaryComparing base f7e8984 with head f715ed1 on typescript_benchmark benchmark. For details see workflow artifacts. Note that performance is tested on the last commits with changes in Before
After
|
|
||
#### Changed | ||
|
||
- Failure to index a file will not abort indexing anymore, but simply mark the file as failed, as we already do for files with parse errors. | ||
|
||
#### Removed | ||
|
||
- The NPM distribution has been deprecated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: I would say ‘disabled’ or ‘removed’ rather than ‘deprecated’, since the latter implies it still works.
releases help plz |
This prepares new releases for all the crates.
Changes:
Updated versions, changelogs, and readmes.
Some code cleanup changes, nothing functional.
Removed the explicit versions for in-repo (i.e.,
path
) dependencies. This had no real benefit. They had to be in sync with the source version of the dependency anyway, and it only made updating versions more work.Resolves #450.