This has been the only issue we've run into with 1.9.0-beta1 ( ticket is here 
https://dev.clojure.org/jira/browse/CLJS-2352 ). On our back-end, all tests are 
good, but we can't currently use beta1 (or alpha20) on the front-end, since 
this issue causes CLJS to choke. I'm hoping that a new version of CLJS comes 
out before Clojure 1.9.0 so that people don't get the false impression that the 
latest of each is compatible with the other.

J

On Thu, Sep 28, 2017 at 11:13:43AM -0400, Stuart Halloway wrote:
> Hi Nathan,
> 
> I suspect that is the same as
> https://github.com/clojure/clojurescript/commit/89914d2ead964122f99e638edda0cd96d330cb66.
> I don't have a sense of how many CLJS project this is going to cascade
> into, or what all will be needed. Anyone?
> 
> Stu
> 
> On Thu, Sep 28, 2017 at 10:44 AM, Nathan Fisher <nfis...@junctionbox.ca>
> wrote:
> 
> > Hi Stuart,
> >
> > Working to create a minimal test case but upgrading from alpha19 to beta1
> > seems to have broken lein-cljsbuild.
> >
> > I get the following error:
> >
> > >>>>>> snip >>>>>>
> >
> > *SEVERE:
> > /Users/nathanfisher/workspace/mklpq/target/cljsbuild-compiler-0/cljs/core.js:3579:
> > ERROR - Parse error. primary expression expected*
> >
> > *case ##Inf:*
> >
> > *      ^*
> >
> >
> > *Sep 28, 2017 3:23:10 PM com.google.javascript.jscomp.LoggerErrorManager
> > printSummary*
> >
> > *WARNING: 1 error(s), 0 warning(s)*
> >
> > *ERROR: JSC_PARSE_ERROR. Parse error. primary expression expected at
> > /Users/nathanfisher/workspace/mklpq/target/cljsbuild-compiler-0/cljs/core.js
> > line 3579 : 6*
> > <<<<<< snip <<<<<<
> >
> > Changes in my project.clj deps are as follows:
> >
> > *-     [org.clojure/clojure "1.9.0-alpha19" :scope "provided"]*
> >
> > *+     [org.clojure/clojure "1.9.0-beta1" :scope "provided"]*
> >
> > A revert on my project.clj to alpha19 eliminates the error.
> >
> > Cheers!
> >
> > Nathan
> >
> > On Thu, 28 Sep 2017 at 15:00 Stuart Halloway <stuart.hallo...@gmail.com>
> > wrote:
> >
> >> Clojure 1.9 has been quite stable throughout the alpha period, and we now
> >> hope to release after a very short beta. Please test your existing programs
> >> on the latest beta (see below), and respond on this thread ASAP if you
> >> discover anything you believe to be a regression.
> >>
> >> Thanks!
> >> Stu
> >>
> >> ;; Clojure deps.edn
> >> org.clojure/clojure {:mvn/version "1.9.0-beta1"}
> >>
> >> ;; lein & boot
> >> [org.clojure/clojure "1.9.0-beta1"]
> >>
> >> --
> >> 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.
> >>
> > --
> > - 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.
> >
> 
> -- 
> 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.

-- 
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.

Reply via email to