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

manga-tui: 0.3.1 -> 0.4.0 #353060

Merged
merged 4 commits into from
Nov 8, 2024
Merged

manga-tui: 0.3.1 -> 0.4.0 #353060

merged 4 commits into from
Nov 8, 2024

Conversation

youwen5
Copy link
Member

@youwen5 youwen5 commented Nov 2, 2024

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.


There are issues with upstream when building in Nix (specifically, there's 2 tests that don't pass). I submitted a PR upstream to fix one of them but am not sure how to fix the other, so I just added a patch to delete it for the time being.

@isabelroses isabelroses added 12.approvals: 1 This PR was reviewed and approved by one reputable person 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package labels Nov 2, 2024
@youwen5
Copy link
Member Author

youwen5 commented Nov 3, 2024

PR got merged upstream so I'm just applying the commit as a patch until the next release.

@wegank wegank removed 12.approvals: 1 This PR was reviewed and approved by one reputable person 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package labels Nov 3, 2024
@ofborg ofborg bot requested a review from isabelroses November 3, 2024 17:55
@pbsbot
Copy link

pbsbot commented Nov 5, 2024

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 353060


x86_64-linux

❌ 1 package failed to build:
  • manga-tui
manga-tui> failures:
manga-tui>
manga-tui> ---- view::pages::manga::test::it_sends_event_chapter_bookmarked_failed_to_fetch stdout ----
manga-tui> thread 'view::pages::manga::test::it_sends_event_chapter_bookmarked_failed_to_fetch' panicked at src/backend/error_log.rs:44:64:
manga-tui> called `Result::unwrap()` on an `Err` value: Os { code: 17, kind: AlreadyExists, message: "File exists" }
manga-tui> note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
manga-tui> thread 'view::pages::manga::test::it_sends_event_chapter_bookmarked_failed_to_fetch' panicked at src/view/pages/manga.rs:1872:14:
manga-tui> called `Result::unwrap()` on an `Err` value: Elapsed(())
manga-tui>
manga-tui>
manga-tui> failures:
manga-tui>     view::pages::manga::test::it_sends_event_chapter_bookmarked_failed_to_fetch

@youwen5
Copy link
Member Author

youwen5 commented Nov 5, 2024

This test seems flaky and non deterministic, it builds fine for me but seems to fail sometimes. I'm gonna open an issue upstream. Until then we can just patch the test out.

Copy link
Member

@isabelroses isabelroses left a comment

Choose a reason for hiding this comment

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

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 353060


x86_64-linux

✅ 1 package built:
  • manga-tui

@isabelroses isabelroses added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Nov 7, 2024
@isabelroses isabelroses added the 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package label Nov 7, 2024
@pbsds pbsds merged commit e195ee5 into NixOS:master Nov 8, 2024
30 of 31 checks passed
@pbsds
Copy link
Member

pbsds commented Nov 8, 2024

Thank you and welcome to nixpkgs!

Now that you've added yourself to maintainer-list.nix you should in short time be invited to join the nixos/nixpkgs-maintainers group. That invite email will expire in a week. Joining the group will give you additional permissions in nixpkgs, like the ability to change labels on issues and pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 10.rebuild-darwin: 1-10 10.rebuild-darwin: 1 10.rebuild-linux: 1-10 10.rebuild-linux: 1 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 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants