This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-26
Channels
- # aws (7)
- # beginners (109)
- # boot (5)
- # carry (2)
- # cider (25)
- # clara (6)
- # cljs-dev (86)
- # cljs-experience (19)
- # cljsrn (1)
- # clojure (183)
- # clojure-dev (7)
- # clojure-dusseldorf (7)
- # clojure-gamedev (2)
- # clojure-greece (32)
- # clojure-italy (2)
- # clojure-norway (1)
- # clojure-russia (228)
- # clojure-sg (3)
- # clojure-spec (38)
- # clojure-uk (104)
- # clojurebridge (1)
- # clojurescript (29)
- # community-development (9)
- # core-async (118)
- # core-matrix (20)
- # cursive (5)
- # datomic (140)
- # emacs (25)
- # figwheel (1)
- # hoplon (21)
- # jobs (4)
- # lein-figwheel (2)
- # luminus (10)
- # lumo (35)
- # off-topic (137)
- # om (31)
- # onyx (62)
- # pedestal (6)
- # reagent (25)
- # remote-jobs (1)
- # ring-swagger (11)
- # spacemacs (2)
- # test-check (17)
- # uncomplicate (10)
- # unrepl (1)
- # untangled (20)
- # vim (4)
- # yada (3)
@dnolen (specify some-meta-fn ...)
fails without it. Not a common use case TBH, so I'd agree that it's not a good reason.
oh right, brain lapse, sorry I was thinking those with-meta
were method calls but they aren’t
@dnolen I’m just preparing a patch with the new changes to spec that landed today
not sure if it warrants “important” or not though 🙂
btw I also upgraded Closure to the May release as part of https://dev.clojure.org/jira/browse/CLJS-2027
@dnolen I think we should also consider upgrading Closure Library again. Someone mentioned they needed something that had been released in a newer version a couple days ago
(not for this release)
would be nice to get some verification that this patch doesn’t affect source mapping https://dev.clojure.org/jira/browse/CLJS-2051?focusedCommentId=45737#comment-45737
would also love to have a release with https://dev.clojure.org/jira/browse/CLJS-2021 (I'm on the list this time)
I just cut org.clojure/google-closure-library
and org.clojure/google-closure-library-third-party
version 0.0-20170519-fa0499ef
, might want to take that for a spin
trying it now
@dnolen small typo above (messes with copy-pasting) org.closure
->`org.clojure`
@anmonteiro thanks fixed
sorry, also google-closure-third-party
-> google-closure-library-third-party
all tests pass downstream in Lumo, but we don’t use the Closure Library a great deal
@anmonteiro still that’s good to know
same thing in Om
@dnolen did you get to CLJS-2027?
@anmonteiro actually needs a rebase
doing it now
@dnolen attached rebased patch https://dev.clojure.org/jira/browse/CLJS-2027
@anmonteiro didn’t work 🙂
oh I messed up
1 sec
@dnolen sorry about that, fixed now
also, please hold up on the release, @mfikes found a slight problem with self-host
Actually, it affects JVM as well: https://dev.clojure.org/jira/browse/CLJS-2053
patch attached
any
->`any?`
bad copy paste from this commit https://github.com/clojure/spec.alpha/commit/607aef0643f6cf920293130d45e6160d93fda908
@anmonteiro got it
great
The patch fixed it for JVM, but in self-host, I got
WARNING: Use of undeclared Var cljs.spec.alpha/any? at line 34 src/planck/core.cljs
it is
right
I could also edit this ticket to read cljs.core/any?
@mfikes @anmonteiro let’s just fix this, just namespace that symbol right?
@anmonteiro applied the ES7 thing
@dnolen That change looks good. I'm on to other errors in Planck now, which I think are cut-n-dry things where I need to just update for the latest Google Closure namespaces.
I'll sort out a minimal repro for the fact that syntax-quote is somehow broken for this case in self-host, and file a JIRA, etc.
@dnolen I forgot a call to "with-meta" in core.cljc for https://dev.clojure.org/jira/browse/CLJS-1884, should I reopen the issue ?