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 Dynamic Tuple Encoding #41

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Fix Dynamic Tuple Encoding #41

merged 1 commit into from
Feb 9, 2024

Conversation

hayesgm
Copy link
Contributor

@hayesgm hayesgm commented Feb 9, 2024

This patch had a bug that new tuple arg types (%{type: type, name: ...}) were beign interpreted as "not dynamic" in the is_dynamic? code since we had a catch-all that wasn't clear it was incorrectly matching the inner value. We both a) fix the matching, and b) are explicit about declaring this function for all types so we don't silently get it wrong in the future.

Bump to 1.0.0-alpha5

This patch had a bug that new tuple arg types (`%{type: type, name: ...}`) were beign interpreted as "not dynamic" in the `is_dynamic?` code since we had a catch-all that wasn't clear it was incorrectly matching the inner value. We both a) fix the matching, and b) are explicit about declaring this function for all types so we don't silently get it wrong in the future.

Bump to 1.0.0-alpha5
Copy link

@fluffywaffles fluffywaffles left a comment

Choose a reason for hiding this comment

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

😆 good guess

@hayesgm hayesgm merged commit 59e9b18 into main Feb 9, 2024
1 check failed
@hayesgm hayesgm deleted the hayesgm/fix-dynamic-tuples branch February 9, 2024 23:19
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