forked from pool/ast-grep
Accepting request 1192499 from utilities
- Update to 0.26.0: * feat: Additional impls for language types #1379 * feat: append note to error message if available #1384 * fix: LSP should skip files outside the workspace root #1382 * fix(deps): update dependency @babel/core to v7.25.2 3b0be88 * refactor: split two macros b760eb8 * refactor: simplify visitor 5ae03ae - Update to 0.25.7: * feat: add charCount to split lines #1381 * chore(deps): update dependency @types/node to v20.14.14 bca7e7b * fix(deps): update rust crate clap to v4.5.13 c143464 * fix(deps): update rust crate toml_edit to v0.22.20 170da4c OBS-URL: https://build.opensuse.org/request/show/1192499 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=35
This commit is contained in:
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.25.6</param>
|
||||
<param name="revision">0.26.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95acaa8d22f423d7dcc5807d87800e4d754f051919bd44441df9b7e8511c60a9
|
||||
size 690549
|
3
ast-grep-0.26.0+0.tar.zst
Normal file
3
ast-grep-0.26.0+0.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bc9e706c4ce7ebea690e2fd062639b440980aa3c431ff84ccd7840bc63d5ca3
|
||||
size 690813
|
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 05:24:11 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.26.0:
|
||||
* feat: Additional impls for language types #1379
|
||||
* feat: append note to error message if available #1384
|
||||
* fix: LSP should skip files outside the workspace root #1382
|
||||
* fix(deps): update dependency @babel/core to v7.25.2 3b0be88
|
||||
* refactor: split two macros b760eb8
|
||||
* refactor: simplify visitor 5ae03ae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 05:33:51 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.25.7:
|
||||
* feat: add charCount to split lines #1381
|
||||
* chore(deps): update dependency @types/node to v20.14.14 bca7e7b
|
||||
* fix(deps): update rust crate clap to v4.5.13 c143464
|
||||
* fix(deps): update rust crate toml_edit to v0.22.20 170da4c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 05:52:57 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.25.6+0
|
||||
Version: 0.26.0+0
|
||||
Release: 0
|
||||
Summary: A CLI tool for code structural search, lint and rewriting
|
||||
License: MIT
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0eb3fb44eb14c4e66fdd6eea1e0561164580e92f896e44d8a32a6e33e82c215
|
||||
size 30264942
|
||||
oid sha256:e7063949b9bf8a5c0a1ad0e3a6a73659f4ef7e494fdbefb5fe07980ab2d2b608
|
||||
size 30262139
|
||||
|
Reference in New Issue
Block a user