Fork me on GitHub
#cursive
<
2016-11-30
>
moizsj05:11:17

@cfleming whats the validity duration of the Cursive license? want to make sure I don't miss renewing mine.

moizsj05:11:23

also, i get this error when i generate stubs 11:05:50 AM Error generating stubs for module ***: Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0

saeidscorp08:11:01

@roelofw what do you mean? call count? if that's what you mean, you need to use a profiler library.

roelofw11:11:14

I mean if a functions stops , I see something like " Estabish time : 2 ms"

saeidscorp11:11:32

@roelofw isn't (time (some-function ...)) what you need? it measures running time of the function call and prints it into stdout. it also returns the return value of expression, so you can wrap any function call or expression you want with (time ...).

danielcompton20:11:55

Not sure if it's related to the update to 2016.3 but I've noticed IntelliJ oscillating between 5% and 50% CPU usage while it is idle

danielcompton20:11:34

Seems to be related to some file IO I'm doing in the REPL

saeidscorp21:11:38

does anyone use here use Parinfer? how can you live with that unpredictable/unreversible behaviour? 😆

bfabry21:11:02

@saeidscorp I switched back from parinfer to paredit after like a day

saeidscorp21:11:29

@bfabry like me. 😒