FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix checking of recursive callback types by ahejlsberg · Pull Request #19107 · microsoft/TypeScript · GitHub

Fix checking of recursive callback types - #19107

Merged
Anders Hejlsberg (ahejlsberg) merged 3 commits into
masterfrom
fixRecursiveCallbacks
Oct 11, 2017
Merged

Fix checking of recursive callback types#19107
Anders Hejlsberg (ahejlsberg) merged 3 commits into
masterfrom
fixRecursiveCallbacks

Conversation

Copy link
Copy Markdown
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.

Copy link
Copy Markdown
Member Author

This PR supercedes #19078.

Anders Hejlsberg (ahejlsberg) deleted the fixRecursiveCallbacks branch October 11, 2017 23:28
Microsoft (microsoft) locked and limited conversation to collaborators Jun 14, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL