forked from pool/ast-grep
Accepting request 1182969 from utilities
- Update to 0.24.0: * feat: add debug ast and cst #1218 * feat: add strictness in PyO3 #1246 * feat: add strictness flag in cli #1243 * test: add test for different strictness #1241 * feat: add strictness to YAML #1239 * Breaking change: fix: update API for fix 4971ac2 * Breaking change: fix: change deletedLength to endPos in napi c0e9a65 * feat: add colorized output 22f279c - Update to 0.23.1: * fix: all should not pollute env #1225 * Breaking change: feat: use new pattern struct f219b43 * refactor: move match_node impl out 27c918a * refactor: factor out match_ellipsis logic 407d2a8 OBS-URL: https://build.opensuse.org/request/show/1182969 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=27
This commit is contained in:
commit
5eca2520ac
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.23.0</param>
|
||||
<param name="revision">0.24.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:90f5d7ba28a4ed6f34aa2f26a6d9e6cfbed7b64b44ec13df2a576bbe465ab24a
|
||||
size 679978
|
3
ast-grep-0.24.0+0.tar.zst
Normal file
3
ast-grep-0.24.0+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb2fd8ce60ad6b38752aaefd6a901419c213771ebf19c277187cd5fa8fe0edb5
|
||||
size 683644
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 07:24:44 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.24.0:
|
||||
* feat: add debug ast and cst #1218
|
||||
* feat: add strictness in PyO3 #1246
|
||||
* feat: add strictness flag in cli #1243
|
||||
* test: add test for different strictness #1241
|
||||
* feat: add strictness to YAML #1239
|
||||
* Breaking change: fix: update API for fix 4971ac2
|
||||
* Breaking change: fix: change deletedLength to endPos in napi c0e9a65
|
||||
* feat: add colorized output 22f279c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 07:24:25 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.23.1:
|
||||
* fix: all should not pollute env #1225
|
||||
* Breaking change: feat: use new pattern struct f219b43
|
||||
* refactor: move match_node impl out 27c918a
|
||||
* refactor: factor out match_ellipsis logic 407d2a8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:13:44 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.23.0+0
|
||||
Version: 0.24.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:fa3bdbd701fa787304b90687926b6b4b40bbdfc06dec258ec0a53ff47a256630
|
||||
size 28397729
|
||||
oid sha256:dbd9094601bfd0027678166b38f7d2df647a0d482fccdbdf781824fdd5d88956
|
||||
size 28032136
|
||||
|
Loading…
Reference in New Issue
Block a user