Skip to content

fum: 0.6.4 -> 0.9.17#378096

Merged
wolfgangwalther merged 1 commit intoNixOS:masterfrom
linuxmobile:fum-update
Feb 9, 2025
Merged

fum: 0.6.4 -> 0.9.17#378096
wolfgangwalther merged 1 commit intoNixOS:masterfrom
linuxmobile:fum-update

Conversation

@linuxmobile
Copy link
Contributor

@linuxmobile linuxmobile commented Jan 30, 2025

Version and hash updates:

  • Updated the version from "0.6.4" to "0.9.17".
  • Enabled useFetchCargoVendor and updated the cargoHash value.

Additions:

  • Added nix-update-script to the list of dependencies.
  • Included a new passthru.updateScript attribute.
  • Added a changelog URL to the meta section.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • 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/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 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
  • Fits CONTRIBUTING.md.

@linuxmobile linuxmobile mentioned this pull request Jan 30, 2025
13 tasks
@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Jan 30, 2025
@theobori
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 378096

Logs: https://github.com/theobori/nixpkgs-review-gha/actions/runs/13059562644


x86_64-linux

✅ 1 package built:
  • fum

aarch64-linux

✅ 1 package built:
  • fum

@theobori
Copy link
Member

Diff LGTM.

@theobori theobori added the 12.approvals: 1 This PR was reviewed and approved by one person. label Jan 30, 2025
Copy link
Member

@Defelo Defelo left a comment

Choose a reason for hiding this comment

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

Diff LGTM, but please split refactors and updates into separate commits

@linuxmobile
Copy link
Contributor Author

Diff LGTM, but please split refactors and updates into separate commits

it's only a small "refactor". I didn't know that something so tiny had to be separated into commits.

@linuxmobile linuxmobile requested a review from Defelo February 1, 2025 22:05
@Defelo
Copy link
Member

Defelo commented Feb 1, 2025

Diff LGTM, but please split refactors and updates into separate commits

it's only a small "refactor". I didn't know that something so tiny had to be separated into commits.

I think it's just good practice to split different kinds of changes into different commits. Of course, for very small changes it's not that critical, but in general it makes it easier both to review a PR and to revert only parts of a PR later, in case that's necessary for whatever reason. In this case specifically I think that adding an updateScript and a changelog is different enough from a simple version bump, so splitting this into two commits would make sense to me...

@linuxmobile linuxmobile changed the title fum: 0.6.4 -> 0.8.2 fum: 0.6.4 -> 0.9.14 Feb 7, 2025
@linuxmobile linuxmobile changed the title fum: 0.6.4 -> 0.9.14 fum: 0.6.4 -> 0.9.17 Feb 8, 2025
@wegank wegank removed the 12.approvals: 1 This PR was reviewed and approved by one person. label Feb 9, 2025
@wolfgangwalther
Copy link
Contributor

I certainly agree wrt to splitting commits in general, especially for review-ability. But in this case, I was positively surprised, because the commit is still very readable (which is often not the case when mixing up changes, unfortunately) and the changes were written out in the PR description (so certainly not "lack of effort" either, which seems to happen so often...).

Thus, OK for me.

@wolfgangwalther wolfgangwalther merged commit 1b62d2f into NixOS:master Feb 9, 2025
43 checks passed
@linuxmobile linuxmobile deleted the fum-update branch February 14, 2025 21:42
@linuxmobile linuxmobile mentioned this pull request Apr 22, 2025
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants