Skip to content

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

AnthonyMichaelTDM
Copy link
Contributor

fixes #43
fixes #46
fixes #58 ?
addresses #55

@AnthonyMichaelTDM
Copy link
Contributor Author

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
closes Failing for Internally/Adjacently tagged Wulf#58
partially addresses Enhanced enum support and types Wulf#55
@Wulf
Copy link
Owner

Wulf commented Mar 4, 2025

Breaking this down into commits and those tests are much appreciated, thanks Anthony! I'll try to give this a look on the weekend.

@AnthonyMichaelTDM
Copy link
Contributor Author

lmk if we want that empty-object type thing to be optional (enabled by a cli argument or something)

@AnthonyMichaelTDM
Copy link
Contributor Author

Huh, there's something wrong with the gh action itself

also, use Swatinem/rust-cache instead of actions/cache
@AnthonyMichaelTDM AnthonyMichaelTDM changed the title Feat: support for tuple types, structs, and enum variants Feat: support for tuple types, structs, and enum variants, as well as generics in tuples Mar 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing for Internally/Adjacently tagged [feature request] Tuples Feature request: support tuple structs
2 participants