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
Type errors in vamp-ir files cause panics instead of returning an Error to the caller. This is relevant when vamp-ir is being used as a library, for example by Taiga.
Type errors in vamp-ir files cause panics instead of returning an
Error
to the caller. This is relevant when vamp-ir is being used as a library, for example by Taiga.See the (currently ignored) test for an example:
vamp-ir/src/halo2/api.rs
Lines 202 to 207 in ed24c69
To fix this issue we need to remove the
.unwrap()
calls intypecheck.rs
, for example:vamp-ir/src/typecheck.rs
Line 515 in bac5731
The text was updated successfully, but these errors were encountered: