Skip to content

moar: 1.33.0 -> 2.6.1, rename to moor, modernize#435670

Merged
getchoo merged 6 commits intoNixOS:masterfrom
getchoo-contrib:pkgs/moor/2.0.4
Oct 22, 2025
Merged

moar: 1.33.0 -> 2.6.1, rename to moor, modernize#435670
getchoo merged 6 commits intoNixOS:masterfrom
getchoo-contrib:pkgs/moor/2.0.4

Conversation

@getchoo
Copy link
Member

@getchoo getchoo commented Aug 21, 2025

Diff: walles/moor@v1.33.0...v2.6.1
Changelog: https://github.com/walles/moor/releases/tag/v2.6.1

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 8.has: changelog This PR adds or changes release notes 8.has: documentation This PR adds or changes documentation 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Aug 21, 2025
'';

passthru = {
tests.cross-aarch64 = pkgsCross.aarch64-multiplatform.moor;
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

This is the first time I'm really hearing of that

I'm not exactly sure why we shouldn't either. There's the evaluation performance penalty obviously, but this is only being run in OfBorg for one package. I believe that should be fine?

I'd also question how else we're supposed to ensure cross builds for packages still work without pkgsCross. Even in the code that was finally merged with that PR for example, nixosTests.wine still uses it. Cross build regressions are super common in PRs, so this would definitely be a hole that needs to be filled

If there's something I'm missing here and this is a bigger issue, I'd really recommend documenting it @Ericson2314

Copy link
Member

Choose a reason for hiding this comment

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

I'll defer to @alyssais on this. I don't get why we cannot just run pkgsCross.aarch64-multiplatform.moor.tests, test all packages cross compiled. Forcing cross tests for some packages feels ad hoc to me.

Copy link
Member

Choose a reason for hiding this comment

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

I think it's basically harmless in passthru.tests. Eventually, it would be nice to make pkgsCross not visible inside packages, but I don't see this as a blocker because we can have some other stage where we add cross tests to packages that need it. Even if we had a way to automatically a cross test build on every package in OfBorg, we'd still need a way to mark which packages were expected to work.

Copy link
Member

Choose a reason for hiding this comment

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

OK, sounds good!

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 1 This PR was reviewed and approved by one person. and removed 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Aug 22, 2025
@RossSmyth
Copy link
Contributor

RossSmyth commented Aug 22, 2025 via email

@getchoo getchoo requested a review from foo-dogsquared August 23, 2025 06:24
@nixpkgs-ci nixpkgs-ci bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Aug 30, 2025
@boomshroom
Copy link
Contributor

Since this PR was made, another update was released fixing a crash.

@getchoo getchoo changed the title moar: 1.33.0 -> 2.0.4, rename to moor, modernize moar: 1.33.0 -> 2.1.0, rename to moor, modernize Sep 2, 2025
@nixpkgs-ci nixpkgs-ci bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Sep 2, 2025
@nixpkgs-ci nixpkgs-ci bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Sep 26, 2025
@getchoo getchoo changed the title moar: 1.33.0 -> 2.1.0, rename to moor, modernize moar: 1.33.0 -> 2.6.1, rename to moor, modernize Oct 20, 2025
@nixpkgs-ci nixpkgs-ci bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Oct 20, 2025
@nix-owners nix-owners bot requested a review from TomaSajt October 20, 2025 07:07
@nekowinston
Copy link
Member

nekowinston commented Oct 20, 2025

Would appreciate it if this could get merged, thanks for the update 🙂

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 435670
Commit: 53ca24c47c59cb2e2c3cedef63112751e162c8d5


x86_64-linux

⏩ 1 package blacklisted:
  • tests.nixos-functions.nixos-test
✅ 2 packages built:
  • moor
  • nixpkgs-manual

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 2 This PR was reviewed and approved by two persons. and removed 12.approvals: 1 This PR was reviewed and approved by one person. labels Oct 20, 2025
@getchoo getchoo added this pull request to the merge queue Oct 22, 2025
Merged via the queue into NixOS:master with commit 395d77d Oct 22, 2025
37 of 42 checks passed
@getchoo getchoo deleted the pkgs/moor/2.0.4 branch October 22, 2025 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: changelog This PR adds or changes release notes 8.has: documentation This PR adds or changes documentation 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 12.approvals: 2 This PR was reviewed and approved by two persons.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants