-
Notifications
You must be signed in to change notification settings - Fork 13
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
Conversation
external-crates/move/crates/move-stackless-bytecode/src/function_target_pipeline.rs
Outdated
Show resolved
Hide resolved
3615cd2
to
36d3db2
Compare
This pull request has been deployed to Vercel. Latest commit: 36d3db2 ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-kpevtuaqg.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 36d3db2 ✅ Preview: https://apps-ui-fj19bsdnd-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 36d3db2 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-2z2hfkwe2.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 36d3db2 ✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-fue0w6rsx.vercel.app |
36d3db2
to
0c37147
Compare
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
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.