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

modrinth-app: 0.7.1 -> 0.8.2 #336494

Merged
merged 5 commits into from
Oct 27, 2024

Conversation

getchoo
Copy link
Member

@getchoo getchoo commented Aug 22, 2024

Description of changes

Biggest change is upstream moving to a monorepo with many other packages. Didn't require too many changes thankfully!

This ends up segfaulting on launch with my machine currently though, and I can't seem to figure out why. Testing here would be appreciated to see what exactly is causing this -- I'm on nixos-unstable with NVIDIA driver 555.58.02 for reference. Will try 560 later NVIDIA driver 555 and 560 seem to be broken here, probably due to a webkit or driver issue. Using NVK allows the app to launch normally

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/)
  • 24.11 Release Notes (or backporting 23.11 and 24.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.

Add a 👍 reaction to pull requests you find important.

@getchoo getchoo force-pushed the pkgs/modrinth-app/0.8.2 branch from bedfedf to d385207 Compare August 22, 2024 08:47
@ofborg ofborg bot added 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 labels Aug 22, 2024
@getchoo getchoo marked this pull request as ready for review August 22, 2024 10:02
@getchoo
Copy link
Member Author

getchoo commented Sep 2, 2024

cc @SuperSandro2000 from #318117 (review)

pkgs/by-name/mo/modrinth-app-unwrapped/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/mo/modrinth-app-unwrapped/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/mo/modrinth-app/package.nix Show resolved Hide resolved
pkgs/by-name/mo/modrinth-app/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/mo/modrinth-app-unwrapped/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/mo/modrinth-app-unwrapped/package.nix Outdated Show resolved Hide resolved
@getchoo getchoo force-pushed the pkgs/modrinth-app/0.8.2 branch from d385207 to 115f15e Compare September 2, 2024 16:16
@Scrumplex
Copy link
Member

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

2 packages built:
  • modrinth-app
  • modrinth-app-unwrapped

Copy link
Member

@Scrumplex Scrumplex left a comment

Choose a reason for hiding this comment

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

Works on my machine

Screenshot of Modrinth App showing current version

@Scrumplex Scrumplex added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Sep 7, 2024
@llakala
Copy link
Contributor

llakala commented Sep 19, 2024

Bumping this, would love to see it merged. There are new versions since this (we're up to 0.8.7 now), but let's start with this.

@wegank wegank added 12.approvals: 2 This PR was reviewed and approved by two reputable people and removed 12.approvals: 1 This PR was reviewed and approved by one reputable person labels Sep 19, 2024
@getchoo getchoo force-pushed the pkgs/modrinth-app/0.8.2 branch from 115f15e to f5d538e Compare September 21, 2024 21:51
@getchoo getchoo removed the 12.approvals: 2 This PR was reviewed and approved by two reputable people label Sep 21, 2024
Copy link
Contributor

@llakala llakala left a comment

Choose a reason for hiding this comment

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

Looks great other than the lib changes. Builds great on my system before and after the changes.

@getchoo getchoo added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Sep 22, 2024
@wegank wegank added the 2.status: merge conflict This PR has merge conflicts with the target branch label Sep 27, 2024
@llakala
Copy link
Contributor

llakala commented Oct 1, 2024

Bumping this, would love to see it merged.

@getchoo
Copy link
Member Author

getchoo commented Oct 4, 2024

There are new versions since this (we're up to 0.8.7 now)

These will be available after #346277

I'll also fix these merge conflicts when I get the chance

Namely the broken recursion structure and meta-attributes in the wrapper
passthru.updateScript is removed to avoid accidental upgrades as
upstream now uses a monorepo and hasn't actually tagged anything new yet
@getchoo getchoo force-pushed the pkgs/modrinth-app/0.8.2 branch from f5d538e to 9531d73 Compare October 23, 2024 04:35
@getchoo getchoo requested a review from Scrumplex October 23, 2024 04:36
@getchoo getchoo removed the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Oct 23, 2024
@ofborg ofborg bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Oct 23, 2024
@Scrumplex
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 336494


x86_64-linux

✅ 2 packages built:
  • modrinth-app
  • modrinth-app-unwrapped

@Scrumplex
Copy link
Member

builds and runs. Should be good to go.

@getchoo getchoo added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Oct 26, 2024
@Aleksanaa Aleksanaa merged commit 0306772 into NixOS:master Oct 27, 2024
29 checks passed
@getchoo getchoo deleted the pkgs/modrinth-app/0.8.2 branch October 27, 2024 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 11.by: package-maintainer This PR was created by the maintainer of the package it changes 12.approvals: 1 This PR was reviewed and approved by one reputable person
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants