-
-
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
mingtest: init at 0.1.9 #327902
mingtest: init at 0.1.9 #327902
Conversation
AFAICT, this file is still not formatted according to the style specified by Nix RFC 166, which is a style that all .nix files in Nixpkgs must adhere to. To ensure that the Nix expression in this file follows the Nix RFC 116, please format it with pkgs.nixfmt-rfc-style: |
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.
It appears to be a dynamic link library that can be used by gtest, but it contains the gtest header itself. Maybe we should use the gtest header in nixpkgs instead, so that it works with our gtest.
BTW, You may want to squash those commit update the version into one (and remove you update rev operation) |
How to do it? With "git rebase -i" and than "push -f"? |
normally, we recommand to do following operation, but I couldn't guarantee results, please backup all of your file and do it.
|
a004cd3
to
92bbd03
Compare
Why this pull request is still not merged? Is still something missing? |
Well it doesn't eval, that's certainly one reason. Also, the contents of the commits don't really match the messages, anything touching the mingtest package should be in the mingtest init commit. If you need a reference, you can look at other merged, init PRs from first-time contributors: https://github.com/NixOS/nixpkgs/issues?q=label%3A%2212.+first-time+contribution%22+is%3Amerged+in%3Atitle+init |
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.
Also, Aleksanaa's comment wasn't addressed yet; please correct accordingly.
2d2c3ef
to
eb24d76
Compare
eb24d76
to
c828b09
Compare
Through rebasing I got now 4 commits into this fork, but it should only be 2. I have not changed anything in the fist 2 commits from other people. I don't know now how to remove that 2 commits from my fork, without removing from git? |
c828b09
to
49ea611
Compare
Found the first 2 commits as duplicate. Could remove them with git rebase. |
It is a currently a static library. |
49ea611
to
16494dd
Compare
Please squash the last commit into the init commit |
fe0df01
to
33bcb49
Compare
I guess the automerge is waiting for the queued check to be executed. Why it is so long time queued? |
There's no automerge, and darwin builders take 2+ days usually |
Thanks for the info |
Description of changes
https://github.com/craflin/mingtest
Things done
add mingtest in nix-expression in pkgs/development/libraries
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.