You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I added the object ID to object printers because it's useful to be able to distinguish distinct instances of a class that would otherwise render identically. I'm somewhat ambivalent about updating the screenshot, it's more meant to give a sense of what the library does than be 100% accurate.
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.
Closegreglook#48
Hey there!
While working on unit tests for #44, I noticed that:
I get the following result:
Which does not match the format shown in the README screenshot:
I don't know what the expected/desired behavior is, perhaps the README screenshot just needs an update?
The text was updated successfully, but these errors were encountered: