chore(deps): update tree-sitter requirement from <0.24.0,>=0.22.0 to >=0.22.0,<0.25.0
Updates the requirements on tree-sitter to permit the latest version.
Release notes
Sourced from tree-sitter's releases.
v0.24.0
Breaking changes are marked with
!.Additions:
Language.copy()Language.node_kind_is_supertype(id)Language.__copy__()LogType(enum)Node.child_with_descendant(descendant)Node.field_name_for_named_child(descendant)Parser.print_dot_graphs(file)Parser.logger(getter + setter)Tree.copy()Tree.print_dot_graph(file)Tree.__copy__()Deprecations:
Language(ptr: int)Node.child_containing_descendant(descendant): useNode.child_with_descendant(descendant)
Commits
f5282a0chore: release 0.24.07c3e9a1ci(dependabot): update python dependencies49c7cb0ci: bump pypa/cibuildwheel from 2.21 to 2.22 in the actions group3009574build: bump tree_sitter/core frome3c8263to5e8760b34422a2fix(query): correct matching logic forany-of984db5cfix(query): ensurecapture_idis set for any-of predicatesa85342etest(language): adapt to parser changesc9168d9ci: skip tests on Windowsbc18f5fbuild: update test dependencies65b0c2afix(query): handle errors in predicates- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 43.44%. Comparing base (
b0edb62) to head (bbb6edf).
Additional details and impacted files
@@ Coverage Diff @@
## main #76 +/- ##
=======================================
Coverage 43.44% 43.44%
=======================================
Files 11 11
Lines 1740 1740
=======================================
Hits 756 756
Misses 984 984
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Hi @k4black , this would be very helpful for us to incorporate CodeBLEU into an evaluation in OpenHands: https://github.com/All-Hands-AI/OpenHands/pull/5534
Would it be possible to have this merged?
@k4black it would be great if we could update this dependency as it's lagging slightly behind the latest treesitter version. Is there anything we can do to help get this merged?