Remix.run Logo
ashishb 3 hours ago

> You are saying this would not have happened in a C release build where asserts define to nothing?

Afaik, Go and Java are the only languages that make you pause and explicitly deal with these exceptions.

tristan-morris 3 hours ago | parent [-]

And rust, but they chose to panic on the error condition. Wild.

ashishb an hour ago | parent [-]

> And rust, but they chose to panic on the error condition. Wild.

unwrap() implicitly panic-ed, right?