Skip to content
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

Fix tuples #21

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Fix tuples #21

merged 2 commits into from
Dec 17, 2024

Conversation

the10thWiz
Copy link
Collaborator

Previously, tuples did not implement Transient, even if all elements did. Now, up to 6-tuples do.

This also adds a number of impls for Timeless, so that more tuples work.

Finally, adds a number of tests to validate that this works as expected.

Previously, tuples did not implement `Transient`, even if all elements
did. Now, up to 6-tuples do.

This also adds a number of impls for `Timeless`, so that more tuples
work.

Finally, adds a number of tests to validate that this works as expected.
Copy link
Owner

@JRRudy1 JRRudy1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch on the missing Transient impls for tuples, thanks for adding them! Looks good to me, I just have one comment about adding explicit lifetimes in the tests

@JRRudy1 JRRudy1 merged commit 380b48b into JRRudy1:main Dec 17, 2024
15 checks passed
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.

2 participants