Re: ANN: Om 0.4.0

2014-02-15 Thread David Nolen
You can build individual examples, "tests" can't be built - it's just a dummy thing that I use when I need to quickly verify something. David On Sat, Feb 15, 2014 at 3:00 PM, boz wrote: > Thanks David! > > I get this on a fresh clone (commit > 7327bcdc17a665d5fde66376bfef9aa2b21c675a) >Com

Re: ANN: Om 0.4.0

2014-02-15 Thread boz
Thanks David! I get this on a fresh clone (commit 7327bcdc17a665d5fde66376bfef9aa2b21c675a) Compiling "examples/tests/main.js" failed. java.io.FileNotFoundException: examples/tests/src (No such file or directory) $ mkdir examples/tests/src and build again works fine. --- long version -

Re: ANN: Om 0.4.0

2014-02-14 Thread Joel Holdbrooks
On Friday, February 14, 2014 5:00:10 AM UTC-8, Tatu Tarvainen wrote: > Btw, I seem to get the following compiler errors after upgrading om from > 0.3.6 to 0.4.0 > > > (clojurescript version is 0.0-2138) > > > WARNING: Use of undeclared Var om.core/specify! at line 570 out\om\core.cljs > WARNIN

Re: ANN: Om 0.4.0

2014-02-14 Thread David Nolen
Om 0.4.0 requires ClojureScript 0.0-2156, also looks like you need to run a `lein cljsbuild clean`. David On Fri, Feb 14, 2014 at 8:00 AM, Tatu Tarvainen wrote: > > Btw, I seem to get the following compiler errors after upgrading om from > 0.3.6 to 0.4.0 > > (clojurescript version is 0.0-2138)

Re: ANN: Om 0.4.0

2014-02-14 Thread Tatu Tarvainen
Btw, I seem to get the following compiler errors after upgrading om from 0.3.6 to 0.4.0 (clojurescript version is 0.0-2138) WARNING: Use of undeclared Var om.core/specify! at line 570 out\om\core.cljs WARNING: Use of undeclared Var om.core/_ at line 572 out\om\core.cljs WARNING: Use of undeclar

Re: ANN: Om 0.4.0

2014-02-14 Thread Tatu Tarvainen
Awesome! I was needing something like om-sync in an app I'm building. Have to try it ASAP. Om is really nice to work with, so thanks for all your work on it! :) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cl