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

chore: [EXC-1835] Make ic-management-canister-types private #3814

Merged
merged 8 commits into from
Feb 7, 2025

Conversation

michael-weigelt
Copy link
Contributor

@michael-weigelt michael-weigelt commented Feb 6, 2025

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.

@github-actions github-actions bot added the chore label Feb 6, 2025
@michael-weigelt michael-weigelt marked this pull request as ready for review February 6, 2025 14:54
@michael-weigelt michael-weigelt requested review from a team as code owners February 6, 2025 14:54
Copy link
Contributor

@github-actions github-actions bot left a 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:

  1. Done.

  2. No canister behavior changes.

@michael-weigelt michael-weigelt dismissed github-actions[bot]’s stale review February 6, 2025 14:56

No canister behavior changes.

Copy link
Member

@mbjorkqvist mbjorkqvist left a comment

Choose a reason for hiding this comment

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

FI changes LGTM!

Copy link

@tomer-dfinity tomer-dfinity left a comment

Choose a reason for hiding this comment

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

LGTM

@michael-weigelt michael-weigelt added this pull request to the merge queue Feb 7, 2025
Merged via the queue into master with commit 5506c7c Feb 7, 2025
26 checks passed
@michael-weigelt michael-weigelt deleted the mwe/mgmt_types branch February 7, 2025 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.