Fork me on GitHub
#cljs-dev
<
2016-07-29
>
dnolen12:07:23

@anmonteiro: thanks but probably won’t look at advanced compilation issues until we ship what’s there first

anmonteiro12:07:06

@dnolen: makes sense, I expected that so I didn’t bother to create a JIRA

dnolen12:07:58

@anmonteiro: thanks for the pointers, closed those

anmonteiro14:07:29

@dnolen: just attached a patch to http://dev.clojure.org/jira/browse/CLJS-1607 this is that specify! bug that’s causing a bogus warning in Om under advanced compilation I’d appreciate your review as I’m not too sure on the fix, even though I managed to produce a test that fails without the patch

dnolen14:07:00

@anmonteiro: k will take a look at some point today, but focusing on cljs.spec today

anmonteiro14:07:50

thanks, appreciate it

anmonteiro19:07:43

@dnolen: Has namespaced maps & symbol syntax been ported over to CLJS yet?

dnolen19:07:14

@anmonteiro: yes, but that’s a feature of the reader so tools.reader thing

anmonteiro19:07:32

I don’t think this one is a reader feature? http://dev.clojure.org/jira/browse/CLJ-1919

dnolen19:07:13

@anmonteiro: ah right, yeah happy to see that one ported

anmonteiro19:07:31

@dnolen: cool, it would be handy for a thing I’m doing now, so I’ll work on that

dnolen19:07:49

@anmonteiro: do you have permissions to assign it to yourself?

anmonteiro19:07:05

I think so, is there a JIRA issue already for this?

anmonteiro19:07:18

k, I’ll create one too

anmonteiro20:07:10

@dnolen: the new destructure uses the new ident? pred in clojure. Should we bump the Clojure dep to 1.9 or just inline (or (keyword? x) (symbol? x))

dnolen21:07:05

don’t want to bump Clojure dep prior to 1.9 final

anmonteiro21:07:59

it’s only in one place anyway

anmonteiro23:07:43

@dnolen: did you change my permissions on JIRA?

anmonteiro23:07:59

I don’t think I have the patch field now when editing a ticket

anmonteiro23:07:44

Hah, seems like tickets of the type “Task” don’t have that field

anmonteiro23:07:18

got it now, assigned CLJS-1719 (namespaced destructuring) to you