Add progress tracking and operations limit.
This commit is contained in:
@@ -15,6 +15,7 @@ fn test_stack_overflow() -> Result<(), Box<EvalAltResult>> {
|
||||
325
|
||||
);
|
||||
|
||||
#[cfg(not(feature = "unchecked"))]
|
||||
match engine.eval::<()>(
|
||||
r"
|
||||
fn foo(n) { if n == 0 { 0 } else { n + foo(n-1) } }
|
||||
|
Reference in New Issue
Block a user