pchickey opened PR #2201 from pch/wasi_common_move_type_imports
to main
:
This PR should be NFC (no functional change) - just code motion.
The wiggle transformation of wasi-common saw us import the generated types all over the crate via
use crate::wasi::types;
. In order to make the crate more agile for future changes to the way we do wiggle codegen for supporting multiple snapshots, this PR sets in place the design pattern that:
- only the
handle
,fd
, andsched
modules get to import types from the wiggle codegen- all other modules import the types they need from those modules
- drop the
types::
prefix everywhere we canWe ignore this rule in
snapshots::wasi_snapshot_preview1
because we'll be making more changes to that soon.<!--
Please ensure that the following steps are all taken care of before submitting
the PR.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[ ] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[ ] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.Please ensure all communication adheres to the code of conduct.
-->
pchickey requested iximeow for a review on PR #2201.
iximeow submitted PR Review.
iximeow submitted PR Review.
pchickey merged PR #2201.
Last updated: Nov 22 2024 at 16:03 UTC