Accepting request 1226339 from editors
OBS-URL: https://build.opensuse.org/request/show/1226339 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree-sitter?expand=0&rev=16
This commit is contained in:
commit
e546d6b50f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a8d0cf8e09caba22ed0d8439f7fa1e3d8453800038e43ccad1f34ef29537da1
|
|
||||||
size 3018668
|
|
3
tree-sitter-0.24.4.tar.gz
Normal file
3
tree-sitter-0.24.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d704832a6bfaac8b3cbca3b5d773cad613183ba8c04166638af2c6e5dfb9e2d2
|
||||||
|
size 3019387
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 11 00:46:35 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- update to 0.24.4:
|
||||||
|
* loader: Add language_for_configuration
|
||||||
|
* loader: Add error message when a tree-sitter.json file is invalid
|
||||||
|
* node: Support single-file executables via bun build --compile
|
||||||
|
* node: Update bindings when necessary
|
||||||
|
* Return LanguageRef in Parser::language
|
||||||
|
* bindings: Update CMakeLists.txt file
|
||||||
|
* cli: Pass all fields to tree-sitter.json in init
|
||||||
|
* cli: Use contains over is in warning
|
||||||
|
* cmake: Use current source dir for EXISTS check
|
||||||
|
* generate: Do not set the unit reduction symbol if it's in the extras array
|
||||||
|
* init: Use current path if unspecified
|
||||||
|
* init: Use camel name from config in missing spots
|
||||||
|
* lib: Simplify edge cases with zero-width tokens
|
||||||
|
* lib: Correctly fetch the node name in query errors
|
||||||
|
* loader: Don't print warnings if the file is not found
|
||||||
|
* loader: Improve language lookup speed
|
||||||
|
* bindings: Rename cmake test target
|
||||||
|
* Memory errors in wasm_store
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 10 10:32:11 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
Thu Oct 10 10:32:11 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define somajor 0_24
|
%define somajor 0_24
|
||||||
Name: tree-sitter
|
Name: tree-sitter
|
||||||
Version: 0.24.3
|
Version: 0.24.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An incremental parsing system for programming tools
|
Summary: An incremental parsing system for programming tools
|
||||||
License: GPL-2.0-only AND MIT
|
License: GPL-2.0-only AND MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:423c140b09d964b09488fb0f1c6d01fb02385bc8d04f789c2d2b5b45d61f428f
|
oid sha256:41823eaffb32ca36d1a4461b0bbda8c00d331025e671f13e9baf8c428be1fa9f
|
||||||
size 27445590
|
size 27689979
|
||||||
|
Loading…
x
Reference in New Issue
Block a user