Fork me on GitHub
#clojure-dev
<
2015-07-21
>
bronsa17:07:32

looks like jira is broken again 😞

danielcompton18:07:16

@bronsa seems to be working to me?

bronsa18:07:13

@danielcompton: yeah seems to be working now -- was returning server errors before

wagjo20:07:36

seems like reader conditionals are heavily broken when trying to produce nil result

wagjo20:07:41

e.g. (read-string {:read-cond :allow} "#?(:cljs :boo :default nil)")

bronsa20:07:23

I'll look into it for tools.reader tonight, it seems to have the same issue -- might fix it for LispReader too after that if nobody does it before me

wagjo21:07:34

@bronsa I've found the cause and submitted a patch

bronsa21:07:10

:thumbsup: I indipendently implemented almost the same patch for tools.reader seems like the right fix

wagjo21:07:44

great :thumbsup: