Fork me on GitHub
#cursive
<
2015-08-17
>
cfleming09:08:47

@caskolkm: Can you use that file with lein? If you do a lein show-profiles or something does that work?

caskolkm09:08:36

lein show-profiles gives the same error: Don't know how to create ISeq from: clojure.lang.Keyword

cfleming09:08:16

@caskolkm: Ok, so it’s a bug in lein-generate then.

cfleming09:08:37

Unfortunately from that error message it’s difficult to work out what’s wrong with the file.

cfleming09:08:30

I don’t have the lein code in front of me right now, later I’ll look to see if I can figure it out from the stacktrace.

cfleming10:08:47

@caskolkm: Can you post your profiles.clj? According to that stacktrace, the problem is actually there.

caskolkm11:08:23

@cfleming: an empty file :P;)

cfleming11:08:43

@caskolkm: So it exists but is empty?

caskolkm11:08:35

removing it will fix it

caskolkm11:08:56

i had a profiles.clj but i removed everything to debug simple_smile

cfleming11:08:41

@caskolkm: Ok, try that, I can run show-profiles with that project.clj with no problem.