Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ripgrep 14.1.1 #184115

Merged
merged 2 commits into from
Sep 10, 2024
Merged

ripgrep 14.1.1 #184115

merged 2 commits into from
Sep 10, 2024

Conversation

branchvincent
Copy link
Member

Created with brew bump-formula-pr.

release notes
[Sponsorship is appreciated!](https://github.com/sponsors/BurntSushi/)

This is a minor release with a bug fix for a matching bug. In particular, a bug
was found that could cause ripgrep to ignore lines that should match. That is,
false negatives. It is difficult to characterize the specific set of regexes
in which this occurs as it requires multiple different optimization strategies
to collide and produce an incorrect result. But as one reported example, in
ripgrep, the regex (?i:e.x|ex) does not match e-x when it should. (This
bug is a result of an inner literal optimization performed in the grep-regex
crate and not in the regex crate.)

In case you haven't heard of it before, ripgrep is a line-oriented search
tool that recursively searches the current directory for a regex pattern.
By default, ripgrep will respect gitignore rules and automatically skip
hidden files/directories and binary files.

Bug fixes:

  • BUG #2884:
    Fix bug where ripgrep could miss some matches that it should report.

Miscellaneous:

  • MISC #2748:
    Remove ripgrep's simd-accel feature because it was frequently broken.

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Sep 10, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 10, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 10, 2024
Merged via the queue into Homebrew:master with commit 7ce3f94 Sep 10, 2024
15 checks passed
@branchvincent branchvincent deleted the bump-ripgrep-14.1.1 branch September 10, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants