This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
Update dependency tree-sitter-cli to v0.22.6 #27
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.20.7
->0.22.6
Release Notes
tree-sitter/tree-sitter (tree-sitter-cli)
v0.22.6
Compare Source
Features
NO_COLOR
(#3299)Bug Fixes
tree-sitter
field is malformed--no-bindings
is passed (#3323)AsRef<Path>
for the path parameter to avoid clones (#3322)ts_highlighter_add_language
childrenFromFieldXXX
method signatures (#3301)Documentation
\s
for\\s
in query exampleRefactor
grammar.json
tests togrammar.js
(#3325)Build System and CI
build.zig.zon
version when bumping versionsv0.22.5
Compare Source
Bug Fixes
v0.22.4
Compare Source
Bug Fixes
Build System and CI
v0.22.3
Compare Source
Features
Bug Fixes
&&
(#3274)children in
ts_subtree_string
(#3191)/utf-8
flag for parsers using unicode symbols (#3223)build-wasm
temporarily (#3203)build --wasm
should use current_dir (#3203)QueryCursor::captures()
(#3266)build.rs
Performance
Documentation
Refactor
Testing
Build System and CI
v0.22.2
Compare Source
Breaking
Features
Parser::included_ranges
Bug Fixes
Parser.getIncludedRanges()
(#3164)array_grow_by
(#3176)Documentation
Refactor
Testing
Build System and CI
v0.22.1
Compare Source
Bug Fixes
v0.22.0
Compare Source
Breaking
corpus
dir for testsThe cli will now only look in
test/corpus
for testscurrent*
,is*
, andhas*
methods properties (#3103)Features
nan
withnode-addon-api
and conditionally print logsBug Fixes
scan-build
suggestions (unused assignment/garbage access) (#3056)||
comparison in parentheses when&&
is used (#3070)binding.cc
overwrite should replacePARSER_NAME
(#3116)__declspec(dllexport)
on windows (#3128)v
flag (#3154)types
aftermain
if it exists (#3122)--no-bindings
(#3123).npmignore
, populate Swift's exclude list (#3085)Cargo.toml
description (#3140)api.h
sots_set_allocator
is visible (#3092)Documentation
Ohm
language parserthe
's (#3120)Refactor
Testing
Build System and CI
cc
to remove annoying debug output (#3075)Cargo.lock
needs to be updated (#3066)Other
They don't have any dynamic global data, so all it takes is just declaring them as such
When building rust binding, use wasmtime headers provided via cargo
by the wasmtime-c-api crate.
Allowing this invalid merge caused an invariant to be violated
later on during parsing, when handling a later error.
subtree_compare
(#3111)Ohm
language parser (#3114)binding_files.rs
(#3106)v0.21.0
Compare Source
Breaking
Remove the apply-all-captures flag, make last-wins precedence the default
NOTE: This change might cause breakage in your grammar's highlight tests.
Just flip the order around of the relevant queries, and keep in mind that the
last query that matches will win.
Features
extras
arraygrammar-path
argument for the playground (#3014)config-path
argument (#3050)Bug Fixes
Query.matches
when filtering out results (#3013)externals
map
in the grammar (#3041)long
forgrammar_path
UNEXPECTED
/MISSING
nodes with an indentation level greater than 0Documentation
token($.foo)
is illegalTSTreeCursor
(#3021)Tact
language parser (#3030)Refactor
&PathBuf
->&Path
(#3035)Testing
Build System and CI
Other
log.html
(#2996)token
/token.immediate
(#3036)Cargo.lock
github_issue_test
file (#3055)emcc
's stdout and stderr (#2494)SIDE_MODULE=2
to silence warning (#3003)v0.20.8
Compare Source
What's Changed
ts_parser__set_cached_token
by @mattmassicotte in https://github.com/tree-sitter/tree-sitter/pull/1879M/U
by @mliszcz in https://github.com/tree-sitter/tree-sitter/pull/1941TREE_SITTER_DEBUG
in the test sub command by @ahlinc in https://github.com/tree-sitter/tree-sitter/pull/2020TREE_SITTER_DIR
by @sogaiu in https://github.com/tree-sitter/tree-sitter/pull/2035clock.h
by @paf31 in https://github.com/tree-sitter/tree-sitter/pull/1990Full Changelog: tree-sitter/tree-sitter@v0.20.7...v0.20.8
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.