-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: main
Are you sure you want to change the base?
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? |
fixes #43
fixes #46
fixes #58 ?
addresses #55