core icon indicating copy to clipboard operation
core copied to clipboard

Add `_mut` suffix to `syn_solidity::visit_mut` functions

Open DaniPopes opened this issue 2 years ago • 3 comments

Wrap the visitor macro impl with paste::paste! {} and wrap function names: [<visit_... $(_ $mut)?>]

DaniPopes avatar Jun 12 '23 14:06 DaniPopes

would like to take this as well

shawnharmsen avatar Jun 24 '23 06:06 shawnharmsen

I realized that this might be a bit harder than I initially thought, given that they must also be changed inside of the function bodies too. You can hold off on this if you want @shawnharmsen

DaniPopes avatar Jun 24 '23 06:06 DaniPopes

yes ser will try to grok and if not pick up another issue ty

shawnharmsen avatar Jun 24 '23 07:06 shawnharmsen

can i take on this ?

mahmudsudo avatar Oct 20 '24 14:10 mahmudsudo

Don't think this is worth it anymore

DaniPopes avatar Jan 04 '25 15:01 DaniPopes