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

Feature request: Delta Debugging for crashing inputs or source file bugs #65

Open
PCain02 opened this issue Dec 4, 2024 · 0 comments
Open

Comments

@PCain02
Copy link
Collaborator

PCain02 commented Dec 4, 2024

Is your feature request related to a problem? Please describe.
There currently is no feedback on what inputs cause bug crashes in their functions we could feedback that to the user to help them without utilizing LLM Mentor. Alternatively delta debugging can be used on the entire file to find the problematic line. Check out Shrinkray

Describe the solution you'd like
Using a delta debugger we could test the functions to see what inputs cause them to crash or alternatively the problem line can be found using delta debugging.

Describe alternatives you've considered
We have the LLM mentor but what if there is no internet or models they want to use? We need an alternative

Additional context
Check out this article on Reducing Failure-Inducing Inputs

@PCain02 PCain02 changed the title Feature request: Delta Debugging for crashing inputs Feature request: Delta Debugging for crashing inputs or source file bugs Dec 4, 2024
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

No branches or pull requests

1 participant