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
error[TAC02]: This expression must be a tuple or an anonymous component
┌─ "/project/circuit/ProofOfPadThai.circom":54:51
│
54 │ (OrderItemRegexOut, OrderItemRegexReveal) <== OrderItemRegex(maxBodyLength)(emailBody);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is the tuple whose use is not allowed
This was due to not having public reveals in the regex definition.
Well I wouldn't say they're wrongly defined, this should actually be allowed; I think the bigger issue is that we need some slight logic changes to support regexes that only have a single public or private part.
Example of an error.
This was due to not having public reveals in the regex definition.
The text was updated successfully, but these errors were encountered: