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
The test examples/checker_tests/good/default-control-argument.p4 is failing right now because it uses a control type declaration that contains an optional argument. Our type equality solver does not handle optional arguments, so it can't prove control(@optional arg) = control().
The text was updated successfully, but these errors were encountered:
The test
examples/checker_tests/good/default-control-argument.p4
is failing right now because it uses a control type declaration that contains an optional argument. Our type equality solver does not handle optional arguments, so it can't provecontrol(@optional arg) = control()
.The text was updated successfully, but these errors were encountered: