-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
rwalk: init at 0.9.0 #366586
rwalk: init at 0.9.0 #366586
Conversation
@pwnwriter Looks good to me, but I don't have commit access, and don't maintain a similar package, so it doesn't make sense for me to leave an approving review. Once the tests have passed, my suggestion to get it merged would be to find someone who has merged a rust tool comparable to this into |
@drupol, could you please check and merge ? Appreciate it :) |
IIRC, embedding the |
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
@GaetanLepage , I've committed the requested changes, But the ci fails now. Could you please guide me on this? |
Run nixfmt-rfc-style on your nix file to fix the formatting |
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
should I now remove the lock file? |
Yes. Also, replace the passthru = {
updateScript = nix-update-script { };
}; just before |
@GaetanLepage Could you tell me how'd I retrieve the cargo hash? I thought it'll provide me if I try to build it. But yeah, I'm getting issue with |
For For |
The upstream repo doesn't provide Cargo lock file. I think I should first make a pr there and then will make changes here? |
Good point, I had not checked this. |
The version has been bumped from 0.8.7 to 0.9.0. Should I discard this pr and create a new one as a follow up or this is fine as it is? |
No, just force-push to this one. Update directly to 0.9.0. |
done |
|
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, well done @pwnwriter :)
Description of changes
A blazingly fast web directory scanner written in Rust
https://github.com/cestef/rwalk
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.