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: Support delayed type definition for function defns. #247

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Jan 26, 2024

This happens when a function is passed as callback to another function which has already seen a different function be passed as callback. We need to unify them against each other (for now, without polymorphism).


This change is Reviewable

This happens when a function is passed as callback to another function
which has already seen a different function be passed as callback. We
need to unify them against each other (for now, without polymorphism).
@iphydf iphydf added this to the v0.0.9 milestone Jan 26, 2024
@iphydf iphydf marked this pull request as ready for review January 26, 2024 16:39
Copy link
Member

@JFreegman JFreegman left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 1 approvals obtained

@toktok-releaser toktok-releaser merged commit 51bd91a into TokTok:master Jan 26, 2024
11 checks passed
@iphydf iphydf deleted the delayed-fundefn branch January 26, 2024 17:06
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.

3 participants