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

Pretty-printing for OneElement #348

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Feb 1, 2024

After this,

julia> B = OneElement(2, 1, 3);

julia> show(B)
OneElement(2, 1, 3)

The displayed form is a valid constructor, and is a compact representation.

Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e9077c3) 99.89% compared to head (4d4173f) 99.89%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #348   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files           8        8           
  Lines         934      938    +4     
=======================================
+ Hits          933      937    +4     
  Misses          1        1           

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

@oxinabox oxinabox merged commit b873ad1 into JuliaArrays:master Feb 2, 2024
18 checks passed
@jishnub jishnub deleted the oneelshow branch February 2, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants