This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-17
Channels
- # bangalore-clj (1)
- # beginners (23)
- # boot (141)
- # cider (68)
- # cljs-dev (29)
- # cljsjs (1)
- # cljsrn (11)
- # clojure (150)
- # clojure-austin (3)
- # clojure-berlin (1)
- # clojure-france (2)
- # clojure-greece (13)
- # clojure-italy (5)
- # clojure-russia (49)
- # clojure-spec (15)
- # clojure-uk (45)
- # clojurescript (152)
- # code-art (1)
- # core-async (75)
- # cursive (12)
- # datascript (2)
- # datomic (90)
- # dirac (5)
- # emacs (10)
- # garden (1)
- # hoplon (52)
- # instaparse (4)
- # juxt (2)
- # lein-figwheel (2)
- # lumo (47)
- # mount (94)
- # off-topic (20)
- # om (21)
- # onyx (14)
- # parinfer (19)
- # pedestal (3)
- # protorepl (13)
- # re-frame (5)
- # reagent (20)
- # slack-help (10)
- # spacemacs (8)
- # specter (57)
- # unrepl (11)
- # untangled (3)
- # vim (1)
- # yada (1)
ExceptionInfo Call to cljs.core/let did not conform to spec:
In: [0 0] val: :x fails spec: :clojure.core.specs/local-name at: [:args :bindings :binding :sym] predicate: simple-symbol?
In: [0 0] val: :x fails spec: :clojure.core.specs/seq-binding-form at: [:args :bindings :binding :seq] predicate: (cat :elems (* :clojure.core.specs/binding-form) :rest (? (cat :amp #{(quote &)} :form :clojure.core.specs/binding-form)) :as (? (cat :as #{:as} :sym :clojure.core.specs/local-name)))
In: [0 0] val: :x fails spec: :clojure.core.specs/map-bindings at: [:args :bindings :binding :map] predicate: coll?
In: [0 0] val: :x fails spec: :clojure.core.specs/map-special-binding at: [:args :bindings :binding :map] predicate: map?
:clojure.spec/args ([:x "foo"])
at line 12 demo/warnings.cljs {:file "demo/warnings.cljs", :line 12, :column 1, :tag :cljs/analysis-error}
Hello everyone! Does this http://dev.clojure.org/jira/browse/CLJS-1954 affect current 1.9.494 release?
BTW I see this ticket https://github.com/google/closure-compiler/issues/2336 closed 3 days ago
do we really have to wait for release or maybe we can build something up by ourselves out of this commit? 😃
oh.. we kinda stuck between broken cljs releases. there are 3 things that are broken in different versions and there is no one out there that works for us. are there any tricks I need to know on how to build cljs against custom closure compiler?
don't need to build custom CLJS, just build and include the updated closure compiler in your dependencies
oh no wait it was here @martinklepsch
@jetzajac I linked a repo here that has instructions for building Closure Compiler locally
Oh and also Closure Compiler readme has good instructions now
@anmonteiro is 1973 ready?
quick fix that I think I missed in the spec port
@dnolen I think you closed the wrong ticket http://dev.clojure.org/jira/browse/CLJS-1977. That commit is from http://dev.clojure.org/jira/browse/CLJS-1976 which is still open
alright applied a bunch of things, let me know if there’s something specific you’d like for me to also look at
@dnolen CLJS-1956 and CLJS-1964 for my side
@anmonteiro k applied those too