Re: [ClojureScript] Issue with cljs.pprint and tagged literals/elements

2016-08-16 Thread Miroslav Kubíček
Thanks David, it's been submitted under CLJS-1753. Cheers Miro On Monday, August 15, 2016 at 6:52:19 PM UTC+2, David Nolen wrote: > Open an issue in JIRA. > > > Thanks! > David > -- Note that posts from new members are moderated - please be patient with your first post. --- You received

Re: [ClojureScript] Issue with cljs.pprint and tagged literals/elements

2016-08-15 Thread David Nolen
Open an issue in JIRA. Thanks! David On Mon, Aug 15, 2016 at 6:37 AM, Miroslav Kubíček < miroslav.kubi...@gmail.com> wrote: > Hi there! > I am having troubles making the cljs pretty print (cljs.pprint/pprint) > behave the same way as the regular cljs or clj print function when it goes > down to

[ClojureScript] Issue with cljs.pprint and tagged literals/elements

2016-08-15 Thread Miroslav Kubíček
Hi there! I am having troubles making the cljs pretty print (cljs.pprint/pprint) behave the same way as the regular cljs or clj print function when it goes down to tagged elements that are by default used to denote custom records. See example below - pr, pr-str, print and print-str functions