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

Compact show for ZeroBundle etc #136

Merged
merged 3 commits into from
Apr 9, 2023
Merged

Compact show for ZeroBundle etc #136

merged 3 commits into from
Apr 9, 2023

Conversation

oxinabox
Copy link
Member

@oxinabox oxinabox commented Apr 6, 2023

Closes #102
I should have done this ages ago.

When digesting IR I often copy pasted it into an editor and made this change via ctlr+f. So it's clearly a good idea.

A potentially contentious change is to overload the show for the types themselves, but I want nice stacktraces.
Potentially, we could do this via TruncatedStacktraces.jl?

@codecov
Copy link

codecov bot commented Apr 8, 2023

Codecov Report

Patch coverage: 93.75% and project coverage change: +0.26 🎉

Comparison is base (f6f7cc1) 49.00% compared to head (018ceb5) 49.26%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
+ Coverage   49.00%   49.26%   +0.26%     
==========================================
  Files          27       27              
  Lines        2655     2671      +16     
==========================================
+ Hits         1301     1316      +15     
- Misses       1354     1355       +1     
Impacted Files Coverage Δ
src/tangent.jl 29.68% <93.75%> (+9.15%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Keno Keno merged commit a8525ae into main Apr 9, 2023
Keno added a commit that referenced this pull request Apr 9, 2023
Keno added a commit that referenced this pull request Apr 9, 2023
Keno added a commit that referenced this pull request Apr 10, 2023
@oscardssmith oscardssmith deleted the ox/showzero branch May 22, 2023 20:03
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.

Better show method for zero bundles
2 participants