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

Streamline and modernize naming #1663

Merged
merged 4 commits into from
Nov 18, 2024

Commits on Nov 15, 2024

  1. Consolidation and cleanup of context and docs

    - This commit continues the process of clearly documenting how the
    methods on `VM` affect the VM state.
    - Removes a number of duplicate methods that made the surface of
    the VM seem more elaborate than it actually is.
    - Consolidates the various "contexts" further to clarify the different
      kinds of state and the conditions under which they can change.
    - Further cleanup the debug state to make it clearer when explicit
      snapshots are necessary but allow stable objects on `debug` when
      they are appropriate.
    wycats committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    899cdb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d7d1bd View commit details
    Browse the repository at this point in the history
  3. Fix errors

    wycats committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3b315b3 View commit details
    Browse the repository at this point in the history
  4. Fix lints

    wycats committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    505b8be View commit details
    Browse the repository at this point in the history