beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 138 forks source link

Fails with File::Next 1.14 #602

Closed andk closed 7 years ago

andk commented 8 years ago

Both ack 2.15_02 and 2.14 generate fail reports when File::Next is at 1.14.

Downgrading to File::Next 1.12 brings the pass reports back.

Sample fail report: http://www.cpantesters.org/cpan/report/ff60af78-2ee3-11e6-8332-b246ee1f9a26

hoelzro commented 8 years ago

I can confirm the same failure on master.

hoelzro commented 8 years ago

@petdance I've filed a PR against File::Next to resolve the issue.

mikejw commented 8 years ago

bump!

petdance commented 8 years ago

So it looks like we need File::Next 1.16 to get out, and then have ack have a dependency on 1.16?

petdance commented 7 years ago

Close this when #624 happens.

petdance commented 7 years ago

File::Next 1.16 is out.

eserte commented 7 years ago

Unfortunately ack-2.16 does not have a minimum version in the prereq requirement, so test failures still can happen.

petdance commented 7 years ago

Done. 89cadda