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

move-package: collect overrides from collect_graphs (refactor) #15801

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

kklas
Copy link
Contributor

@kklas kklas commented Jan 19, 2024

Description

Moved collect_overrides functionality to a more natural place. This is used for resolve_version hook implementation later so that the manifest doesn't have to be parsed again.

This is part of the work to enable compiling against on-chain
dependencies #14178.

cc @rvantonder @amnn

Test Plan

It's a pure refactor. Ran unit tests.


If your changes are not user-facing and do not break anything, you can skip the following section. Otherwise, please briefly describe what has changed under the Release Notes section.

Type of Change (Check all that apply)

  • protocol change
  • user-visible impact
  • breaking change for a client SDKs
  • breaking change for FNs (FN binary must upgrade)
  • breaking change for validators or node operators (must upgrade binaries)
  • breaking change for on-chain data layout
  • necessitate either a data wipe or data migration

Release notes

Copy link

vercel bot commented Jan 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mysten-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2024 0:38am
sui-core ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2024 0:38am
sui-typescript-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2024 0:38am
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
explorer ⬜️ Ignored (Inspect) Visit Preview Jan 23, 2024 0:38am
multisig-toolkit ⬜️ Ignored (Inspect) Visit Preview Jan 23, 2024 0:38am
sui-kiosk ⬜️ Ignored (Inspect) Visit Preview Jan 23, 2024 0:38am

Copy link
Contributor

@rvantonder rvantonder left a comment

Choose a reason for hiding this comment

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

Looks good @kklas! Could you rebase? I think we updated something in main that triggers the cargo-deny-action that's failing 🙏

Moved `collect_overrides` functionality to a more natural place. This is
used for resolve_version hook implementation later so that the manifest
doesn't have to be parsed again.
@kklas
Copy link
Contributor Author

kklas commented Jan 23, 2024

rebase pushed

@vercel vercel bot temporarily deployed to Preview – mysten-ui January 23, 2024 00:36 Inactive
@rvantonder rvantonder merged commit e15d51a into MystenLabs:main Jan 23, 2024
41 checks passed
@rvantonder
Copy link
Contributor

thanks @kklas!

@kklas kklas deleted the refactor-collect-overrides branch January 23, 2024 11:36
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