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

meli: init at alpha-0.5.1 #76519

Merged
merged 1 commit into from Jun 17, 2020
Merged

meli: init at alpha-0.5.1 #76519

merged 1 commit into from Jun 17, 2020

Conversation

erictapen
Copy link
Member

Motivation for this change

This is a new approach to init meli and also would close #69169.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @0x4A6F @matthiasbeyer

@erictapen
Copy link
Member Author

@GrahamcOfBorg build meli

Copy link
Member

@0x4A6F 0x4A6F left a comment

Choose a reason for hiding this comment

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

Looks good.
Can you run nixpkgs-fmt pkgs/applications/networking/mailreaders/meli/default.nix and rebase?

@erictapen
Copy link
Member Author

@0x4A6F sure

@erictapen erictapen changed the title meli: init at alpha-0.4.2 meli: init at alpha-0.5.1 Apr 24, 2020
Copy link
Contributor

@drewrisinger drewrisinger left a comment

Choose a reason for hiding this comment

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

Minor nitpicks/questions.

@drewrisinger
Copy link
Contributor

@GrahamcOfBorg build meli

@drewrisinger
Copy link
Contributor

@GrahamcOfBorg build meli

Copy link
Contributor

@drewrisinger drewrisinger left a comment

Choose a reason for hiding this comment

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

Few more style fixes I missed the first time, then LGTM.


src = fetchgit {
url = "https://git.meli.delivery/meli/meli.git";
rev = "${version}";
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
rev = "${version}";
rev = version;

pkgs/applications/networking/mailreaders/meli/default.nix Outdated Show resolved Hide resolved
pkgs/applications/networking/mailreaders/meli/default.nix Outdated Show resolved Hide resolved
Co-authored-by: 0x4A6F <0x4A6F@users.noreply.github.com>
@erictapen
Copy link
Member Author

@drewrisinger Agree to all your suggestions, pushed.

@drewrisinger
Copy link
Contributor

Please resolve above conversations. Approved.

@drewrisinger
Copy link
Contributor

@0x4A6F if you could leave a review too, that'd be great, esp since you're listed as maintainer on this.

Copy link
Contributor

@drewrisinger drewrisinger left a comment

Choose a reason for hiding this comment

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

  • reviewed the diff and commit messages
  • made sure ofBorg build succeeded for all applicable platforms
  • run nix-review for a reasonable amount of time without any failures (or marked preexisting failures as broken)
  • tested: meli --version, meli

Copy link
Member

@0x4A6F 0x4A6F left a comment

Choose a reason for hiding this comment

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

  • working on amd64
  • working on aarch64

@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/148

@Lassulus Lassulus merged commit 43fc4e0 into NixOS:master Jun 17, 2020
@erictapen
Copy link
Member Author

Yay. Thanks!

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.

None yet

5 participants