Skip to content
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

mprocs: init at 0.2.2 #174096

Merged
merged 2 commits into from
May 25, 2022
Merged

mprocs: init at 0.2.2 #174096

merged 2 commits into from
May 25, 2022

Conversation

GaetanLepage
Copy link
Contributor

Description of changes

mprocs runs multiple commands in parallel and shows output of each command separately.
Project homepage: https://github.com/pvolok/mprocs

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.05 Release Notes (or backporting 21.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

Copy link
Member

@Leixb Leixb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments on issues that to follow the guidelines. (https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md)

maintainers/maintainer-list.nix Show resolved Hide resolved

meta = with lib; {
description = "mprocs runs multiple commands in parallel and shows output of each command separately.";
homepage = "https://github.com/BurntSushi/ripgrep";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
homepage = "https://github.com/BurntSushi/ripgrep";
homepage = "https://github.com/pvolok/mprocs";

src = fetchFromGitHub {
owner = "pvolok";
repo = pname;
rev = "refs/tags/v${version}";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think refs/tags is needed

Suggested change
rev = "refs/tags/v${version}";
rev = "v${version}";

cargoSha256 = "sha256-vGhoM5VMJO+ppLk8DetNZ8UteU6ifdtRe1HNJ0dSB+0=";

meta = with lib; {
description = "mprocs runs multiple commands in parallel and shows output of each command separately.";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • meta.description should:
    • Be capitalized.
    • Not start with the package name.
    • Not have a period at the end.

Check https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md

@Leixb
Copy link
Member

Leixb commented May 23, 2022

Result of nixpkgs-review pr 174096 run on x86_64-linux 1

1 package built:
  • mprocs

@GaetanLepage
Copy link
Contributor Author

Thank you @Leixb for your feedback !

@GaetanLepage
Copy link
Contributor Author

@Leixb I have fixed the way I committed this PR.
Is there anything more for me to do to ease the work of the repo maintainers ?

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-already-reviewed/2617/512

@SuperSandro2000 SuperSandro2000 merged commit d0f6b9d into NixOS:master May 25, 2022
@GaetanLepage GaetanLepage deleted the pkg/mprocs branch May 25, 2022 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants