Conversation
* sets all aptos-core Rust dependencies to `aptos-release-v1.35` branch * fixes compilation errors related to those version updates * creates new fixtures for the integration tests (re-generated report.txt files - same content of the report.txt, but different mutant order) * removes x25519-dalek patch as it's not used in the crate graph * replaces deprecated tempdir into_path() with keep()
* remove lld compiler flag and bump rust to 1.90 * remove `force-frame-pointers` and `force-unwind-tables`
* fix clippy errors and test CI * prepend RUSTFLAGS="--cfg tokio_unstable" for all cargo tasks
ctoyan
commented
Oct 1, 2025
ctoyan
commented
Oct 1, 2025
ctoyan
commented
Oct 1, 2025
ctoyan
commented
Oct 1, 2025
ctoyan
commented
Oct 1, 2025
ctoyan
commented
Oct 1, 2025
ctoyan
commented
Oct 1, 2025
rahxephon89
reviewed
Oct 3, 2025
move-mutator/tests/move-assets/simple_move_2_features/sources/FunctionValues.move
Show resolved
Hide resolved
e7d4335 to
29c6585
Compare
rahxephon89
approved these changes
Oct 10, 2025
asmie
approved these changes
Oct 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
move-mutator, but it may also require interacting withmove-mutation-testandmove-spec-testtools to ensure compatibility with the current Move language version. This work will primarily involve updating dependency versions and, if needed, making changes to parser or AST transformations to align with recent Aptos-core crate updates.aptosCLI extension mechanism (e.g.,aptos update move-mutation-test).Define and implement GitHub Actions workflows for:
Document the release process to ensure maintainers can maintain long-term sustainability.
Deliverables:
Additional deliverable: