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
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
There's some discussion of this on #333, but it deserves its own issue.
On one hand, it would be nice for debugging and readability if the same field name could be reused across different struct types, but on the other hand this kind of dependent look up would be more complicated than how the text format currently treats names and might require further complications if we ever add unannotated accessor instructions in the future.
There's some discussion of this on #333, but it deserves its own issue.
On one hand, it would be nice for debugging and readability if the same field name could be reused across different struct types, but on the other hand this kind of dependent look up would be more complicated than how the text format currently treats names and might require further complications if we ever add unannotated accessor instructions in the future.