-
-
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
argc: 1.14.0 -> 1.17.0 #292869
argc: 1.14.0 -> 1.17.0 #292869
Conversation
I have these changes overlayed for one of my projects and it works. |
Co-authored-by: Jonathan Ringer <[email protected]>
@jonringer can this be merged? |
It would be great to bump to argc 1.17.0. I'm looking forward to its merge! |
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.
argc: 1.15.0 -> 1.17.0
The three suggestions can be added together as a batch and committed using the web interface with the above commit message header. The update builds successfully on my x86_64-linux NixOS laptop.
Co-authored-by: Yueh-Shun Li <[email protected]>
wow didn't even realize there are two new versions. updated the PR, thanks for the help! |
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 code-wise.
I'm unable to run nixpkgs-review
on my current setup (a borrowed laptop), but at least it builds on x86_64-linux
.
The functionality tests seems to cover under the checkPhase from upstream. If so, a successful native build should guarantee that the result binary functions as expected.
It is now on version 1.19 I have lost interest - I have an overlay for my uses and while I wish to contribute, I am discouraged due to very slow review and merge timelines. |
The slow review process is a long-lasting problem for Nixpkgs and is undoubtedly frustrating. The root cause is the vast rate of pull requests popping out and the comparatively small number of committers. NixOS/rfcs#172 proposes a solution to this problem by allowing bot-based merging when a given number of maintainers approve a PR. This RFC is currently being discussed, as it changes the security model of Nixpkg's review process. You may be interested. |
Description of changes
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.