Skip to content

Conversation

@jlumpe
Copy link
Collaborator

@jlumpe jlumpe commented Nov 15, 2020

  • Added/improved docstrings for printing-related functions and types.
  • Add repr_node() function, similar to repr_tree().
  • Add :limit => true to IOContext used in default printnode() implementation.
  • Default value for charset argument to print_tree() is now defined in the DEFAULT_CHARSETconstant/global rather than
    being returned from the no-argument constructor.
  • Defined ASCII_CHARSET constant for TreeCharSet using only ASCII characters.
  • Improvements to printing truncation test.

@codecov-io
Copy link

codecov-io commented Nov 15, 2020

Codecov Report

Merging #62 (c6a5106) into master (b5263bd) will decrease coverage by 0.81%.
The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
- Coverage   66.11%   65.30%   -0.82%     
==========================================
  Files           7        7              
  Lines         363      366       +3     
==========================================
- Hits          240      239       -1     
- Misses        123      127       +4     
Impacted Files Coverage Δ
src/printing.jl 88.23% <28.57%> (-7.60%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b5263bd...c6a5106. Read the comment docs.

@jlumpe jlumpe merged commit a6605e3 into JuliaCollections:master Dec 17, 2020
@jlumpe jlumpe deleted the printing branch April 13, 2021 00:56
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.

2 participants