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
Thanks for filing this. There is also #7078, but that is more about adding back a local verifier on object.field. I think this one is more about a local verifier on class.fields, which we should also have. @leonardt can you please take a look?
Currently, there is no verifier that the type of an
om.class
correctly matches the newom.class.fields
terminator.Consider the following:
Currently,
circt-opt
will accept this. However, the type should be verified to be:The text was updated successfully, but these errors were encountered: