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

goimapnotify: init at 2.0 #83385

Merged
merged 2 commits into from Jun 2, 2020
Merged

goimapnotify: init at 2.0 #83385

merged 2 commits into from Jun 2, 2020

Conversation

wohanley
Copy link
Contributor

Motivation for this change

goimapnotify is more reliable in my experience than the alternative currently available on nixpkgs, node-imapnotify.

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.

Copy link
Contributor

@puzzlewolf puzzlewolf left a comment

Choose a reason for hiding this comment

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

Thanks for your first PR :) 🚀

Please squash your commits into one commit goimapnotify: init at 2.0.

The binary builds and runs fine for me. However, I don't know enough about go packaging to review this. @marsam, @doronbehar, what do you think?

Copy link
Contributor

@doronbehar doronbehar left a comment

Choose a reason for hiding this comment

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

Besides the comment I left, it seems to build and run but I don't get any output when I run:

./result-bin/bin/goimapnotify -conf ~/.config/goimapnotify.conf -list

No idea why's that. Also, the project seems somewhat unmaintained, at least for 5 months or so:

https://gitlab.com/shackra/goimapnotify/-/issues/4 && https://gitlab.com/shackra/goimapnotify/activity

maintainers/maintainer-list.nix Show resolved Hide resolved
@wohanley
Copy link
Contributor Author

wohanley commented Apr 16, 2020

@doronbehar re empty output: not sure what that's about. could maybe tell you more if I saw what's in your goimapnotify.conf?

re project maintenance: not sure what's going on there either, I'm not personally involved in the project beyond packaging it here.

Copy link
Contributor

@doronbehar doronbehar left a comment

Choose a reason for hiding this comment

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

@wohanley I've managed to make it work after changing some variables in my config, at least for -list. I wouldn't say this project has the best UX regarding error handling. It also printed my boxes in a somewhat malformed format, but I guess that shouldn't hold it from getting into our package collection if you'd be willing to maintain it.

@wohanley
Copy link
Contributor Author

@doronbehar yep, i'm happy to take care of it. thanks!

@wohanley
Copy link
Contributor Author

wohanley commented Jun 2, 2020

Is there something else I need to do here? Sorry, this process is new to me.

@marsam marsam merged commit a69f9e5 into NixOS:master Jun 2, 2020
@marsam
Copy link
Contributor

marsam commented Jun 2, 2020

LGTM, sorry for the delay

@wohanley
Copy link
Contributor Author

wohanley commented Jun 2, 2020

Thanks!

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

5 participants