-
Notifications
You must be signed in to change notification settings - Fork 13
Feat: support for tuple types, structs, and enum variants, as well as generics in tuples #59
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
Conversation
closes issue Wulf#46
|
I'm not 100% sure the implementation of adjacent tagging is correct for non-tuple variants, but it is correct for tuple variants |
closes [feature request] Tuples Wulf#43
e89c325 to
01f56be
Compare
|
Breaking this down into commits and those tests are much appreciated, thanks Anthony! I'll try to give this a look on the weekend. |
|
lmk if we want that empty-object type thing to be optional (enabled by a cli argument or something) |
|
Huh, there's something wrong with the gh action itself |
also, use Swatinem/rust-cache instead of actions/cache
|
Anything else I need to do for this to be merged? |
|
hey Anthony, thanks again for this and super sorry for being late here. Let me add you as a maintainer. |
|
published in 2.3.0 |
|
Added you as a collaborator :) |
fixes #43
fixes #46
fixes #58 ?
addresses #55