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 type relation stack overflow #14991

Merged
merged 6 commits into from
Apr 5, 2017
Merged

Conversation

ahejlsberg
Copy link
Member

Fixes #14896.
Fixes #14940.

@@ -0,0 +1,48 @@
tests/cases/compiler/recursiveTypeRelations.ts(8,5): error TS2391: Function implementation is missing or not immediately following the declaration.
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't have syntax errors in this test

Copy link
Member Author

Choose a reason for hiding this comment

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

It's a repro and the repro has syntax errors (but previously would never compile because of the stack overflow).

# Conflicts:
#	tests/baselines/reference/mappedTypeRelationships.errors.txt
@ahejlsberg ahejlsberg merged commit 90648fd into master Apr 5, 2017
@ahejlsberg ahejlsberg deleted the fixTypeRelationStackOverflow branch April 5, 2017 03:28
@microsoft microsoft locked and limited conversation to collaborators Jun 21, 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.

4 participants