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

doc/reviewing-contributions: nix-review instead of nox-review #57076

Merged
merged 2 commits into from Mar 22, 2019

Conversation

Mic92
Copy link
Member

@Mic92 Mic92 commented Mar 8, 2019

It is faster, handles more edge cases and allows to test/review the built
packages interactively.

@grahamc
Copy link
Member

grahamc commented Mar 8, 2019

lgtm beyond these nits :)

@danbst
Copy link
Contributor

danbst commented Mar 9, 2019

There is one more doc file:

$ rg nox-review doc
doc/submitting-changes.xml
354:   <title>Tested compilation of all pkgs that depend on this change using <command>nox-review</command></title>
359:    can be done using the nox utility. The <command>nox-review</command>
367:<screen>nix-shell -p nox --run "nox-review wip"</screen>
372:<screen>nix-shell -p nox --run "nox-review pr 12345"</screen>

doc/reviewing-contributions.xml
197:$ nix-shell -p nox --run "nox-review -k pr PRNUMBER"

It is faster, handles more edge cases and allows to test/review the built
packages interactively.
@Mic92
Copy link
Member Author

Mic92 commented Mar 20, 2019

With the new release nix-review now also implements the wip subcommand and is as such a drop-in replacement for nox-review. Therefore I replaced nox-review now everywhere.

@Mic92
Copy link
Member Author

Mic92 commented Mar 20, 2019

I would also backport the new nix-review in this case to stable to have a consistent review experience for all users.

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