Skip to content

Commit

Permalink
update globset from 0.4.5 to 0.4.7
Browse files Browse the repository at this point in the history
Summary:
The only real change here is: BurntSushi/ripgrep#1756
This is a patch release but fixes a very glaring bug that others have
depended on. This diff fixes the uses to match the old behavior.

Although it's billed as a "fix", it's actually a huge perf improvement
for Linttool, which uses predominantly recursive suffix globs. The fact
that we don't have to compile ~5,000 regexps at Linttool startup anymore
makes such a huge difference that I am going to do write up soon.

Reviewed By: ndmitchell

Differential Revision: D29085977

fbshipit-source-id: 304470e5fa8cb986738aa0d9dd941641684a9194
  • Loading branch information
zertosh authored and facebook-github-bot committed Jun 15, 2021
1 parent 70cd8bb commit b86ac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
anyhow = "1.0"
env_logger = "0.7"
globset = "0.4"
globset = "0.4.7"
ignore = "0.4"
indexmap = { version = "1.6", features = ["rayon", "serde-1"] }
itertools = "0.8"
Expand Down

0 comments on commit b86ac1f

Please sign in to comment.