-
Notifications
You must be signed in to change notification settings - Fork 66
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
Upstream @rmcgibbo fork #171
Comments
Thanks, @SuperSandro2000. I just started hacking on this, so I was trying to add the features I wanted for my bot as quickly as possible without really taking the time to file PRs and tests and all that good stuff. So, some clean up will definitely be required. In my fork, I've also added hooks at various points to have nixpkgs-review call into external binaries, and I was using those hooks to implement some of the features for my bot:
I'm still not entirely sure where I should draw the line between nixpkgs-review and my bot's code -- i.e. which features should be implemented in which locations. But I agree in principle that we should upstream the good parts that make sense to upstream. We just need to figure out which parts those are. |
I try to make to refactor my tests to depend on way less mocking. Than adding new features should become less painful. |
I think we can safely upstream the following commits: rmcgibbo@df28e26, 2 from rmcgibbo@cd991b6, rev in comment rmcgibbo@73c2237 |
Tests are refactored are here: #173 To make programmatic access easier, I also added a |
Upstream the changes in https://github.com/rmcgibbo/nixpkgs-review/commits/r-rmcgibbo especially the (feature to merge commits)[https://github.com/rmcgibbo/nixpkgs-review/commit/df28e262d8eaa63d8e4e7166bde7d7be092b9912].
features:
/cc @rmcgibbo
The text was updated successfully, but these errors were encountered: