2024-11-17 11:13:19 by Thomas Klausner | Files touched by this commit (3) | |
Log message: ast-grep: update to 0.30.0. #### 0.30.0 - **Breaking change:** feat: semi-structured tracing output - fix: error=unused-suppression should change exit code - refactor: move stdErr into inspect mod - infra: switch to llvm-cov - **Breaking change:** refactor: rename --tracing to --inspect - **Breaking change:** refactor: remove --json format for tracing - **Breaking change:** fix: remove builtin dart support - **Breaking change:** fix: report unused suppression always - fix(deps): update babel monorepo |
2024-10-30 19:48:19 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.29.0 feat: support override severity of unused-suppression #1556 feat: unify configuration reading #1557 feat: unify configuration #1557 refactor: improve file config handling #1553 refactor: revamp configuration file discovering and custom language \ registration #1553 feat(scan): support context, before/after flags #1549 feat: add RuleOverwrite to override rule severity from CLI #1061 Breaking change: feat: support --config in sg new cfe472f feat: add rule overwrite impl fb4ac07 fix(deps): update dependency @swc/core to v1.7.36 c11fd89 |
2024-10-20 07:37:15 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.28.1 feat: report unused suppression #1346 feat: make number of threads configurable #1498 doc: add bug report yaml #1462 refactor: rename tracing f83dbe9 fix: fix bug report bug agains 61921f7 fix(deps): update dependency @babel/core to v7.25.8 cf06185 |
2024-10-06 11:06:50 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.28.0 feat: TypeScript types for Rules in NAPI #1038 feat:support glob path match in CLI #1062 refactor: move input/output args to standalone file 3d937cb refactor: move worker outside of utils 84ea621 fix(deps): update babel monorepo to v7.25.7 b989f05 |
2024-09-25 12:50:57 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.27.3 0.27.3 feat: add prettified pattern debug 70d33b5 fix(deps): update rust crate pyo3 to v0.22.3 683e398 test: add test for CST a79f13f 0.27.2 feat: add follow symbolic links option to CLI #1461 fix(deps): update dependency @swc/core to v1.7.26 e0b437d fix(deps): update dependency @swc/core to v1.7.24 657bc4e chore(deps): update dependency typescript to v5.6.2 c55a404 |
2024-09-09 21:12:07 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep : update to 0.27.1 0.27.1 - fix: create .gitkeep file in new dirs #1273 - fix: fix unwrap error for unfound dir #1456 - fix(deps): update dependency @swc/core to v1.7.23 5fd4101 - chore(deps): update dependency @types/node to v20.16.5 294e402 - fix: improve error message d46df6a 0.27.0 - feat: support YAML language #1436 - fix(deps): update dependency @swc/core to v1.7.22 c577761 - fix(deps): update dependency @swc/core to v1.7.21 4b0e594 - feat: add rule config potential kind test def5b21 |
2024-08-26 08:28:56 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.26.3 - fix: fix wrong transformation indentation #1405 - fix: compare only kind for unnamed nodes #1419 - fix(deps): update dependency @swc/core to v1.7.18 9ecb02c - fix(deps): update dependency @swc/core to v1.7.14 459d20a - test: add test for transformation indentation e0bfaf2 |
2024-08-19 08:38:46 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.26.2 fix: readopt matched metavar in napi #1380 chore: update napi definition 07e084a fix(deps): update dependency @swc/core to v1.7.11 835b06f fix(deps): update dependency @swc/core to v1.7.10 d7a3820 |
2024-08-10 17:23:41 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.26.1 - feat: support dynamic language in pyo3 #1143 - test: add test for load dynamic lang in python 236f4ab - feat: add py_lang registration function 43e74e7 - feat: add pytype for register language 8b660cf |
2024-08-08 19:27:32 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.26.0 - feat: Additional impls for language types \ [`#1379`](https://github.com/ast-grep/ast-grep/pull/1379) - feat: append note to error message if available \ [`#1384`](https://github.com/ast-grep/ast-grep/issues/1384) - fix: LSP should skip files outside the workspace root \ [`#1382`](https://github.com/ast-grep/ast-grep/issues/1382) - fix(deps): update dependency @babel/core to v7.25.2 \ [`3b0be88`](https://github.com/ast-grep/ast-grep/commit/3b0be882e0e280fcc7a5badd780e729cf74d2a45) - refactor: split two macros \ [`b760eb8`](https://github.com/ast-grep/ast-grep/commit/b760eb80e8439c50a9b66b3f3895574613859e4d) - refactor: simplify visitor \ [`5ae03ae`](https://github.com/ast-grep/ast-grep/commit/5ae03ae015ef4a37ac8a023a58157ada3c44ecba) |