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

[main] Freeze some types for consistency with their inlinable initializers #98

Merged
merged 2 commits into from
Aug 30, 2021

Commits on Aug 30, 2021

  1. Freeze some types for consistency with their inlinable initializers

    Note: @Frozen does *not* mean that we actually consider these struct types frozen. Their layout may arbitrarily change between even minor releases.
    lorentey committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    f41e687 View commit details
    Browse the repository at this point in the history
  2. Also freeze Heap types

    lorentey committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    462fb1d View commit details
    Browse the repository at this point in the history