forked from pool/ast-grep
Accepting request 1166203 from utilities
- Update to 0.20.4: * fix: fix new deprecation note of Rust 2024 a70565e * fix: fix quickfix fef3dfc * fix: better fix message e0b5875 - Update to 0.20.3: * feat(lsp): run "source.fixAll.ast-grep" onsave #1021 * test: move the integration-test to test folder f2ff77a * chore: cargo update 83394e9 * refactor: move logging and io out of on_apply_all_fix cd79cda OBS-URL: https://build.opensuse.org/request/show/1166203 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=17
This commit is contained in:
commit
ecb249a841
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.20.2</param>
|
<param name="revision">0.20.4</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:7849548c79eae1f8cd6ef872703801a37b633853e8649994ab6cafd9570534f8
|
|
||||||
size 663466
|
|
3
ast-grep-0.20.4+0.tar.zst
Normal file
3
ast-grep-0.20.4+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd8d5a218887f8e60df4ac28a2c4c8125ec252324330271503004b3a5c91c5ff
|
||||||
|
size 665519
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 8 12:39:13 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.20.4:
|
||||||
|
* fix: fix new deprecation note of Rust 2024 a70565e
|
||||||
|
* fix: fix quickfix fef3dfc
|
||||||
|
* fix: better fix message e0b5875
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 8 06:17:06 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.20.3:
|
||||||
|
* feat(lsp): run "source.fixAll.ast-grep" onsave #1021
|
||||||
|
* test: move the integration-test to test folder f2ff77a
|
||||||
|
* chore: cargo update 83394e9
|
||||||
|
* refactor: move logging and io out of on_apply_all_fix cd79cda
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 28 07:23:34 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Thu Mar 28 07:23:34 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ast-grep
|
Name: ast-grep
|
||||||
Version: 0.20.2+0
|
Version: 0.20.4+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:9315deab79d2357a9dc5bdb70a006451684ff7190e77c4c3e2c8e286f1a1f9a2
|
oid sha256:6d5e14c7eb2edfd8680b96083d44bfc714c09e1aa52b31c98a0ba11575c04c61
|
||||||
size 26927848
|
size 26900642
|
||||||
|
Loading…
x
Reference in New Issue
Block a user