forked from pool/ast-grep
- 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/package/show/utilities/ast-grep?expand=0&rev=34
This commit is contained in:
parent
20e797b171
commit
0a307ed612
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.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:7849548c79eae1f8cd6ef872703801a37b633853e8649994ab6cafd9570534f8
|
|
||||||
size 663466
|
|
3
ast-grep-0.20.3+0.tar.zst
Normal file
3
ast-grep-0.20.3+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dfa784081dbf35cc8dd037b39fe1d333523fb5ee8a2ea2cc4e85ce3fe4b6d8b4
|
||||||
|
size 665698
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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.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:9315deab79d2357a9dc5bdb70a006451684ff7190e77c4c3e2c8e286f1a1f9a2
|
oid sha256:134a1438535b954cf340ab4dc942ba84194875322c29f61abd786a0402f3fd84
|
||||||
size 26927848
|
size 27002258
|
||||||
|
Loading…
Reference in New Issue
Block a user