software-mansion / scarb

The Cairo package manager
http://docs.swmansion.com/scarb/
MIT License
191 stars 71 forks source link

Attribute macros for impls #1613

Closed piwonskp closed 1 month ago

piwonskp commented 1 month ago

Problem

Attribute macros are currently limited to functions. Is it planned to be extended to impls and modules?

Starknet plugin uses the old way of implementing plugins and is deeply integrated into scarb. Is it planned for builtin plugins to use the standard plugin interface eventually?

Proposed Solution

Attribute macros working for mods, impls, individual impl functions and traits.

Notes

No response

piwonskp commented 1 month ago

Solved with 2.8.3