wolverine
wolverine copied to clipboard
Address Examples Initiative
In this pull request, we begin to address Initiative #3 a suite of example buggy files that we can test prompts on to ensure reliability and measure improvement
as mentioned in the README.md.
Thank you! Currently examples/buggy_script_2.py
doesn't crash when run, do you want to add a bug to it that causes a crash? (perhaps an assert if you want to ensure the function returns the correct value)
I added an assertion @biobootloader . Now, it will fail because of the singleton attribute modification. It will be interesting to see how wolverine handles this intermediate coding concept.
I've updated it so it has a bug in the Singleton implementation for it to find and fix. Thanks!