-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[cli 4.2.4] Preparing for CLI release #15027
Conversation
⏱️ 6h 21m total CI duration on this PR
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Should we use language version 2.1 when specifying aptos-core/crates/aptos/src/common/types.rs Line 1155 in a822e65
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
- Updating CHANGELOG - Marking Move 2.1 stable and the default
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@@ -1181,7 +1181,7 @@ pub struct MovePackageDir { | |||
pub language_version: Option<LanguageVersion>, | |||
|
|||
/// Select bytecode, language version, and compiler to support Move 2: | |||
/// Same as `--bytecode_version=7 --language_version=2.0 --compiler_version=2.0` | |||
/// Same as `--bytecode_version=7 --language_version=2.1 --compiler_version=2.0` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the attributes for the field language_version
above, we have default_value_if("move_2", "true", "2.0")
: should we change this to default_value_if("move_2", "true", "2.1")
?
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
Description
How Has This Been Tested?
Key Areas to Review
Type of Change
Which Components or Systems Does This Change Impact?
Checklist