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

add gm repo bisect #158

Merged
merged 9 commits into from
Jan 21, 2024
Merged

add gm repo bisect #158

merged 9 commits into from
Jan 21, 2024

Conversation

amtoine
Copy link
Owner

@amtoine amtoine commented Jan 20, 2024

adds a new command to run a test: closure against a repo to bisect a new bug.
as can be seen in the documentation

  • the test: closure should return non-zero exit codes for bad revisions
  • the --good and --bad options should point to the first valid known good and bad revisions
  • when the test: closure is expensive to run and --good and --bad are assument to be valid, their checks can be skipped with --no-check

@amtoine amtoine added sugar Related to the `nu-git-manager-sugar` module new-command Adds a new command labels Jan 20, 2024
@amtoine amtoine marked this pull request as ready for review January 21, 2024 09:06
@amtoine amtoine merged commit 28f1fa2 into main Jan 21, 2024
5 checks passed
@amtoine amtoine deleted the gm-repo-bisect branch January 21, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-command Adds a new command sugar Related to the `nu-git-manager-sugar` module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant