Page MenuHomeSolus

Update ripgrep to 11.0.2
ClosedPublic

Authored by xulongwu4 on Aug 2 2019, 11:28 PM.
Tags
None
Referenced Files
F11066416: D6871.diff
Fri, Aug 11, 6:03 PM
F11013925: D6871.diff
Fri, Aug 4, 6:26 PM
F10885111: D6871.diff
Jun 25 2023, 7:30 AM
F10809752: D6871.id.diff
May 30 2023, 3:00 PM
F10798201: D6871.id16470.diff
May 28 2023, 8:32 AM
F10778225: D6871.id16451.diff
May 24 2023, 5:47 AM
F10766915: D6871.id.diff
May 19 2023, 9:09 PM
F10763222: D6871.id16451.diff
May 19 2023, 12:05 AM
Subscribers

Details

Summary

Update to 11.0.2.

Changelog:

  • Added --glob-case-insensitive flag that makes --glob behave as --iglob.
  • Fix bug where the last byte of a -f file was stripped if it wasn't a \n.
  • Document that no error is reported when searching for \n with -P/--pcre2.
  • Fix bug where --with-filename was sometimes enabled incorrectly.
  • Show better error messages when a non-existent preprocessor command is given.
  • Fix match regression with -F flag when patterns contain meta characters.
Test Plan

Used it to search a pattern in text files inside a directory.

Diff Detail

Repository
R3841 ripgrep
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

JoshStrobl edited the summary of this revision. (Show Details)
JoshStrobl added a subscriber: JoshStrobl.

LGTM, thanks!

This revision is now accepted and ready to land.Aug 4 2019, 4:54 PM
This revision was automatically updated to reflect the committed changes.