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

Reuse inline array structs across all users #707

Merged
merged 5 commits into from
Oct 4, 2022
Merged

Reuse inline array structs across all users #707

merged 5 commits into from
Oct 4, 2022

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    4b80208 View commit details
    Browse the repository at this point in the history
  2. Share inline array struct declarations where possible

    An inline array struct is now only declared once per element type and array length.
    AArnott committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5d67197 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea2e0a9 View commit details
    Browse the repository at this point in the history
  4. Update tests

    AArnott committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    4e45997 View commit details
    Browse the repository at this point in the history
  5. Nest inline arrays of nested types

    This reverts inline array structs to their nested locations when their element type is itself a nested type. This prevents compilation breaks in generated code when the struct would otherwise be generated into a namespace that collides with the nesting type itself.
    AArnott committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    efd8836 View commit details
    Browse the repository at this point in the history