Fork me on GitHub
#cljs-dev
<
2017-02-20
>
Jon03:02:09

heard someone talked about GC issue, however WebAssembly's plan for GC is still far away

juhoteperi12:02:50

Has someone noticed problems with Cljs-time and Cljs 1.9.473 + static-fns true? I get 10 of these warnings: WARNING: No such namespace: cljs-time, could not locate cljs_time.cljs, cljs_time.cljc, or Closure namespace "" at line 567 out/cljs_time/core.cljs WARNING: Use of undeclared Var cljs-time/core at line 567 out/cljs_time/core.cljs

juhoteperi12:02:21

Could be related to CLJS-1925?

dnolen13:02:57

@juhoteperi seems strange, might be related to the other issue @bronsa reported, haven’t had a chance to look at that yet though

thheller14:02:15

@juhoteperi that line https://github.com/andrewmcveigh/cljs-time/blob/v0.4.0/src/cljs_time/core.cljs#L557 looks suspicious, should be just Period since it is in the same ns

thheller14:02:36

no idea if related though

anmonteiro18:02:15

Ah you're right, I messed up the merge

anmonteiro18:02:42

@dnolen OK the latest patch should work now. sorry for the mix up

anmonteiro19:02:44

awesome. if you're looking for any other patches to apply, CLJS-1936 and CLJS-1937 should be easy review