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

Print tracebacks for nested errors. #290

Merged
merged 1 commit into from
May 2, 2024
Merged

Print tracebacks for nested errors. #290

merged 1 commit into from
May 2, 2024

Conversation

delucchi-cmu
Copy link
Contributor

@delucchi-cmu delucchi-cmu commented May 1, 2024

Closes #282
Closes #273

Fetches the traceback from the future's error field and prints out the available files, line numbers, and method names.

Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.35%. Comparing base (8b7975e) to head (257b773).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #290   +/-   ##
=======================================
  Coverage   99.35%   99.35%           
=======================================
  Files          24       24           
  Lines        1238     1246    +8     
=======================================
+ Hits         1230     1238    +8     
  Misses          8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@delucchi-cmu delucchi-cmu merged commit d67409b into main May 2, 2024
9 checks passed
@delucchi-cmu delucchi-cmu deleted the issue/282/trace branch May 2, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors inside futures are not mapped (makes it hard to debug) Traceback when importing fails
2 participants