-
-
Notifications
You must be signed in to change notification settings - Fork 17.8k
ripgrep-all: 0.9.6 -> 1.0.0-alpha.5 #264362
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
Conversation
|
Result of 1 package built:
Tested the resulted binary against the files in |
magnetophon
left a comment
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.
Result of nixpkgs-review pr 264362 run on x86_64-linux 1
1 package built:
- ripgrep-all
rga and rga-fzf work as expected, but there are also two binaries in /bin dir that I didn't recognize and seem to be "internal" tools:
rga-fzf-open and rga-preproc.
Not sure if they should be in /bin.
|
Yes, they are used internally. Afaik rga expects them to be in the same location the rga binary is |
zaninime
left a comment
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.
Result of nixpkgs-review pr 264362 run on aarch64-darwin 1
1 package built:
- ripgrep-all
|
I can take a look later today and merge if everything seems OK :) |
Ma27
left a comment
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.
Tested for a while, also with larger directories and it seems fine so far. The only issue I encountered was that poppler complained about a locked database which could be solved by deleting my old cache (phiresky/ripgrep-all#188), but given that clearing the cache as workaround is sufficient (and there seem to be quite a lot of changes), I'm fine with that.
The author claims that it's working fine for them and should generally be releasable, but they'd like to see if more problems come up. To me the current state seems good enough and the implementation in this PR is IMHO highly preferable over applying all the patches between 0.9.6 and now that fix known issues with adapters without the more complex changes that were the reason for a new major (which is the only other option left short of marking this as broken).
Fixes #250306
Description of changes
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)