Accepting request 1234486 from utilities

- Update to 0.32.3:
  * feat: print fixed rules count #1708
  * fix: move unused suppressions to config crate #1624
  * fix: allow malformed pattern to be dumped as tree #804
  * fix: fix files not recognize in lsp #1691
  * fix: fix crash when internal node has no child #1688
  * feat: use mutable self in Printer trait 5e3835a
  * feat: reduce binary size by remove Printer polymorphism 8b735cf
  * feat: resolve rule id for ScanResult 9a7f3cc

OBS-URL: https://build.opensuse.org/request/show/1234486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=48
This commit is contained in:
Ana Guerrero 2025-01-02 18:23:00 +00:00 committed by Git OBS Bridge
commit 59134b9bde
6 changed files with 21 additions and 8 deletions

View File

@ -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.32.2</param>
<param name="revision">0.32.3</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78be0f6a4b380d460903f6218501cbe4230c01b25a02f654aab3034654d89fcf
size 709391

3
ast-grep-0.32.3.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33c6029443324131387f8ebdb3ac0c3514086dfa28f7ba129219cc56197dcfa9
size 710500

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 2 07:11:38 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 0.32.3:
* feat: print fixed rules count #1708
* fix: move unused suppressions to config crate #1624
* fix: allow malformed pattern to be dumped as tree #804
* fix: fix files not recognize in lsp #1691
* fix: fix crash when internal node has no child #1688
* feat: use mutable self in Printer trait 5e3835a
* feat: reduce binary size by remove Printer polymorphism 8b735cf
* feat: resolve rule id for ScanResult 9a7f3cc
-------------------------------------------------------------------
Fri Dec 27 16:48:02 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ast-grep
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: ast-grep
Version: 0.32.2
Version: 0.32.3
Release: 0
Summary: A CLI tool for code structural search, lint and rewriting
License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c7ddbc08d67fd58567e710367e93fc2424d4e7231aa9cacea5e32aae0a6d638
size 31289987
oid sha256:215131babafa1d85bb8f6a3725d75da916e58fffce06f76eeddf89432cfa3308
size 31306322