This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-03
Channels
- # admin-announcements (8)
- # beginners (99)
- # boot (60)
- # cider (44)
- # cljs-dev (47)
- # cljsrn (68)
- # clojure (223)
- # clojure-art (1)
- # clojure-russia (190)
- # clojure-sg (9)
- # clojure-uk (2)
- # clojurecup (1)
- # clojurescript (59)
- # clojurex (3)
- # core-async (43)
- # core-typed (2)
- # cursive (18)
- # datavis (7)
- # datomic (16)
- # events (2)
- # funcool (3)
- # hoplon (3)
- # jobs (1)
- # lein-figwheel (10)
- # leiningen (6)
- # off-topic (1)
- # om (123)
- # onyx (57)
- # parinfer (16)
- # portland-or (2)
- # random (1)
- # re-frame (4)
- # reagent (7)
- # remote-jobs (1)
- # spacemacs (12)
Does anyone know how to fix this error?
clojure.lang.ExceptionInfo : failed compiling file:src/cljs/relations_for_jira/core.cljs
clojure.lang.ExceptionInfo : Duplicate key: ...
java.lang.IllegalArgumentException : Duplicate key: ...
Error on file , line , column
It get this on some files
It seems to be something with multimethods
At least that is my first guess
Compiling "resources/public/js/main.js" failed.
ANALYSIS ERROR: Duplicate key: ... on file null, line null, column null
This is from the figwheel logs
@mitchelkuijpers: looks like you are simply defining a two defmethods with the same key.
@bhauman: this only happens on a reload when I do a reset-autobuild
it compiles again
:recompile-dependents false
fixed it for me ^^