-
Notifications
You must be signed in to change notification settings - Fork 0
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
bisect bot #8
Labels
help wanted
Extra attention is needed
Comments
I have the same idea for few months now. |
1 task
@juancarlospaco btw are you on Nim's gitter ? couldn't find your login name (also tried to contact your via email..) |
Nope. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
slightly off topic (so feel free to close) but since you have this repo that helps with tooling around issues, just wanted to suggest an idea I've been having (timotheecour/Nim#98 (comment)):
the goal is to automate bisection in github issues to:
this would work using the following ingredients:
git bisect
to find the 1st commit introducing the bug (if any)knowing which commit introduced an issue makes life a bit easier.
This could be usable as a cmdline/library (without github integration) as well as a CI pipeline.
That kind of tool exists in some software companies and is quite useful.
note
is
broken with generic types nim-lang/Nim#13066 (comment) to automatically find how to build nim at a given revision (ie, finding csources HEAD at that point)draft below
In my ideal world this would work:
The text was updated successfully, but these errors were encountered: