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

tiramisu: 1.0 -> unstable-2021-05-20 #123703

Merged
merged 1 commit into from Jun 3, 2021
Merged

Conversation

moni-dz
Copy link
Contributor

@moni-dz moni-dz commented May 19, 2021

Motivation for this change
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.

@r-rmcgibbo
Copy link

r-rmcgibbo commented May 19, 2021

Result of nixpkgs-review pr 123703 at b3322e6 run on x86_64-linux 1

2 packages built successfully:
  • tests.trivial
  • tiramisu

Result of nixpkgs-review pr 123703 at b3322e6 run on aarch64-linux 1

1 package built successfully:
  • tiramisu

@wishfort36
Copy link
Contributor

Result of nixpkgs-review pr 123703 1

2 packages built:
  • tests.trivial
  • tiramisu

Copy link
Contributor

@wishfort36 wishfort36 left a comment

Choose a reason for hiding this comment

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

The diff itself LGTM. Now that two more commits have been added, you might want to consider adding those as well. I built the package manually as well, which compiled. During testing, I managed to find a really weird bug where when running

$ while :; do notify-send -a $STR "hi"; done

where the app name, $STR, is a string of lengths 2, 5, 7, 13, 18, 20, 22, or 29 (tested up to 30), on commits after 8eb946d (that is, after a425e43 as I couldn't get that one to compile), causes a segfault. This bug was reproduced on two NixOS machines, and on an Arch one as well.

I'm not sure what to do from hereon, but I think this is a good enough reason to block the PR for now. While it's an obscure bug, I still managed to coincidentally trigger it while testing. This should mean that others might be able to coincidentally trigger it as well. I'll open a issue upstream, and we'll see what happens.

pkgs/applications/misc/tiramisu/default.nix Show resolved Hide resolved
@moni-dz
Copy link
Contributor Author

moni-dz commented Jun 2, 2021

Should be good to merge, since the bug was fixed upstream.

@SuperSandro2000 SuperSandro2000 merged commit 87035c8 into NixOS:master Jun 3, 2021
@moni-dz moni-dz deleted the tiramisu branch June 3, 2021 14:53
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

4 participants