Recent Releases of astgrepr
astgrepr - astgrepr 0.1.0
- This is the first CRAN release.
- Update
extendrto 0.8.0 (#40).
- R
Published by etiennebacher about 1 year ago
astgrepr - astgrepr 0.0.10
- If several lints can be fixed but overlap, the first lint is fixed but those
that are nested in it are ignored. The text output of
tree_rewrite()now has an attributehas_skipped_fixesindicating if some lints were not fixed because they were nested (#34).
- R
Published by etiennebacher over 1 year ago
astgrepr - astgrepr 0.0.9
- Updated ast-grep crate to 0.32.2.
- R
Published by etiennebacher over 1 year ago
astgrepr - astgrepr 0.0.8
- Add support for using multi-metavars in replacement.
- R
Published by etiennebacher over 1 year ago
astgrepr - astgrepr 0.0.7
- Fix edge case when a matched node is on the last line and there isn't an empty line at the end.
- Internals: add CI, bump ast-grep to 0.26.3.
- R
Published by etiennebacher almost 2 years ago
astgrepr - astgrepr 0.0.6
- Replacing text that contains escaping characters (e.g. in regular expressions) doesn't remove those characters anymore.
- Enable multiple replacements on the same line of code.
- Replacing text now takes into account leading empty lines.
- Ignore specific rules, e.g.
# ast-grep-ignore: any_duplicatedto ignore the rules stored inany_duplicated.ymlonly. Accepts several rules separated with a comma.
- R
Published by etiennebacher almost 2 years ago
astgrepr - astgrepr 0.0.5
- Support metavars in the
messagefield in YAML files.
- R
Published by etiennebacher almost 2 years ago
astgrepr - astgrepr 0.0.4
- Bump
ast-grepto 0.25.0. - Refactor Rust code.
- Add support for
constraintsfield when using rules YAML files (#19, #21). - Accept digits in metavar.
- R
Published by etiennebacher almost 2 years ago
astgrepr - astgrepr 0.0.3
- Add support to tags to ignore lines and chunks of code with
# ast-grep-ignore,# ast-grep-ignore-startand# ast-grep-ignore-end. - Lots of refactor.
- Support digits in meta-variables.
- More tests.
- R
Published by etiennebacher almost 2 years ago
astgrepr - astgrepr 0.0.2
- More robust handling of yaml files.
- Update
extendrto 0.7.0. - Many changes that hard to list: basically everything works better.
- Considerably reduce binary size (#8).
- R
Published by etiennebacher almost 2 years ago