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 closure conversion expressions #19

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Fix closure conversion expressions #19

merged 1 commit into from
Jan 30, 2024

Conversation

sfackler
Copy link
Owner

There's something weird going on with the compiler's type inference around directly-invoked closure expressions so we have to add a little hack to make these work. This does make the custom conversion support significantly more convenient though!

Closes #10

@sfackler sfackler merged commit fef49c5 into develop Jan 30, 2024
3 checks passed
@sfackler sfackler deleted the fix-closures branch January 30, 2024 02:12
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.

Support more flexible conversion expressions
1 participant