-
Notifications
You must be signed in to change notification settings - Fork 13.1k
break on 'this' type in hasConstraintReferenceTo #6628
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
Conversation
|
CI build failed because of some random lint errors in files that were not even affected by this PR, looking into this: |
|
pinging @jkillian: it seems that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather you move the new check into the body and break with a comment explaining why you need to do this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, the check is fine here with all the other checks.
|
Thanks for the heads-up @vladima. I'll check to see that things are working with TS 1.9 nightlies and bump that dependency. |
|
@vladima Just published a new |
|
Thanks @jkillian! |
|
@vladima I requested a re-run on Travis. |
|
Fix looks good to me. |
|
pinging @mhegazy should it also go to 1.8? |
break on 'this' type in hasConstraintReferenceTo
|
We will need to port this to 1.8. |
break on 'this' type in hasConstraintReferenceTo
fix proposal for #6592, //cc @ahejlsberg