Fork me on GitHub
#cursive
<
2015-11-17
>
rauh07:11:26

Tiny bug I found: [:,] where , is the cursor, then pressing CTRL-W "Extend selection" will select the entire file. If somebody can confirm I can create a Github Bug report.

thosmos09:11:33

enjoyed your talk, @cfleming

sgerguri11:11:40

Is that normal?

sgerguri11:11:12

It keeps highlighting the var whenever it holds a string. If I change this to an integer, for example, it goes away.

rauh12:11:21

@sgerguri: that's the problem with many (def.... ) forms that define a var

rauh12:11:30

so it's the problem of the defonce here

sgerguri12:11:12

The macro works just fine, it's the IDE that's confused.

rauh12:11:33

Yeah I agree.

cfleming12:11:25

@sgerguri: Defonce should be supported, I’ll take a look

cfleming12:11:06

@thosmos: Thanks! Are you here at the conj?

cfleming12:11:29

@rauh: I haven’t reproduced, but feel free to file an issue anyway

rauh14:11:27

So I'm evaling a file and getting an exception somewhere (in my code). Printing the exception won't give me much helpful details though. I just tells me the form that threw the error. What am I missing?

roelof21:11:33

Hello, is it possible to extend the lein task list so I can also work with for example eastwood which needs to be lein eastwood ?