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

refactor(wasi): Move capabilities into root submodule #3666

Merged
merged 2 commits into from
Mar 13, 2023

Conversation

theduke
Copy link
Contributor

@theduke theduke commented Mar 8, 2023

Just a small restructuring that moves the capabilities submodule from
state into the root lib.

Done because it is now exported in full rather than just partially from
state::, and because it is a more generic module that will probably be moved
out to a separate crate soon.

@theduke theduke requested a review from ptitSeb March 8, 2023 11:29
Copy link
Contributor

@ptitSeb ptitSeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linter is not happy

@theduke theduke force-pushed the capability-threading branch from 6d8b03d to 9af1eed Compare March 8, 2023 11:34
@theduke
Copy link
Contributor Author

theduke commented Mar 8, 2023

cargo fmt --all, my old friend, how could I forget about you?

@theduke theduke force-pushed the capability-threading branch from 9af1eed to dbacbb9 Compare March 9, 2023 07:34
@theduke theduke enabled auto-merge (rebase) March 9, 2023 07:34
theduke added 2 commits March 13, 2023 13:55
Just a small restructuring that moves the capabilities submodule from
state into the root lib.

Done because it is now exported in full rather than just partially from
state::, and because it is a more generic module that will probably be moved
out to a separate crate soon.
@theduke theduke force-pushed the capability-threading branch from 7bc3a11 to 5834d16 Compare March 13, 2023 12:55
@theduke theduke merged commit 3dc2685 into master Mar 13, 2023
@theduke theduke deleted the capability-threading branch March 13, 2023 13:49
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.

2 participants