-
Notifications
You must be signed in to change notification settings - Fork 97
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
Update Rust version #473
Update Rust version #473
Conversation
@ggwpez, can you tell me if it's acceptable for "Check Migrations" to fail here? |
@@ -18,6 +18,7 @@ | |||
|
|||
pub use pallet_custom_origins::*; | |||
|
|||
#[allow(unreachable_patterns)] |
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.
What warning is this suppressing? I removed them locally and just running clippy seems fine.
Otherwise please open a bug report in the SDK, the FRAME macros should not produce warnings.
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.
Let's try to remove it and look at CI
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.
Otherwise please open a bug report in the SDK, the FRAME macros should not produce warnings.
Wasn't there a fix for something similar in the SDK pr that upgraded the rust version?
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.
paritytech/polkadot-sdk#5697 okay maybe it wasn't fixed. I checked the pr again.
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.
Looks good, just the one Q about the FRAME macro warning.
Review required! Latest push from author must always be reviewed |
@@ -19,6 +19,7 @@ | |||
use super::ranks; | |||
pub use pallet_origins::*; | |||
|
|||
#[allow(unreachable_patterns)] |
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.
Would be nice to have an issue to remove this when we have upgraded to the polkadot-sdk version that fixes this.
This reverts commit 7530862.
/merge |
Enabled Available commands
For more information see the documentation |
123f8f4
into
polkadot-fellows:main
Fixes #470
#[allow(unreachable_patterns)]
(controversial)time
updated to 0.3.36