-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add terse
and is_terse
helpers, and use them
#1677
Conversation
Complicating matters, there already is a AbstractAlgebra.jl/src/PrettyPrinting.jl Line 564 in 12272bd
and for the effect AbstractAlgebra.jl/test/PrettyPrinting-test.jl Lines 268 to 270 in abd59e3
How do we handle this in the context of this new terse naming?
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1677 +/- ##
=======================================
Coverage 86.92% 86.93%
=======================================
Files 116 116
Lines 29622 29624 +2
=======================================
+ Hits 25750 25753 +3
+ Misses 3872 3871 -1 ☔ View full report in Codecov by Sentry. |
Oh wow, I was not aware of the existing On the positive side, nothing outside of AA in our stack seems to reference them (there are some occurrences of Note that function restore_terse(S::printer)
|
Co-authored-by: Lars Göttgens <[email protected]>
I deliberately did not yet try to convert any uses of
:compact
, to make this non-breaking.This will conflict with PR #1671 but so be it, I can rebase that one.