forked from pool/ast-grep
- Update to 0.26.3:
* fix: fix wrong transformation indentation #1405 * fix: compare only kind for unnamed nodes #1419 * fix(deps): update dependency @swc/core to v1.7.18 9ecb02c * fix(deps): update dependency @swc/core to v1.7.14 459d20a * test: add test for transformation indentation e0bfaf2 OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=82
This commit is contained in:
parent
f6c2ac1768
commit
046b5f6183
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
|
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">0.26.2</param>
|
<param name="revision">0.26.3</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:09e673655ddcd9186c4ec65f78f212c6171717aeeb8c509caa08b21e11af402e
|
|
||||||
size 692332
|
|
3
ast-grep-0.26.3+0.tar.zst
Normal file
3
ast-grep-0.26.3+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:207753179549522af81098c57f4d6cbc5cdf1e5ba6e80388213c4a8b344cd2ac
|
||||||
|
size 692592
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 07:06:19 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.26.3:
|
||||||
|
* fix: fix wrong transformation indentation #1405
|
||||||
|
* fix: compare only kind for unnamed nodes #1419
|
||||||
|
* fix(deps): update dependency @swc/core to v1.7.18 9ecb02c
|
||||||
|
* fix(deps): update dependency @swc/core to v1.7.14 459d20a
|
||||||
|
* test: add test for transformation indentation e0bfaf2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 20 23:25:15 UTC 2024 - Holger Rauch <holger.rauch@posteo.de>
|
Tue Aug 20 23:25:15 UTC 2024 - Holger Rauch <holger.rauch@posteo.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ast-grep
|
Name: ast-grep
|
||||||
Version: 0.26.2+0
|
Version: 0.26.3+0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A CLI tool for code structural search, lint and rewriting
|
Summary: A CLI tool for code structural search, lint and rewriting
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:00bb6b5d13171ee5f239b8e7722a1b1c3aa98ba9be8d02ca3e49994a0ab48d93
|
oid sha256:1b91d366591d173d6770c3ec4bac9224eddbf12183a9321cd839b26dc5692197
|
||||||
size 30053330
|
size 30070498
|
||||||
|
Loading…
Reference in New Issue
Block a user