Re: Is this a bug that is already fixed?

2017-02-19 Thread William la Forge
Upgraded clojure too and now it works. Phew! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To

Re: Is this a bug that is already fixed?

2017-02-19 Thread William la Forge
Now it gets complicated. I upgraded to the latest clojurescript. and switched to reader version 1.0.0-beta3 which holds the/a fix. No change. The bug is still present. Here's my build boot: https://github.com/rolonicArk/simpleArk/blob/master/build.boot :-( -- You received this message

Re: Is this a bug that is already fixed?

2017-02-19 Thread William la Forge
Thanks Timothy! I found a similar issue with the same answer here: https://github.com/ptaoussanis/sente/issues/241 Closed! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts

Re: Is this a bug that is already fixed?

2017-02-19 Thread Timothy Baldridge
That's a pretty old version of ClojureScript. Try upgrading to the latest. Timothy On Sun, Feb 19, 2017 at 2:17 PM, William la Forge wrote: > I'll note that when I add a second entry to the map, everything is fine: >> >> > {:fix nil :local/contacts-capability

Re: Is this a bug that is already fixed?

2017-02-19 Thread William la Forge
> > I'll note that when I add a second entry to the map, everything is fine: > > {:fix nil :local/contacts-capability contacts-capability} -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com

Is this a bug that is already fixed?

2017-02-19 Thread William la Forge
Here's my clojure data: {:local/contacts-capability contacts-capability} pr-str gives me this: #:local{:contacts-capability #uuid "--4000-8000-0003"} I pass this over to clojurescript and when I read it I get... Uncaught Error: Could not find tag parser for :local in

[ANN] New maintainer for "fs"

2017-02-19 Thread Miki
Hi, Andrey Antukh has kindly volunteered to step up as the mainatiner of "fs". He'll fork from Raynes and can update clojars. I'm sure he'll give more details later on. All the best, -- Miki -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post