We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
aptos move coverage source fails with: thread 'main' panicked at third_party/move/tools/move-coverage/src/source_coverage.rs:327:71: attempt to subtract with overflow
check out igor/repro_coverage_failure branch
go to: cd aptos-move/framework/aptos-stdlib run:
cargo run -p aptos --release -- move test --move-2 --filter big_ordered_map --coverage cargo run -p aptos --release -- move coverage source --module big_ordered_map
And it will fail with: thread 'main' panicked at third_party/move/tools/move-coverage/src/source_coverage.rs:327:71: attempt to subtract with overflow
A clear and concise description of what you expected to happen.
Please complete the following information:
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Fixed in #15857.
Sorry, something went wrong.
vineethk
No branches or pull requests
🐛 Bug
aptos move coverage source fails with:
thread 'main' panicked at third_party/move/tools/move-coverage/src/source_coverage.rs:327:71:
attempt to subtract with overflow
To reproduce
check out igor/repro_coverage_failure branch
go to:
cd aptos-move/framework/aptos-stdlib
run:
And it will fail with:
thread 'main' panicked at third_party/move/tools/move-coverage/src/source_coverage.rs:327:71:
attempt to subtract with overflow
Expected Behavior
A clear and concise description of what you expected to happen.
System information
Please complete the following information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: