friendly-traceback / friendly

Friendly-traceback's version used in most situations
https://friendly-traceback.github.io/docs/index.html
MIT License
40 stars 5 forks source link

Remove warnings in Friendly console #42

Closed aroberge closed 1 year ago

aroberge commented 1 year ago

~Instead of my ad-hoc method, use normal user-defined warnings in Friendly-console.~

Since the important parts of the warnings (about redefining globals, using type annotations without initializing a variable) are part of the traceback analysis, it does not make sense to keep a slightly better version available only in the friendly console as most users will never see this. Removing it will reduce the maintenance cost.