-
Notifications
You must be signed in to change notification settings - Fork 332
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
chore: [EXC-1835] Make ic-management-canister-types private #3814
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this pull request affects the behavior of any canister owned by
the Governance team, remember to update the corresponding
unreleased_changes.md file(s).
To acknowldge this reminder (and unblock the PR), dismiss this
code review by going to the bottom of the pull request page, and
supply one of the following reasons:
-
Done.
-
No canister behavior changes.
No canister behavior changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FI changes LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR has no functional changes.
The types in
rs/types/management_canister_types
are private to the implementation, i.e., the execution environment, message routing and some testing crates.Every other user of these types should use the public crate available via crates.io.
Before we can start transitioning existing users to the public crate, we need to solve the naming clash.
In the meantime, existing users are in a temporary Bazel whitelist. When they change their dependency to the public one, we can remove them from the whitelist.
Reviewers: Please note that once the public crate is made available to the repository (in a follow-up PR), we will ask your team to use the public crate - eventually.