-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Reported by @hadley
Evaluating "\s" in the console gives a weird error:
I traced it down to R_ParseVector() throwing an error instead of returning a syntax error code. This causes the control flow to end up in this safeguard path:
ark/crates/ark/src/interface.rs
Line 1335 in 452d00d
| let status = unwrap!(harp::parse_status(&harp::ParseInput::Text(input)), Err(err) => { |
Metadata
Metadata
Assignees
Labels
No labels
