Overview
Request 628684 accepted
- ack 2.24:
* Added option "--ts" for Typescript.
* Fixed a bug where ack would stop searching if there was a file
called "0" in the current directory where ack was invoked.
* Optimized ack's search by 0-30% in timings of common cases.
Done by only do a line-by-line search of a file if there's a
match somewhere in the file.
- Created by susnux
- In state accepted
- Package maintainers: clchildress and jbaier_cz
Request History
susnux created request
- ack 2.24:
* Added option "--ts" for Typescript.
* Fixed a bug where ack would stop searching if there was a file
called "0" in the current directory where ack was invoked.
* Optimized ack's search by 0-30% in timings of common cases.
Done by only do a line-by-line search of a file if there's a
match somewhere in the file.
AndreasStieger accepted request
thx