Re: [ClojureScript] Issue with advanced optimisation

2014-11-14 Thread Arnaud Bailly
Hello, I appears to an issue with conflicting versions of clojurescript and core.async. Thanks to Hiram Madelaine, I was able to make it work using: [org.clojure/clojurescript "0.0-2371"] [org.clojure/core.async "0.1.346.0-17112a-alpha"] Thanks Arnaud On 15 Nov 2014, at 00:31, Herwig Hochlei

Re: [ClojureScript] Issue with advanced optimisation

2014-11-14 Thread Herwig Hochleitner
This sounds like it could be a missing extern. Compiling with :pseudo-names true (and :pretty-print true) might help a great deal in pinpointing it. 2014-11-14 17:14 GMT+01:00 Arnaud Bailly : > Thanks for your answer. No, it’s an error appearing in the browser’s > console, and then of course appl

Re: [ClojureScript] Issue with advanced optimisation

2014-11-14 Thread Arnaud Bailly
Thanks for your answer. No, it’s an error appearing in the browser’s console, and then of course application is not loaded. On 15 Nov 2014, at 00:13, Asim Jalis wrote: > Are you getting the error in the REPL or when you run your program normally > like a user would? If it is the REPL, then thi

Re: [ClojureScript] Issue with advanced optimisation

2014-11-14 Thread Asim Jalis
Are you getting the error in the REPL or when you run your program normally like a user would? If it is the REPL, then this is likely to be because the REPL does not work with :advanced—as I found out recently. On Fri, Nov 14, 2014 at 8:04 AM, Arnaud Bailly wrote: > Hello, > I am developing an O

[ClojureScript] Issue with advanced optimisation

2014-11-14 Thread Arnaud Bailly
Hello, I am developing an Om/ClojureScript application and when trying to convert my code to advanced optimisations, I ran into an error: Uncaught TypeError: Cannot read property 'c' of undefined This is certainly a problem in my settings but I am pretty much clueless. Here is my project.clj: