Accepting request 1251661 from utilities
- Update to 0.36.0: * perf: remove preScan struct #1837 * refactor: change Worker trait signature #1849 * fix: fix inconsistent matching in relaxed mode #1848 * feat: allow richer metadata format #1854 * fix: do not display color for error when not in tty #1850 * fix: make scan respect --globs flag #1842 * feat: move processing to worker thread #143 * feat: move matching to worker #143 * refactor: remove Matches/Diffs macro in cli #1819 * Breaking change: fix: bump min msrv 846be66 * refactor: split colored printer 083a5f9 * refactor: moved interactive printer b9bedf4 OBS-URL: https://build.opensuse.org/request/show/1251661 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=54
This commit is contained in:
commit
3054d4f6b0
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@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.35.0</param>
|
||||
<param name="revision">0.36.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:4040dd191985b6b674015b3d2a5bdcc89ee64837aea2543faf680d0e89a6cc51
|
||||
size 713307
|
3
ast-grep-0.36.0.tar.zst
Normal file
3
ast-grep-0.36.0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c4912a7b8244ad8aee901ffa9c4c79bb71bcdb38619b63453927ed489fd0934
|
||||
size 712347
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 07:32:50 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.36.0:
|
||||
* perf: remove preScan struct #1837
|
||||
* refactor: change Worker trait signature #1849
|
||||
* fix: fix inconsistent matching in relaxed mode #1848
|
||||
* feat: allow richer metadata format #1854
|
||||
* fix: do not display color for error when not in tty #1850
|
||||
* fix: make scan respect --globs flag #1842
|
||||
* feat: move processing to worker thread #143
|
||||
* feat: move matching to worker #143
|
||||
* refactor: remove Matches/Diffs macro in cli #1819
|
||||
* Breaking change: fix: bump min msrv 846be66
|
||||
* refactor: split colored printer 083a5f9
|
||||
* refactor: moved interactive printer b9bedf4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 21 15:54:12 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.35.0
|
||||
Version: 0.36.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:5d29f31c9c95b8d89e30215f2b8ad3a54f218a051d317946eb1aa08c23d2a1bd
|
||||
size 31093274
|
||||
oid sha256:241d4e81b137c1dae7bfcdc8b99863430b4352abe93e1f2600c5bef6c4b367df
|
||||
size 31268778
|
||||
|
Loading…
x
Reference in New Issue
Block a user