milkey-mouse / swood

Turn any sound into an instrument
https://meme.institute/swood/
MIT License
10 stars 3 forks source link

Add version info on bug submissions #25

Closed milkey-mouse closed 8 years ago

milkey-mouse commented 8 years ago

Make it more transparent to the user (ask on first report (Y/n)) how to opt out of bug reporting (remember the Homebrew fiasco?) and prepend the output of swood -v to the traceback

Also use __traceback__ instead of sys.exc_info()? https://stackoverflow.com/questions/35545299/tracebacks-in-python-3-5

milkey-mouse commented 8 years ago

Done, not using sys.exc_info() at all anymore. Just using the more advanced stack extraction stuff in traceback with the passed-in ones on the __exit__ handler.