-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Grep newline safety #11111
Grep newline safety #11111
Conversation
Newlines behave like *OR*; not "and then".
@GoldsteinE Great job with the other one. Would you like to review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I don’t really understand how caller
works, but otherwise it looks nice.
It gives access to a stack trace basically. It's not the prettiest code I've written, but it has a test and it's not critical, so I think we'll be fine. |
Co-authored-by: tomberek <tomberek@users.noreply.github.com>
Co-authored-by: John Ericson <John.Ericson@Obsidian.Systems>
Motivation
Newlines in the query behave like OR; not "and then".
Context
Priorities and Process
Add 👍 to pull requests you find important.
The Nix maintainer team uses a GitHub project board to schedule and track reviews.