biobootloader / wolverine

MIT License
5.22k stars 516 forks source link

Address Examples Initiative #9

Closed juleshenry closed 1 year ago

juleshenry commented 1 year ago

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.

biobootloader commented 1 year ago

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)

juleshenry commented 1 year ago

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.

biobootloader commented 1 year ago

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