This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[Deprecation] Deprecate decl_*
macros
#12248
Labels
I7-refactor
Code needs refactoring.
T1-runtime
This PR/Issue is related to the topic “runtime”.
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
Z6-mentor
An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
Comments
KiChjang
added
I7-refactor
Code needs refactoring.
Z6-mentor
An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
labels
Sep 13, 2022
@KiChjang I would like to take it up. |
This was referenced Oct 3, 2022
Merged
juangirini
changed the title
Deprecate
[Deprecation] Deprecate Apr 24, 2023
decl_*
macrosdecl_*
macros
The deprecated |
I am not familiar with this, but looks like it already is deprecated?! Since two years actually…
|
Yes, it's already time to remove it :) |
Okay so closing his and creating another one for removal. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
I7-refactor
Code needs refactoring.
T1-runtime
This PR/Issue is related to the topic “runtime”.
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
Z6-mentor
An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
We've now basically migrated from the previous function-like
decl_*
macros into the#[pallet]
attribute macros, and it's time that we start deprecating/removing the olddecl_
macros.The text was updated successfully, but these errors were encountered: