-
Notifications
You must be signed in to change notification settings - Fork 760
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
Need to rewrite defensive! macro to be compatible with umbrella crate #7054
Comments
Isn't it possible to just replace |
should do the trick yeah |
The PR for this is in here #7069 |
Hey, I already made the changes as part of my commit here: https://github.com/paritytech/polkadot-sdk/pull/7048/commits I will merge mine soon, you can discard this issue, or update with my commit |
Wouldnt it be better to have a seperate PR for this ? just in case we need to revert it and it would be faster to merge |
I'm merging #7069 since it's already ready to merge and could unblock other PRs + easy to revert |
closed by #7069 |
As seen during pallet migrations in here : #6504
The current implementation of the defensive! macro is dependent on having frame_support as seen here : https://paritytech.github.io/polkadot-sdk/master/src/frame_support/traits/misc.rs.html#67-95
We need to change this dependency to be compatible with umbrella crate
The text was updated successfully, but these errors were encountered: