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

Struct cache probably doesn't work with nested structs #34

Open
cristaloleg opened this issue Dec 16, 2023 · 0 comments
Open

Struct cache probably doesn't work with nested structs #34

cristaloleg opened this issue Dec 16, 2023 · 0 comments
Labels
bug Something isn't working feature New feature or request

Comments

@cristaloleg
Copy link
Member

Currently in getStructInfo we iterate over top-level fields. Fields of fields of struct are ignored.

Also, we can sort fields once when we add a struct for the first time, so sort in structInfo.asDoc can be omitted.

@cristaloleg cristaloleg added bug Something isn't working feature New feature or request labels Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant