Fork me on GitHub
#lein-figwheel
<
2015-12-03
>
mitchelkuijpers12:12:44

Does anyone know how to fix this error?

mitchelkuijpers12:12:47

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

mitchelkuijpers12:12:51

It get this on some files

mitchelkuijpers12:12:02

It seems to be something with multimethods

mitchelkuijpers12:12:14

At least that is my first guess

mitchelkuijpers12:12:51

Compiling "resources/public/js/main.js" failed.
ANALYSIS ERROR: Duplicate key: ... on file null, line null, column null

mitchelkuijpers12:12:54

This is from the figwheel logs

bhauman12:12:46

@mitchelkuijpers: looks like you are simply defining a two defmethods with the same key.

mitchelkuijpers12:12:59

@bhauman: this only happens on a reload when I do a reset-autobuild it compiles again

mitchelkuijpers13:12:25

:recompile-dependents false
fixed it for me ^^