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

Update dependencies and remove capnp-rpc-mirage #276

Merged
merged 3 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. Update dependencies

    Update for breaking changes in tls, mirage-crypto and mirage-flow.
    
    capnp-rpc-mirage is gone for now as there were further changes needed
    there and once the conversion to Eio is done we won't need a separate
    API for unikernels anyway.
    talex5 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    353fcae View commit details
    Browse the repository at this point in the history
  2. Fix some ref-counting errors in examples

    - In `sturdy-refs-3`, `for_alice` wasn't explicitly released. If it gets
      GC'd while the connection is still up, it logs a warning. This was
      causing CI to fail in some cases.
    
    - The restorer table takes ownership of the reference (back-port
      from Eio branch). Ensure vats are shutdown cleanly to make errors
      easier to find (Eio does this automatically).
    talex5 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2473de3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe475a View commit details
    Browse the repository at this point in the history