Fork me on GitHub
#cursive
<
2016-12-09
>
bfabry00:12:05

might be my imagination but repl memory leak seems worse in latest cursive. any thread dumps or whatever I can provide to help track down?

danielcompton00:12:49

@bfabry I've noticed it too

val_waeselynck09:12:47

I'm seeing this error repeatedly: Cannot init ReplState component state: encoded string too long: 73822 bytes

val_waeselynck09:12:17

Does not seem to stop the REPL working but the error message is a bit annoying

val_waeselynck09:12:29

Is there anything I can do to mitigate it ?

cfleming11:12:01

@val_waeselynck I’ve seen a few like that come through in the tracker. I’m not sure why this has suddenly started happening, it might have been an underlying IntelliJ change. If you delete <project>/.idea/replstate.xml, you’ll lose your REPL history but it should fix the problem.

cfleming11:12:59

@bfabry @danielcompton: Sorry about that, I’m going to try to track that down today.

val_waeselynck11:12:30

@cfleming thanks, tried that, no problem so far

cfleming11:12:38

@val_waeselynck Great, let me know if the problem comes back.

cfleming20:12:19

@bfabry and others, hopefully the memory issues are fixed in the latest EAP build, 1.4.2-eap1

cfleming20:12:26

Let me know how it goes

bfabry21:12:38

whooo, thakns

bfabry21:12:57

haven't seen any in 4h this morning, so prob fixed

cfleming22:12:11

@bfabry Nice. If there are no issues I’ll push a stable build of that in the next couple of days.

jasonjckn23:12:44

how do I hot load a whole files of code ?

jasonjckn23:12:52

like C-c C-k in emacs

Paco23:12:42

I have that precise shortucut in my setup 😛