You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: