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

Move native_enum_type_map into internals and remove cross_extension_shared_states feature. #30140

Merged
merged 3 commits into from
Aug 3, 2024

Commits on Jul 30, 2024

  1. Undo most of google#30008 (does NOT build)

    Ralf W. Grosse-Kunstleve committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    de75f7e View commit details
    Browse the repository at this point in the history
  2. Replace all `cross_extension_shared_states::native_enum_type_map::get…

    …()` with `get_internals().native_enum_type_map`
    Ralf W. Grosse-Kunstleve committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7d765a0 View commit details
    Browse the repository at this point in the history
  3. Use with_internals for all accesses to `internals.native_enum_type_…

    …map`
    Ralf W. Grosse-Kunstleve committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dcd1286 View commit details
    Browse the repository at this point in the history