1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00
Ajeet D'Souza e5639cf22d
globset: remove regex unicode dependency
Since the translation from a glob to a regex always
disables Unicode in the regex, it follows that we shouldn't
need regex's Unicode features enabled.

Now, ripgrep enables Unicode features in its regex
dependency and of course uses them, which will cause
globset to have it enabled in the ripgrep build as well. So
this doesn't actually change anything for ripgrep. But this
does slim thing downs for folks using globset independently
of ripgrep.

PR #1712
2020-10-19 14:29:05 -04:00
..
2020-06-04 09:06:09 -04:00
2020-05-29 09:17:24 -04:00
2020-06-04 09:06:09 -04:00
2020-03-15 21:42:54 -04:00
2020-05-09 10:33:02 -04:00
2020-06-04 09:06:09 -04:00
2020-03-15 21:42:54 -04:00