lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
moxaj 2017-08-19T21:34:41.000005Z

is there any way to increase the stack size?

anmonteiro 2017-08-19T23:34:34.000025Z

@moxaj https://github.com/anmonteiro/lumo/issues/218

anmonteiro 2017-08-19T23:34:40.000010Z

please leave your thoughts in there

moxaj 2017-08-19T23:41:30.000029Z

@anmonteiro that one's about the heap size, I'd like to increase the stack size though

moxaj 2017-08-19T23:42:25.000015Z

I've run into RangeError: Maximum call stack size exceeded and I'm fairly certain there are no infinite loops or such involved

anmonteiro 2017-08-19T23:42:52.000040Z

oh sorry

anmonteiro 2017-08-19T23:42:57.000050Z

I read heap

anmonteiro 2017-08-19T23:44:06.000029Z

what are you trying to do?

moxaj 2017-08-19T23:46:30.000020Z

long story short, I invoke cljs.js/eval

moxaj 2017-08-19T23:47:12.000005Z

and I see :cljs/analysis-error, so I guess the analyzer dies