greglook / puget

Canonical Colorizing Clojure Printer
The Unlicense
251 stars 27 forks source link

README screenshot now matches current behavior #49

Closed lread closed 4 years ago

lread commented 4 years ago

For posterity (and if you need a redo) run:

lein repl

Then paste the following:

(require '[puget.printer :as puget])
(puget/cprint [nil true \space "string" {:omega 123N :alpha '(func x y) :gamma 3.14159}
#{\a "heterogeneous" :set} (java.util.Currency/getInstance "USD") (java.util.Date.) (java.util.UUID/randomUUID)])

Adjust terminal theme. I chose Ubuntu Color Preset in iTerm2 on macOS. Fira Code font with spacing tweaks seemed like a close enough match.

Closes #48

codecov-io commented 4 years ago

Codecov Report

Merging #49 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #49   +/-   ##
========================================
  Coverage    99.53%   99.53%           
========================================
  Files            5        5           
  Lines          431      431           
  Branches         1        1           
========================================
  Hits           429      429           
  Misses           1        1           
  Partials         1        1

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 4efcecd...15286a9. Read the comment docs.

lread commented 4 years ago

Was killing some time while doing an OS upgrade, so figured, why not?