ack v3.6.0 released

10 views
Skip to first unread message

Andy Lester

unread,
Aug 22, 2022, 9:41:23 AM8/22/22
to ack-an...@googlegroups.com, ack-...@googlegroups.com
I've released ack v3.6.0 to the CPAN and beyondgrep.com. There are no new features, just some new filetype settings and doc fixes.

However, v3.7.0 is just around the corner and has a cool new feature: The --not option. This lets you specify regex(es) that must not match your search string, all without having to use lookaheads or lookbehinds.

For example, if you want to search for "tax" but don't want matches for "tax_tables" or "sales_tax" or "income_tax", you do:

ack tax --not tax_tables --not '(sales|income)_tax'

They don't have to be substrings, either. If you want to find "dogs" unless "cats" is on the same line, it's just:

ack dogs --not cats

I have it coded, but I haven't had anyone use it yet, including me. If you'd like to help test it out before I release it, please email me at an...@petdance.com.




Here are the notes for v3.6.0

[FEATURES]
Added default ignores for Python's pickle serialization format (GH#348)

Added default ignore for Visual Studio's user & workspace settings. Thanks,
Gabor Szabo. (GH#324)

Added support for the Crystal language. Thanks, Gabor Szabo. (GH#340)

Fixed some spelling errors. Thanks, Frieder Bluemle. (GH#310)

Added .sbt as a Scala extension. Thanks, Grzegorz Kaczmarczyk. (GH#322)

[DOCS]
Fixed incorrect example in the docs for --range-start. Thanks, Alex Beamish.
Reply all
Reply to author
Forward
0 new messages