-
Notifications
You must be signed in to change notification settings - Fork 689
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
META: FRAME Macro Ideas #264
Comments
Another improvement would be to put a stop to this situation: Currently, if your pallet has a syntax error, you get an error for it, and then a gzillion other errors because the corrupt/incomplete pallet code is still being treated as Rust code. Ideally, we'd tell the compiler to stop immediately. @sam0x17 I am optimistic you'd have a nice hack for this one :) |
Yes, I actually have some ideas for this. I'll create an issue and add it to the backlog 😄 |
Let this be a collection of nice to have macros and attributes we should add to FRAME.
Where possible, link to bigger issues with more details.
ResultQuery
usage #259benchmarks!
macro to attribute macros substrate#10848#[must_use]
for benchmarking components #285The text was updated successfully, but these errors were encountered: