Re: [ClojureScript] pr-str and #{} sets

2014-07-06 Thread whodidthis
On Sunday, July 6, 2014 6:54:16 AM UTC+3, David Della Costa wrote: > Can you attach a refheap/gist/etc. of the code you are using to send and > > to receive EDN? That would help a lot in diagnosing your issue. > > > > For what it's worth, we are sending and receiving data, including sets, > >

Re: [ClojureScript] pr-str and #{} sets

2014-07-05 Thread Dave Della Costa
Can you attach a refheap/gist/etc. of the code you are using to send and to receive EDN? That would help a lot in diagnosing your issue. For what it's worth, we are sending and receiving data, including sets, in the manner you describe, with no issues (other than the one described here: https://gi

[ClojureScript] pr-str and #{} sets

2014-07-05 Thread Andrew Nguyen
I am using a combination of pr-str cljs.reader/read-string to communicate between the front and backends. Everything has been working as expected but I'm now trying to send data that contains a clojure set and pr-str seems to be printing an incomplete string. For example, the following map: