Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better traceback output for runtime errors #20

Closed
acbart opened this issue Sep 12, 2019 · 1 comment
Closed

Better traceback output for runtime errors #20

acbart opened this issue Sep 12, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@acbart
Copy link
Collaborator

acbart commented Sep 12, 2019

I'm thinking we should make the following changes:

  1. Flip the order so that the callstack starts at the top instead of the bottom.
  2. Have markdown format for each line:
  • Bullet points for each row of the traceback
  • Highlight the python code lines
  • Make the actual error itself more separated out
  1. Make sure that the explanatory text appears
  2. Put the "When I tried running X" at the top.
@acbart acbart added the enhancement New feature or request label Jul 26, 2020
@acbart
Copy link
Collaborator Author

acbart commented Jul 26, 2020

This happens in the newest version. I didn't end up flipping the callstack, which I suppose is worth considering. It's also not producing HTML and Text, but I think that requires more thought.

@acbart acbart closed this as completed Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant