[ClojureScript] Re: ANN: ClojureScript 1.9.493, another bugfix release

2017-02-24 Thread Rangel Spasov
Forgot to add: this is my :compiler settings map. {:output-to "index.ios.js" :main "env.ios.main" :output-dir "target/ios" :static-fns true :optimize-constants true :parallel-build true ;:pretty-print true ;:pseudo-names true

[ClojureScript] Re: ANN: ClojureScript 1.9.493, another bugfix release

2017-02-24 Thread Rangel Spasov
Hey guys, I'm getting this error. It seems that it's happening inside the transpiled core.async sources. The error carrot at line 1444 points at the semicolon, pretty strange. Feb 24, 2017 8:38:19 PM com.google.javascript.jscomp.LoggerErrorManager println SEVERE:

[ClojureScript] Re: ANN: ClojureScript 1.9.493, another bugfix release

2017-02-24 Thread David Nolen
Just cut 1.9.494 to back out some macros that were made unintentionally private. On Fri, Feb 24, 2017 at 4:47 PM, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code:

[ClojureScript] ANN: ClojureScript 1.9.493, another bugfix release

2017-02-24 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript Leiningen dependency information: [org.clojure/clojurescript "1.9.493"] This is a bugfix release. As always, feedback welcome! ### Fixes * CLJS-1948:

Re: [ClojureScript] Re: how to use new data_readers.cljc feature with deftype

2017-02-24 Thread David Nolen
Please file a report in JIRA. Please do not link to anything outside in the ticket, all instructions to reproduce should be inline in the issue. Thanks! David On Fri, Feb 17, 2017 at 11:37 AM, Dustin Getz wrote: > Just also repped it with clojure 1.9.0-alpha14 via `lein

[ClojureScript] Re: app.js around 1.9MB : need help

2017-02-24 Thread Juho Teperi
On Friday, February 24, 2017 at 11:04:32 PM UTC+2, Oskar Skuteli wrote: > Hi, can you please give any info on the bug in cljsjs/material-ui you've > found? > I'm new to cljsjs packages, but would like to try to fix it, as my app relies > on material-ui and its size is slowing things

[ClojureScript] Re: app.js around 1.9MB : need help

2017-02-24 Thread Oskar Skuteli
Hi, can you please give any info on the bug in cljsjs/material-ui you've found? I'm new to cljsjs packages, but would like to try to fix it, as my app relies on material-ui and its size is slowing things significantly... -- Note that posts from new members are moderated - please be patient with