Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StructDef::fields and StructDef::set_fields don't take visibility into account #6229

Open
asterite opened this issue Oct 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@asterite
Copy link
Collaborator

asterite commented Oct 4, 2024

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

@asterite asterite added the bug Something isn't working label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant