2024-12-30 12:59:14 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: 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 |
2024-12-19 10:42:45 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.32.2 fix: linting 10f3e74 feat: distinguish manual type annotation 4558c48 feat: add ChildTypes helper 0d477e9 |
2024-12-17 20:55:16 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.32.1 0.32.1 fix(deps): update rust crate clap_complete to v4.5.39 6ad3c7b fix: add npmignore to suppress gitignore 11bb8e4 0.32.0 feat: Add fieldChildren method to napi's SgNode and pyo3's PyNode #1655 Breaking change: fix: rename range rule's row to line #1663 fix: add biome formatting 5a41f13 feat(napi): Typed SgNode and SgRoot 55e65f3 fix: Use ts-node and versioned node-types URLs instead of heads dcb7916 |
2024-12-11 10:49:03 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.31.1 feat: update tree-sitter dependency to 0.24.4 91a2b46 fix(deps): update dependency @swc/core to v1.10.0 526648b fix: fix new clippy error ebfcbcd |
2024-12-04 15:13:57 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.31.0 feat: only scan rule senstive files #1635 feat: better error handling for dynamic lib loading #1631 Breaking change: feat: support character based column number #1594 Breaking change: refactor: expose new struct Position for abstracting column \ b87dad7 refactor: Use the utf-corrected row and column methods for the range matcher \ 2b30f56 feat: Add support for range matcher 4fb2c52 |
2024-12-02 15:04:27 by pin | Files touched by this commit (3) | |
Log message: devel/ast-grep: update to 0.30.1 fix: fix --config=config.yml arg parse #1617 fix: update python version #1614 fix(deps): update dependency @swc/core to v1.9.3 63c1c8d chore: revert pyo3 2022f38 feat: add rule entity inspection c569ec7 |
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 |