forked from pool/ast-grep
Accepting request 1188553 from utilities
- Update to 0.25.2: * fix: only present code action when there are truly fixable diagnostic #1327 * refactor: move some function out of lsp 1e6b477 * fix: use fix in data for fix all command d358d45 * fix: update fix all lsp b760b9b OBS-URL: https://build.opensuse.org/request/show/1188553 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=30
This commit is contained in:
commit
dc4b31e28c
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.25.1</param>
|
||||
<param name="revision">0.25.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:23af1a778da9016156fc5aa0c93d38774b0a7c072d8be135f01adb8bb3e4aa8b
|
||||
size 686316
|
3
ast-grep-0.25.2+0.tar.zst
Normal file
3
ast-grep-0.25.2+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc8df0219340935956224d97d69ca35bc60542e37b1ec997ff3581b72331547f
|
||||
size 686857
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 07:49:18 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.25.2:
|
||||
* fix: only present code action when there are truly fixable diagnostic #1327
|
||||
* refactor: move some function out of lsp 1e6b477
|
||||
* fix: use fix in data for fix all command d358d45
|
||||
* fix: update fix all lsp b760b9b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 04:07:48 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.25.1+0
|
||||
Version: 0.25.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:23fdcdf449be7b0e92365a91cea9b3c7c6b2508aed07c9bcf30b1d451e6f3d4a
|
||||
size 27979493
|
||||
oid sha256:54f1af874139d73a70e081b70202253daa4a6e75a0a177a2e4f2b9e6d70c8bb5
|
||||
size 28006793
|
||||
|
Loading…
Reference in New Issue
Block a user