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-stdlib/type_name] rename get_original to get_with_original_ids #12047

Merged
merged 2 commits into from
May 18, 2023

Conversation

amnn
Copy link
Member

@amnn amnn commented May 17, 2023

Description

Address follow-ups from #12026, related to a typo in a doc comment, and an improvement to the function name.

Test Plan:

sui$ cargo simtest
sui$ env SUI_SKIP_SIMTESTS=1 cargo nextest run

If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process.

Type of Change (Check all that apply)

  • 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

Renaming std::type_name::get_original (introduced to the framework as protocol version 11) to std::type_name::get_with_original_ids.

Address follow-ups from #12026, related to a typo in a doc comment,
and an improvement to the function name.

Test Plan:

```
sui$ cargo simtest
sui$ env SUI_SKIP_SIMTESTS=1 cargo nextest run
```
@amnn amnn requested review from awelc and tnowacki May 17, 2023 13:43
@amnn amnn self-assigned this May 17, 2023
@vercel
Copy link

vercel bot commented May 17, 2023

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

Name Status Preview Comments Updated (UTC)
offline-signer-helper ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2023 6:16pm
4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
explorer ⬜️ Ignored (Inspect) May 17, 2023 6:16pm
explorer-storybook ⬜️ Ignored (Inspect) May 17, 2023 6:16pm
sui-wallet-kit ⬜️ Ignored (Inspect) May 17, 2023 6:16pm
wallet-adapter ⬜️ Ignored (Inspect) May 17, 2023 6:16pm

@amnn amnn merged commit df35c08 into main May 18, 2023
@amnn amnn deleted the amnn/typename-comments branch May 18, 2023 10:28
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