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

Introduce MastForestStore #1359

Merged
merged 43 commits into from
Jul 3, 2024
Merged

Introduce MastForestStore #1359

merged 43 commits into from
Jul 3, 2024

Commits on Jun 20, 2024

  1. Introduce ExternalNode

    plafer committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a94d52d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8ad339 View commit details
    Browse the repository at this point in the history
  3. add TODOP

    plafer committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    06f421b View commit details
    Browse the repository at this point in the history
  4. Add Host::get_mast_forest

    plafer committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bcf2a9b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    980713d View commit details
    Browse the repository at this point in the history
  2. Add Host::get_mast_forest

    plafer committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d2bbcd2 View commit details
    Browse the repository at this point in the history
  3. Remove ProgramError

    plafer committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    32e757e View commit details
    Browse the repository at this point in the history
  4. docs

    plafer committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f87217a View commit details
    Browse the repository at this point in the history
  5. cleanup Program constructors

    plafer committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    71f35f1 View commit details
    Browse the repository at this point in the history
  6. fix docs

    plafer committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a39f74f View commit details
    Browse the repository at this point in the history
  7. Make Program.kernel an Arc

    plafer committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f7e98af View commit details
    Browse the repository at this point in the history
  8. fix executable

    plafer committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b5538c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2eab574 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    188651b View commit details
    Browse the repository at this point in the history
  2. add failing test

    plafer committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    b15263c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a94a095 View commit details
    Browse the repository at this point in the history
  4. fix External docs

    plafer committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    7af0bfa View commit details
    Browse the repository at this point in the history
  5. fmt

    plafer committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    a6fcf47 View commit details
    Browse the repository at this point in the history
  6. fix entrypoint doc

    plafer committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    c66db6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    572fc7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08ce2c7 View commit details
    Browse the repository at this point in the history
  9. fix syscall

    plafer committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    50e01e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    071ab54 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    49de40d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c28c876 View commit details
    Browse the repository at this point in the history
  13. Return error on malformed host

    plafer committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    78b2b16 View commit details
    Browse the repository at this point in the history
  14. Simplify DefaultHost

    plafer committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    4883b44 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    155a798 View commit details
    Browse the repository at this point in the history
  16. fmt

    plafer committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    bc6d13e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    be24320 View commit details
    Browse the repository at this point in the history
  18. Introduce MastForestBuilder

    plafer committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    32aedd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Rename mod tests -> testing

    plafer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    088de82 View commit details
    Browse the repository at this point in the history
  2. add duplicate_node() test

    plafer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9d48fda View commit details
    Browse the repository at this point in the history
  3. changelog

    plafer committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6c62d9b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    039bba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c9e171 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e4dc5e View commit details
    Browse the repository at this point in the history
  4. fmt

    plafer committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c34e985 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. fix exec invocation

    plafer committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    25fe82f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ecdd7 View commit details
    Browse the repository at this point in the history
  3. no else blk special case

    plafer committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3c26bd6 View commit details
    Browse the repository at this point in the history
  4. add procedure roots comment

    plafer committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    34c2f7f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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