forked from pool/ast-grep
- 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 OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=74
This commit is contained in:
parent
9f5f197a30
commit
e14bcef9b0
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.7</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:32136b819155b00badfd49082b7794cd810bbc7e449b69fbb61dc57951739f5a
|
||||
size 690337
|
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,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.25.7+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:c8d7efb9bdc042b39bc0df774ff5d06d6a2d9fa6979314c35c31c258db813baf
|
||||
size 30261865
|
||||
oid sha256:e7063949b9bf8a5c0a1ad0e3a6a73659f4ef7e494fdbefb5fe07980ab2d2b608
|
||||
size 30262139
|
||||
|
Loading…
x
Reference in New Issue
Block a user