> On Nov 18, 2016, at 2:26 PM, Perry Trinier <
perryt...@gmail.com> wrote:
>
> Sorry to revive an ancient thread, but I'm using ack version 2.14 and when I try regex file matching as above I get the following:
>
> Non-is filters are not yet supported for --ignore-dir at /usr/local/bin/ack line 155.
> main::_compile_file_filter(HASH(0x7fb9121a7d20), ARRAY(0x7fb9140bccc8)) called at /usr/local/bin/ack line 946
> main::main() called at /usr/local/bin/ack line 73
Yes, in 2.15_01 we added:
* ack now supports --ignore-dir=match:.... Thanks, Ailin Nemui! (GitHub ticket #42)
What threw me off was the stack trace. Did you do something to add a Carp::Always call to your ack?