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 Tuple Transform On Compiler Decode #669

Merged
merged 3 commits into from
Nov 18, 2023
Merged

Fix Tuple Transform On Compiler Decode #669

merged 3 commits into from
Nov 18, 2023

Conversation

sinclairzx81
Copy link
Owner

This PR applies a fix to Tuple Transform decoding which was caused by the HasTransform utility failing to detect interior transform types. Have also updated the tests to check both Value and Compiler encoding to ensure transform yield the same type. Note that the HasTransform utility may be made public in later revisions, and Encode and Decode removed from the Compiler (requiring users to explicitly implement this logic)

Additional update on AsyncIterator inference (another attempt to get the TSP presenting the correct type)

@sinclairzx81 sinclairzx81 merged commit 262de46 into master Nov 18, 2023
18 checks passed
@sinclairzx81 sinclairzx81 deleted the tuple branch November 18, 2023 09:09
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.

1 participant