forked from pool/ast-grep
- Update to 0.21.2:
* feat: Allow to use meta variable captured outside of rewrite rule inside the rewriter #1072 * refactor: move rule_core test out of rule_core 1e8af4c * feat: move check variable usage out to a standalone file f086d10 * refactor: move check var around cfe3529 OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=41
This commit is contained in:
parent
d605b2baea
commit
ecfe72679f
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.21.1</param>
|
||||
<param name="revision">0.21.2</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:8f76cfea0519afe472dca99ba513054f877a838e04782793a9076d5bae8a7efc
|
||||
size 669105
|
3
ast-grep-0.21.2+0.tar.zst
Normal file
3
ast-grep-0.21.2+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a68c8f02911936b3e3f463cc8b798be2d98a50c27c6c40ce459ae4671ecb0a0b
|
||||
size 670005
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 10:23:46 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.21.2:
|
||||
* feat: Allow to use meta variable captured outside of rewrite rule inside the rewriter #1072
|
||||
* refactor: move rule_core test out of rule_core 1e8af4c
|
||||
* feat: move check variable usage out to a standalone file f086d10
|
||||
* refactor: move check var around cfe3529
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 06:59:15 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.21.1+0
|
||||
Version: 0.21.2+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:adfef8ad47a61cefcfdeb89a6acf36a17ae059ddcd74c74d2ebf9edb541c4c27
|
||||
size 27088805
|
||||
oid sha256:6176c7eef5da6ba9025549313ef00f0589895762587c2a93bacfeb6dfe332918
|
||||
size 27081162
|
||||
|
Loading…
x
Reference in New Issue
Block a user