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
Brillig inputs are currently limited to singular values for inputs/outputs and are being expanded to support arrays as well in this PR (#1630). However, the PR only supports singular and not nested arrays. Structures are flattened into arrays in SSA thus we need to be able to support nested arrays in order to enable struct input/outputs.
Happy Case
We can use a struct as input to unconstrained fns as well as output to unconstrained fns.
Alternatives Considered
N/A
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
Brillig inputs are currently limited to singular values for inputs/outputs and are being expanded to support arrays as well in this PR (#1630). However, the PR only supports singular and not nested arrays. Structures are flattened into arrays in SSA thus we need to be able to support nested arrays in order to enable struct input/outputs.
Happy Case
We can use a struct as input to unconstrained fns as well as output to unconstrained fns.
Alternatives Considered
N/A
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: