You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a 0.9 TODO I am adding right now.
Issue: ApeException is mis-used in certain spots, such as raising exceptions when things go wrong that are not really the project-developer's fault (but likely ours or the Plugin developers fault). In this case, we should be more verbose by default and include pretty stacktraces and what-not instead of treating it as a user-hour where the info is too verbose.
Specification
New base ApePluginException and in the global Ape err handler, except: that one before ApeException and don't omit anything, maybe raise or rich.print(stacktrace) or something.
Maybe an aside or separate issue:
I would like to delete ape test --show-internal and only use the logger... verbose loggers are supposed to show internal anyway, and we already changed the default verbosity for ape test
Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
The text was updated successfully, but these errors were encountered:
Overview
This is a 0.9 TODO I am adding right now.
Issue: ApeException is mis-used in certain spots, such as raising exceptions when things go wrong that are not really the project-developer's fault (but likely ours or the Plugin developers fault). In this case, we should be more verbose by default and include pretty stacktraces and what-not instead of treating it as a user-hour where the info is too verbose.
Specification
New base
ApePluginException
and in the global Ape err handler,except:
that one beforeApeException
and don't omit anything, mayberaise
orrich.print(stacktrace)
or something.Maybe an aside or separate issue:
I would like to delete
ape test --show-internal
and only use the logger... verbose loggers are supposed to show internal anyway, and we already changed the default verbosity forape test
Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
The text was updated successfully, but these errors were encountered: