-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix #11 #12
base: master
Are you sure you want to change the base?
fix #11 #12
Conversation
if !Base.show_circular(io, x) | ||
recur_io = IOContext(io.bland_io, :SHOWN_SET => x) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The git diff doesn't reflect the change clearly. Actually I just added these two lines and ...
if !isdefined(x, f) # print undef as comment color | ||
pprint(io, undef) | ||
else | ||
new_io = GarishIO(recur_io, io; limit = true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... and this line
Codecov Report
@@ Coverage Diff @@
## master #12 +/- ##
===========================================
- Coverage 88.88% 68.30% -20.59%
===========================================
Files 10 10
Lines 360 366 +6
===========================================
- Hits 320 250 -70
- Misses 40 116 +76
Continue to review full report at Codecov.
|
recur_struct_list = T6([]) | ||
push!(recur_struct_list.x, T5(recur_struct_list)) | ||
pprint(recur_struct_list) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping @Roger-luo , 😃 |
No description provided.