commit ast-grep for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ast-grep for openSUSE:Factory checked in at 2024-06-27 16:04:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ast-grep (Old) and /work/SRC/openSUSE:Factory/.ast-grep.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ast-grep" Thu Jun 27 16:04:28 2024 rev:28 rq:1183519 version:0.24.1+0 Changes: -------- --- /work/SRC/openSUSE:Factory/ast-grep/ast-grep.changes 2024-06-24 20:57:57.582516299 +0200 +++ /work/SRC/openSUSE:Factory/.ast-grep.new.18349/ast-grep.changes 2024-06-27 16:05:09.546704292 +0200 @@ -1,0 +2,7 @@ +Thu Jun 27 05:46:01 UTC 2024 - Michael Vetter <mvetter@suse.com> + +- Update to 0.24.1: + * fix: skip missing node in pattern #1256 + * doc: add cli help text for debug format 1754382 + +------------------------------------------------------------------- Old: ---- ast-grep-0.24.0+0.tar.zst New: ---- ast-grep-0.24.1+0.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ast-grep.spec ++++++ --- /var/tmp/diff_new_pack.gUO0cf/_old 2024-06-27 16:05:10.622743799 +0200 +++ /var/tmp/diff_new_pack.gUO0cf/_new 2024-06-27 16:05:10.626743946 +0200 @@ -17,7 +17,7 @@ Name: ast-grep -Version: 0.24.0+0 +Version: 0.24.1+0 Release: 0 Summary: A CLI tool for code structural search, lint and rewriting License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.gUO0cf/_old 2024-06-27 16:05:10.662745268 +0200 +++ /var/tmp/diff_new_pack.gUO0cf/_new 2024-06-27 16:05:10.666745415 +0200 @@ -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.24.0</param> + <param name="revision">0.24.1</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ ast-grep-0.24.0+0.tar.zst -> ast-grep-0.24.1+0.tar.zst ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/CHANGELOG.md new/ast-grep-0.24.1+0/CHANGELOG.md --- old/ast-grep-0.24.0+0/CHANGELOG.md 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/CHANGELOG.md 2024-06-27 01:43:12.000000000 +0200 @@ -4,8 +4,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.24.1](https://github.com/ast-grep/ast-grep/compare/0.24.0...0.24.1) + +- fix: skip missing node in pattern [`#1256`](https://github.com/ast-grep/ast-grep/issues/1256) +- doc: add cli help text for debug format [`1754382`](https://github.com/ast-grep/ast-grep/commit/17543825a937be9dc56dce648c2782fb...) + #### [0.24.0](https://github.com/ast-grep/ast-grep/compare/0.23.1...0.24.0) +> 23 June 2024 + - feat: add debug ast and cst [`#1218`](https://github.com/ast-grep/ast-grep/issues/1218) - feat: add strictness in PyO3 [`#1246`](https://github.com/ast-grep/ast-grep/issues/1246) - feat: add strictness flag in cli [`#1243`](https://github.com/ast-grep/ast-grep/issues/1243) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/Cargo.lock new/ast-grep-0.24.1+0/Cargo.lock --- old/ast-grep-0.24.0+0/Cargo.lock 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/Cargo.lock 2024-06-27 01:43:12.000000000 +0200 @@ -113,7 +113,7 @@ [[package]] name = "ast-grep" -version = "0.24.0" +version = "0.24.1" dependencies = [ "ansi_term", "anyhow", @@ -145,7 +145,7 @@ [[package]] name = "ast-grep-config" -version = "0.24.0" +version = "0.24.1" dependencies = [ "anyhow", "ast-grep-core", @@ -161,7 +161,7 @@ [[package]] name = "ast-grep-core" -version = "0.24.0" +version = "0.24.1" dependencies = [ "bit-set", "regex", @@ -172,7 +172,7 @@ [[package]] name = "ast-grep-dynamic" -version = "0.24.0" +version = "0.24.1" dependencies = [ "ast-grep-core", "ignore", @@ -184,7 +184,7 @@ [[package]] name = "ast-grep-language" -version = "0.24.0" +version = "0.24.1" dependencies = [ "ast-grep-core", "ignore", @@ -215,7 +215,7 @@ [[package]] name = "ast-grep-lsp" -version = "0.24.0" +version = "0.24.1" dependencies = [ "ast-grep-config", "ast-grep-core", @@ -229,7 +229,7 @@ [[package]] name = "ast-grep-napi" -version = "0.24.0" +version = "0.24.1" dependencies = [ "ast-grep-config", "ast-grep-core", @@ -248,7 +248,7 @@ [[package]] name = "ast-grep-py" -version = "0.24.0" +version = "0.24.1" dependencies = [ "anyhow", "ast-grep-config", @@ -314,7 +314,7 @@ [[package]] name = "benches" -version = "0.24.0" +version = "0.24.1" dependencies = [ "ast-grep-config", "ast-grep-core", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/Cargo.toml new/ast-grep-0.24.1+0/Cargo.toml --- old/ast-grep-0.24.0+0/Cargo.toml 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/Cargo.toml 2024-06-27 01:43:12.000000000 +0200 @@ -11,7 +11,7 @@ lto = true [workspace.package] -version = "0.24.0" +version = "0.24.1" authors = ["Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>"] edition = "2021" license = "MIT" @@ -22,11 +22,11 @@ readme = "README.md" [workspace.dependencies] -ast-grep-core = { path = "crates/core", version = "0.24.0" } -ast-grep-config = { path = "crates/config", version = "0.24.0" } -ast-grep-dynamic = { path = "crates/dynamic", version = "0.24.0" } -ast-grep-language = { path = "crates/language", version = "0.24.0" } -ast-grep-lsp = { path = "crates/lsp", version = "0.24.0" } +ast-grep-core = { path = "crates/core", version = "0.24.1" } +ast-grep-config = { path = "crates/config", version = "0.24.1" } +ast-grep-dynamic = { path = "crates/dynamic", version = "0.24.1" } +ast-grep-language = { path = "crates/language", version = "0.24.1" } +ast-grep-lsp = { path = "crates/lsp", version = "0.24.1" } bit-set = { version = "0.5.3" } ignore = { version = "0.4.22" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/cli/src/debug.rs new/ast-grep-0.24.1+0/crates/cli/src/debug.rs --- old/ast-grep-0.24.0+0/crates/cli/src/debug.rs 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/cli/src/debug.rs 2024-06-27 01:43:12.000000000 +0200 @@ -8,9 +8,13 @@ #[derive(Clone, Copy, PartialEq, Eq, ValueEnum)] pub enum DebugFormat { + /// Print the query parsed in Pattern format Pattern, + /// Print the query in tree-sitter AST format, only named nodes are shown Ast, + /// Print the query in tree-sitter CST format, both named and unnamed nodes are shown Cst, + /// Print the query in S-expression format Sexp, } impl DebugFormat { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/core/src/matcher/pattern.rs new/ast-grep-0.24.1+0/crates/core/src/matcher/pattern.rs --- old/ast-grep-0.24.0+0/crates/core/src/matcher/pattern.rs 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/core/src/matcher/pattern.rs 2024-06-27 01:43:12.000000000 +0200 @@ -93,9 +93,16 @@ kind_id: node.kind_id(), } } else { + let children = node.children().filter_map(|n| { + if n.get_ts_node().is_missing() { + None + } else { + Some(PatternNode::from(n)) + } + }); PatternNode::Internal { kind_id: node.kind_id(), - children: node.children().map(PatternNode::from).collect(), + children: children.collect(), } } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/language/src/cpp.rs new/ast-grep-0.24.1+0/crates/language/src/cpp.rs --- old/ast-grep-0.24.0+0/crates/language/src/cpp.rs 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/language/src/cpp.rs 2024-06-27 01:43:12.000000000 +0200 @@ -11,6 +11,7 @@ #[test] fn test_cpp_pattern() { test_match("$A->b()", "expr->b()"); + test_match("if (a) { $$$VERYLONGNAME }", "if (a) { a;b;c; }"); test_match("expr->$B()", "expr->b()"); test_match("ns::ns2::$F()", "ns::ns2::func()"); test_match("template <typename $T>", "template <typename T>"); @@ -30,5 +31,14 @@ fn test_cpp_replace() -> Result<(), TSParseError> { let ret = test_replace("expr->b()", "$A->b()", "func($A)->b()")?; assert_eq!(ret, "func(expr)->b()"); + let ret = test_replace("if (a) { a;b;c; }", "if (a) { $$$A }", "$$$A")?; + assert_eq!(ret, "a;b;c;"); + // https://stackoverflow.com/questions/78663351 + let ret = test_replace( + "if (a) { a;b;c; }", + "if (a) { $$$VERYLONGNAME }", + "$$$VERYLONGNAME", + )?; + assert_eq!(ret, "a;b;c;"); Ok(()) } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/napi/npm/darwin-arm64/package.json new/ast-grep-0.24.1+0/crates/napi/npm/darwin-arm64/package.json --- old/ast-grep-0.24.0+0/crates/napi/npm/darwin-arm64/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/napi/npm/darwin-arm64/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/napi-darwin-arm64", - "version": "0.24.0", + "version": "0.24.1", "os": [ "darwin" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/napi/npm/darwin-x64/package.json new/ast-grep-0.24.1+0/crates/napi/npm/darwin-x64/package.json --- old/ast-grep-0.24.0+0/crates/napi/npm/darwin-x64/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/napi/npm/darwin-x64/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/napi-darwin-x64", - "version": "0.24.0", + "version": "0.24.1", "os": [ "darwin" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/napi/npm/linux-arm64-gnu/package.json new/ast-grep-0.24.1+0/crates/napi/npm/linux-arm64-gnu/package.json --- old/ast-grep-0.24.0+0/crates/napi/npm/linux-arm64-gnu/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/napi/npm/linux-arm64-gnu/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/napi-linux-arm64-gnu", - "version": "0.24.0", + "version": "0.24.1", "os": [ "linux" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/napi/npm/linux-x64-gnu/package.json new/ast-grep-0.24.1+0/crates/napi/npm/linux-x64-gnu/package.json --- old/ast-grep-0.24.0+0/crates/napi/npm/linux-x64-gnu/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/napi/npm/linux-x64-gnu/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/napi-linux-x64-gnu", - "version": "0.24.0", + "version": "0.24.1", "os": [ "linux" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/napi/npm/linux-x64-musl/package.json new/ast-grep-0.24.1+0/crates/napi/npm/linux-x64-musl/package.json --- old/ast-grep-0.24.0+0/crates/napi/npm/linux-x64-musl/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/napi/npm/linux-x64-musl/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/napi-linux-x64-musl", - "version": "0.24.0", + "version": "0.24.1", "os": [ "linux" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/napi/npm/win32-arm64-msvc/package.json new/ast-grep-0.24.1+0/crates/napi/npm/win32-arm64-msvc/package.json --- old/ast-grep-0.24.0+0/crates/napi/npm/win32-arm64-msvc/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/napi/npm/win32-arm64-msvc/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/napi-win32-arm64-msvc", - "version": "0.24.0", + "version": "0.24.1", "os": [ "win32" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/napi/npm/win32-ia32-msvc/package.json new/ast-grep-0.24.1+0/crates/napi/npm/win32-ia32-msvc/package.json --- old/ast-grep-0.24.0+0/crates/napi/npm/win32-ia32-msvc/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/napi/npm/win32-ia32-msvc/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/napi-win32-ia32-msvc", - "version": "0.24.0", + "version": "0.24.1", "os": [ "win32" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/napi/npm/win32-x64-msvc/package.json new/ast-grep-0.24.1+0/crates/napi/npm/win32-x64-msvc/package.json --- old/ast-grep-0.24.0+0/crates/napi/npm/win32-x64-msvc/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/napi/npm/win32-x64-msvc/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/napi-win32-x64-msvc", - "version": "0.24.0", + "version": "0.24.1", "os": [ "win32" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/napi/package.json new/ast-grep-0.24.1+0/crates/napi/package.json --- old/ast-grep-0.24.0+0/crates/napi/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/napi/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/napi", - "version": "0.24.0", + "version": "0.24.1", "description": "Search and Rewrite code at large scale using precise AST pattern", "homepage": "https://ast-grep.github.io", "main": "index.js", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/crates/pyo3/pyproject.toml new/ast-grep-0.24.1+0/crates/pyo3/pyproject.toml --- old/ast-grep-0.24.0+0/crates/pyo3/pyproject.toml 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/crates/pyo3/pyproject.toml 2024-06-27 01:43:12.000000000 +0200 @@ -5,7 +5,7 @@ [project] name = "ast-grep-py" requires-python = ">=3.8" -version = "0.24.0" +version = "0.24.1" description = "Structural Search and Rewrite code at large scale using precise AST pattern." authors = [{ name = "Herrington Darkholme", email = "2883231+HerringtonDarkholme@users.noreply.github.com" }] maintainers = [{ name = "Herrington Darkholme", email = "2883231+HerringtonDarkholme@users.noreply.github.com" }] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/npm/package.json new/ast-grep-0.24.1+0/npm/package.json --- old/ast-grep-0.24.0+0/npm/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/npm/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/cli", - "version": "0.24.0", + "version": "0.24.1", "publishConfig": { "access": "public" }, @@ -29,13 +29,13 @@ "postinstall": "node postinstall.js" }, "optionalDependencies": { - "@ast-grep/cli-win32-arm64-msvc": "0.24.0", - "@ast-grep/cli-win32-ia32-msvc": "0.24.0", - "@ast-grep/cli-win32-x64-msvc": "0.24.0", - "@ast-grep/cli-darwin-arm64": "0.24.0", - "@ast-grep/cli-darwin-x64": "0.24.0", - "@ast-grep/cli-linux-arm64-gnu": "0.24.0", - "@ast-grep/cli-linux-x64-gnu": "0.24.0" + "@ast-grep/cli-win32-arm64-msvc": "0.24.1", + "@ast-grep/cli-win32-ia32-msvc": "0.24.1", + "@ast-grep/cli-win32-x64-msvc": "0.24.1", + "@ast-grep/cli-darwin-arm64": "0.24.1", + "@ast-grep/cli-darwin-x64": "0.24.1", + "@ast-grep/cli-linux-arm64-gnu": "0.24.1", + "@ast-grep/cli-linux-x64-gnu": "0.24.1" }, "bin": { "sg": "sg", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/npm/platforms/darwin-arm64/package.json new/ast-grep-0.24.1+0/npm/platforms/darwin-arm64/package.json --- old/ast-grep-0.24.0+0/npm/platforms/darwin-arm64/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/npm/platforms/darwin-arm64/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/cli-darwin-arm64", - "version": "0.24.0", + "version": "0.24.1", "os": [ "darwin" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/npm/platforms/darwin-x64/package.json new/ast-grep-0.24.1+0/npm/platforms/darwin-x64/package.json --- old/ast-grep-0.24.0+0/npm/platforms/darwin-x64/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/npm/platforms/darwin-x64/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/cli-darwin-x64", - "version": "0.24.0", + "version": "0.24.1", "os": [ "darwin" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/npm/platforms/linux-arm64-gnu/package.json new/ast-grep-0.24.1+0/npm/platforms/linux-arm64-gnu/package.json --- old/ast-grep-0.24.0+0/npm/platforms/linux-arm64-gnu/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/npm/platforms/linux-arm64-gnu/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/cli-linux-arm64-gnu", - "version": "0.24.0", + "version": "0.24.1", "os": [ "linux" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/npm/platforms/linux-x64-gnu/package.json new/ast-grep-0.24.1+0/npm/platforms/linux-x64-gnu/package.json --- old/ast-grep-0.24.0+0/npm/platforms/linux-x64-gnu/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/npm/platforms/linux-x64-gnu/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/cli-linux-x64-gnu", - "version": "0.24.0", + "version": "0.24.1", "os": [ "linux" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/npm/platforms/win32-arm64-msvc/package.json new/ast-grep-0.24.1+0/npm/platforms/win32-arm64-msvc/package.json --- old/ast-grep-0.24.0+0/npm/platforms/win32-arm64-msvc/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/npm/platforms/win32-arm64-msvc/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/cli-win32-arm64-msvc", - "version": "0.24.0", + "version": "0.24.1", "os": [ "win32" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/npm/platforms/win32-ia32-msvc/package.json new/ast-grep-0.24.1+0/npm/platforms/win32-ia32-msvc/package.json --- old/ast-grep-0.24.0+0/npm/platforms/win32-ia32-msvc/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/npm/platforms/win32-ia32-msvc/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/cli-win32-ia32-msvc", - "version": "0.24.0", + "version": "0.24.1", "os": [ "win32" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/npm/platforms/win32-x64-msvc/package.json new/ast-grep-0.24.1+0/npm/platforms/win32-x64-msvc/package.json --- old/ast-grep-0.24.0+0/npm/platforms/win32-x64-msvc/package.json 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/npm/platforms/win32-x64-msvc/package.json 2024-06-27 01:43:12.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "@ast-grep/cli-win32-x64-msvc", - "version": "0.24.0", + "version": "0.24.1", "os": [ "win32" ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ast-grep-0.24.0+0/pyproject.toml new/ast-grep-0.24.1+0/pyproject.toml --- old/ast-grep-0.24.0+0/pyproject.toml 2024-06-24 01:24:13.000000000 +0200 +++ new/ast-grep-0.24.1+0/pyproject.toml 2024-06-27 01:43:12.000000000 +0200 @@ -4,7 +4,7 @@ [project] name = "ast-grep-cli" -version = "0.24.0" +version = "0.24.1" description = "Structural Search and Rewrite code at large scale using precise AST pattern." authors = [{ name = "Herrington Darkholme", email = "2883231+HerringtonDarkholme@users.noreply.github.com" }] maintainers = [{ name = "Herrington Darkholme", email = "2883231+HerringtonDarkholme@users.noreply.github.com" }] ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/ast-grep/vendor.tar.zst /work/SRC/openSUSE:Factory/.ast-grep.new.18349/vendor.tar.zst differ: char 441803, line 1796
participants (1)
-
Source-Sync