Fork me on GitHub
#cursive
<
2015-11-26
>
roelof06:11:49

anyone seen my mail on the cursive list on the same matter

cfleming08:11:33

@roelof: Yes, but I haven’t had time to look at it yet

roelof08:11:02

oke, no problem

roelof08:11:22

Found also the message back in the archives

roelof08:11:06

@cfleming: Take time to look , I rather see a good solution and wait for some days then a not working one now

cfleming09:11:38

@roelof: The issue is that Cursive doesn’t understand with-meta properly

cfleming09:11:53

Cursive’s warning is a false positive - your code will work fine

cfleming09:11:17

Actually, I’m not sure that is the problem - I think the issue might be that the quote doesn’t cover the metadata properly

cfleming09:11:33

I’ll have to take a look, but Cursive’s warning is incorrect there.

roelof09:11:52

I notice when I do a ' before the Gaint I do not see any error

roelof09:11:43

in both cases the outcome is that my answer is the good one , so im happy

roelof09:11:04

If I can help you, just ask

rauh14:11:37

@cfleming: Debugging: I'm getting a ...FormatError: Illegal field name "next_0.8".... My (let [next-0.8 ... seems to be the cause of it. I think the . should be mangled? (Edit: Renaming the local binding and it works)

roelof14:11:41

why do I get a symbol some not found here : (some #{2 7 6} [5 6 7 8])) when I send this to a repl in cursive ?

roelof18:11:58

make a clean lein project and everything works fine