difftreelog
feat increase default stack size
in: master
Stack depth measurement works differently in jrsonnet, yet old value was chosen based on golang, and when there was not much in regard to stack size optimization in jrsonnet.
1 file changed
crates/jrsonnet-cli/src/lib.rsdiffbeforeafterboth32pub struct MiscOpts {32pub struct MiscOpts {33 /// Maximal allowed number of stack frames,33 /// Maximal allowed number of stack frames,34 /// stack overflow error will be raised if this number gets exceeded.34 /// stack overflow error will be raised if this number gets exceeded.35 #[clap(long, short = 's', default_value = "200")]35 #[clap(long, short = 's', default_value = "512")]36 max_stack: usize,36 max_stack: usize,373738 /// Library search dirs. (right-most wins)38 /// Library search dirs. (right-most wins)