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

fix(move-stackless-bytecode): Total ordering in deriving the Move func call graph #3742

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

miker83z
Copy link
Contributor

@miker83z miker83z commented Oct 29, 2024

Description of change

rust 1.81 checks at runtime user-provided comparison functions that do not correctly implement a total order. This was the case in move-stackless-bytecode and was fixed upstream.

rust 1.81 PR is #3705

Type of change

  • Bug fix (a non-breaking change which fixes an issue)

How the change has been tested

  • cargo nextest run -p move-stackless-bytecode

Change checklist

Tick the boxes that are relevant to your changes, and delete any items that are not.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that new and existing unit tests pass locally with my changes

@miker83z miker83z added the vm-language Issues related to the VM & Language Team label Oct 29, 2024
@miker83z miker83z self-assigned this Oct 29, 2024
@miker83z miker83z requested a review from valeriyr as a code owner October 29, 2024 10:37
@miker83z miker83z force-pushed the fix/external-crates/move/rust-ordering branch from 3615cd2 to 36d3db2 Compare October 29, 2024 10:41
Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 36d3db2

✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-kpevtuaqg.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 36d3db2

✅ Preview: https://apps-ui-fj19bsdnd-iota1.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 36d3db2

✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-2z2hfkwe2.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 36d3db2

✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-fue0w6rsx.vercel.app

@miker83z miker83z changed the base branch from feat/rust-1.81 to develop October 29, 2024 11:26
@miker83z miker83z force-pushed the fix/external-crates/move/rust-ordering branch from 36d3db2 to 0c37147 Compare October 29, 2024 11:29
@miker83z miker83z removed request for a team, fijter, alexsporn and msarcev October 29, 2024 11:29
@miker83z miker83z merged commit d3bd054 into develop Oct 29, 2024
31 of 38 checks passed
@miker83z miker83z deleted the fix/external-crates/move/rust-ordering branch October 29, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vm-language Issues related to the VM & Language Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants