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
Or from awesome-noir example ships represented as u4 first, then as Field
To Reproduce
Create Noir project for program written in bug section.
Run nargo test
Environment
nargo version = 0.35.0
noirc version = 0.35.0+2a0d211b92d002fa75855d4ba27267f8892dd52c (git version hash: 2a0d211b92d002fa75855d4ba27267f8892dd52c, is dirty: false)
The text was updated successfully, but these errors were encountered:
Problem
Casting variable from
Field
tou8
,u16
,u32
oru64
should throw an error, if variable doesn't fit.Expected Behavior
Error on casting of unfittable variables (not in 0..255 for
u8
as example)Bug
Or from awesome-noir example
ships
represented asu4
first, then asField
To Reproduce
nargo test
Environment
The text was updated successfully, but these errors were encountered: