> I'm seeing an issue in one of my larger projects. Will try to isolate tomorrow and get back to you.
Not sure if it's the same issue as I encountered when trying to build clojurescript in my application generated by luminus template, but here it is: Compiling "target/cljsbuild/public/js/app.js" from ["src/cljs" "src/cljc" "env/dev/cljs"]... Failed to compile "target/cljsbuild/public/js/app.js" in 7.485 seconds. ---- Could not Read target/cljsbuild/public/js/out/cljs/core.cljs line:988 column:14 ---- No reader function for tag Inf 986 (js-mod (Math/floor o) 2147483647) The problem was the some of my project's dependencies brought in the tools.reader older than the 1.1.0 version. I solved by explicitly requiring 1.1.0 in my project.clj: [org.clojure/tools.reader "1.1.0"] On Wednesday, 4 October 2017 02:47:03 UTC+2, Nathan Fisher wrote: > > Hi David! > > I'm seeing an issue in one of my larger projects. Will try to isolate > tomorrow and get back to you. > > The simple project in lein-cljsbuild works fine for me with beta1 and this > release. > > Saludos! > Nathan > > On Tue, 3 Oct 2017 at 22:52 David Nolen <dnolen...@gmail.com <javascript:>> > wrote: > >> 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.946"] >> >> This release contains many bug fixes and addresses feedback from the >> 1.9.908 >> release. Important changes include parity with Clojure 1.9.0-beta1 and an >> updated Google Closure Compiler dependency. The later one in particular >> now >> means that ClojureScript has a dependency on JDK 8. >> >> As always feedback welcome! >> >> 1.9.946 >> >> ### Changes >> * CLJS-2300: Delegate clojure.string/capitalize to goog.string/capitalize >> * CLJS-2374: Print js/Infinity, js/-Infinity, js/NaN using new reader >> literals >> * bump tools.reader (1.1.0) >> * CLJS-2372: update hash to use the new infinity literals >> * CLJS-2364: Bump Closure Compiler to the Sep 2017 version >> * CLJS-2340: Have js-keys delegate directly to good.object/getKeys >> * CLJS-2338: Support renamePrefix{Namespace} closure compiler option >> >> ### Fixes >> * CLJS-1576: fix source-map string encoding by applying >> encodeURIComponent and fixing string/replace call >> * CLJS-2294: Always use opts with implicit opts added >> * CLJS-2166: Add uri? predicate >> * CLJS-2368: Self-host: Never compile macro namespaces with >> `:optimize-constants true >> * CLJS-2367: Self-host: :def-emits-var leaks into loaded namespace >> processing >> * CLJS-2352: Emit valid JS for NaN etc. even when used w/ CLJ >= >> 1.9.0-alpha20 >> * CLJS-2339: Significant code reload slowdown with :npm-deps >> * CLJS-2361: Self-host: circular dependency detection doesn't handle REPL >> self-require >> * CLJS-2356: Self-host: circular dependency detection is not correct >> * CLJS-2354: Self-host: `compile-str` doesn't handle `clojure` -> `cljs` >> aliasing >> * CLJS-2353: use portable `node-module-dep?` function in analyze-deps >> * CLJS-2345: escape paths emitted as args to cljs.core.load_file >> * CLJS-2349: Port reset-vals! and swap-vals! over from Clojure >> * CLJS-2336: Call alength once in areduce and amap >> * CLJS-2335: Avoid alength on strings >> * CLJS-2334: Also gather dependencies from foreign-libs that are modules >> * CLJS-2333: module-deps.js doesn't correctly compute `main` if aliased >> in browser field >> * CLJS-2332: module_deps.js doesn't process `export from` correctly >> * CLJS-2330: Don't set `"browser"` field for Closure if target is :nodejs >> * CLJS-2326: Indexing node_modules can't find `main` when it doesn't have >> an extension >> * CLJS-2328: Args are not provided to *main-cli-fn* with optimizations >> advanced >> * CLJS-2327: module_deps.js doesn't know about browser field advanced >> usage >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to clo...@googlegroups.com >> <javascript:> >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> clojure+u...@googlegroups.com <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+u...@googlegroups.com <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- > - sent from my mobile > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.