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
In #6221 we'll introduce struct field visibility. The existing macro methods for dealing with struct fields don't know about visibility, but they probably should.
Expected Behavior
There should be a way to know a struct field's visibility, and to specify it when using set_fields.
Bug
There's no way to deal with struct field visibilities in macros.
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Aim
In #6221 we'll introduce struct field visibility. The existing macro methods for dealing with struct fields don't know about visibility, but they probably should.
Expected Behavior
There should be a way to know a struct field's visibility, and to specify it when using
set_fields
.Bug
There's no way to deal with struct field visibilities in macros.
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: