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 bisect debug helper #1102

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

Scott-Simmons
Copy link
Contributor

Add Git Bisect Helper to Automate Regression Debugging.

During the process of feature development not part of this PR, I used git bisect` to help identify the commit that introduced a bug (the bug in question was caused by a variable name clashing with a function name).

Adding this git bisect helper to the main line as it has a great impact on automated bug finding (when the commits are atomic).

Copy link
Collaborator

@nils-braun nils-braun 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 the addition! If it helped you, I am ok with the additional entry in the makefile 👍

@nils-braun nils-braun merged commit 79e4ae9 into blue-yonder:main Jan 14, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants