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

[Breaking][std] Update runtime utils and replace std.autowrap() with std.autopack() #58

Merged
merged 11 commits into from
Jul 12, 2024

Conversation

kylewlacy
Copy link
Member

This PR updates the version of brioche-runtime-utils used in the std package to the latest: brioche-dev/brioche-runtime-utils@fad8671

This applies for both the version of brioche-runtime-utils used by the toolchain build and the version exposed by std directly, so this is effectively a full rebuild of std and all other packages (I've pre-emptively handled the build by pushing to a build/* branch prior to opening this PR, so the new builds are already in the registry, but not yet published)

Internally, this update includes PRs brioche-dev/brioche-runtime-utils#5 and brioche-dev/brioche-runtime-utils#6, which majorly refactor how autopacking (née autowrapping) work. Because of this, I also replaced the std.autowrap() function with std.autopack(), which is very similar but exposes a lot more options and generally helps to clean up the code a bit. The Rust build is still a little messy and it'll take some future iteration to get it into a good state.

@kylewlacy kylewlacy changed the title Update runtime utils and replace std.autowrap() with std.autopack() [Breaking][std] Update runtime utils and replace std.autowrap() with std.autopack() Jul 12, 2024
@kylewlacy kylewlacy merged commit ba5c6db into main Jul 12, 2024
3 checks passed
@kylewlacy kylewlacy deleted the update-runtime-utils branch July 12, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant