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 checking of recursive callback types #19107

Merged
merged 3 commits into from
Oct 11, 2017
Merged

Conversation

ahejlsberg
Copy link
Member

This PR fixes the logic introduced in #15104 to only check for callback parameters when we aren't in a recursive call to compareSignaturesRelated that resulted from an outer callback check.

Fixes #18277.

@ahejlsberg
Copy link
Member Author

This PR supercedes #19078.

@ahejlsberg ahejlsberg merged commit 6cf41ae into master Oct 11, 2017
@ahejlsberg ahejlsberg deleted the fixRecursiveCallbacks branch October 11, 2017 23:28
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stack overflow while type checking generic, mutually-defined function interfaces
3 participants