This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-21
Channels
- # adventofcode (82)
- # bangalore-clj (1)
- # beginners (44)
- # boot (7)
- # boot-dev (25)
- # cider (1)
- # cljs-dev (3)
- # cljsrn (14)
- # clojars (11)
- # clojure (210)
- # clojure-dusseldorf (4)
- # clojure-gamedev (2)
- # clojure-greece (11)
- # clojure-italy (6)
- # clojure-norway (6)
- # clojure-russia (6)
- # clojure-serbia (2)
- # clojure-spec (43)
- # clojure-sweden (1)
- # clojure-uk (77)
- # clojurescript (43)
- # cursive (1)
- # data-science (3)
- # datomic (32)
- # duct (3)
- # figwheel (2)
- # fulcro (71)
- # graphql (3)
- # hoplon (14)
- # jobs-discuss (3)
- # lambdaisland (1)
- # leiningen (2)
- # luminus (2)
- # lumo (14)
- # off-topic (16)
- # om-next (1)
- # perun (5)
- # random (1)
- # re-frame (19)
- # reagent (37)
- # ring-swagger (3)
- # shadow-cljs (157)
- # specter (6)
- # sql (29)
- # unrepl (14)
@jiyinyiyong, have you seen this post? http://blog.fikesfarm.com/posts/2016-03-01-clojurescript-macro-sugar.html
I compiled lumo from current master (with latest clojurescript from current master as well) and I'm getting an error when trying to do:
(defn catch [x] x)
(catch 1)
; No method in multimethod 'cljs.analyzer/parse' for dispatch value: catch at line 1...
@pesterhazy read it before when I want to write Macros in a REPL
now I have existing codebase compiled with shadow-cljs, so it was written in that way, rather than using :refer-macros
.
Any idea why these tests fail? It looks like if tests and error messages aren’t in sync. https://circleci.com/gh/anmonteiro/lumo/1136?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link