wolverine icon indicating copy to clipboard operation
wolverine copied to clipboard

Address Examples Initiative

Open juleshenry opened this issue 1 year ago • 2 comments

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.

juleshenry avatar Apr 12 '23 02:04 juleshenry

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)

biobootloader avatar Apr 14 '23 19:04 biobootloader

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.

juleshenry avatar Apr 20 '23 12:04 juleshenry

I've updated it so it has a bug in the Singleton implementation for it to find and fix. Thanks!

biobootloader avatar Apr 23 '23 00:04 biobootloader