idanarye / rust-smart-default

Rust macro for automatically generating default
MIT License
133 stars 7 forks source link

Fix default attribute regression (#13) #14

Closed tyranron closed 1 year ago

tyranron commented 1 year ago

This PR fixes the regression of parsing #[default(<expr>)] attribute introduced in #11 and described in #13.

idanarye commented 1 year ago

Sorry, but I'm already working on a solution...

tyranron commented 1 year ago

@idanarye it's okay... I don't pretend. I just need a fix, because it's blocking upgrade on my projects. Feel free to close if you don't need it.

idanarye commented 1 year ago

It's in the CI now, and then I'll publish 7.1.

idanarye commented 1 year ago

Thanks for the effort anyway!