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

[draft] Update VM to split out linkage #19586

Draft
wants to merge 29 commits into
base: cgswords/move-vm-2
Choose a base branch
from

Commits on Sep 24, 2024

  1. Toward splitting out linkage

    cgswords committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    871ffae View commit details
    Browse the repository at this point in the history
  2. Fix test a bit

    cgswords committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bcb8c23 View commit details
    Browse the repository at this point in the history
  3. Add linkage context file

    cgswords committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    daea286 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    c4d7d6b View commit details
    Browse the repository at this point in the history
  2. Add files

    cgswords committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2cdd05e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8636898 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b81fefb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    681df57 View commit details
    Browse the repository at this point in the history
  6. Get test working with a hack

    cgswords committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ec7d629 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73b76ef View commit details
    Browse the repository at this point in the history
  8. Don't print storage on call

    cgswords committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    594f76c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a359c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8638e2f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    e3bc3c1 View commit details
    Browse the repository at this point in the history
  2. Some of move-cli is working but there are so many open questions righ…

    …t now, plus print statements
    cgswords committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    123ccb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35358c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Update on disk state view to be package centric. Cleanup and update Move

    CLI sandbox generally and update tests.
    tzakian committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2da461a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fef3074 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Add bulk package loading API(s) + add SerializedPackage and plumb i…

    …nto loader.
    
    Additional work remains in terms of actually saving this data, making
    the fields in the new `SerializedPackage` contain all of the linkage and
    type origin tables.
    tzakian committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a8e40e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    460b48a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    636b3ed View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    28e110f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fef4295 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    c8243c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Missing file

    cgswords committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d8d27ca View commit details
    Browse the repository at this point in the history
  2. Get tests working

    tzakian committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    91f5ca7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Fix interner thing

    cgswords committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5c62d6d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Get all tests working, and make packages in InMemoryStorage hold th…

    …eir link contexts and type origin tables + updates arising from this
    tzakian committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cb417f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32987c1 View commit details
    Browse the repository at this point in the history