Remove 'eval' command.
Was introduced as a work-around to get some debugging info out of scripts, but tests do now provide the same capability with a better output and, do so automatically.
This commit is contained in:
@@ -94,7 +94,7 @@ impl TypedFunction {
|
||||
left,
|
||||
right,
|
||||
..
|
||||
} if tipo == &bool() => Some((name.clone(), left.clone(), right.clone())),
|
||||
} if tipo == &bool() => Some((*name, left.clone(), right.clone())),
|
||||
_ => None,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user