Skip to content

Conversation

@vladima
Copy link
Contributor

@vladima vladima commented Jan 26, 2016

fix proposal for #6592, //cc @ahejlsberg

@vladima
Copy link
Contributor Author

vladima commented Jan 26, 2016

CI build failed because of some random lint errors in files that were not even affected by this PR, looking into this:

src/compiler/types.ts[2497, 14]: missing semicolon
src/compiler/types.ts[2507, 14]: missing semicolon
src/compiler/types.ts[2498, 19]: missing whitespace
src/compiler/types.ts[2498, 20]: missing whitespace
src/compiler/types.ts[2499, 18]: missing whitespace
src/compiler/types.ts[2499, 19]: missing whitespace
src/compiler/types.ts[2500, 20]: missing whitespace
src/compiler/types.ts[2500, 21]: missing whitespace
src/compiler/types.ts[2501, 18]: missing whitespace
src/compiler/types.ts[2501, 19]: missing whitespace
src/compiler/types.ts[2502, 21]: missing whitespace
src/compiler/types.ts[2502, 22]: missing whitespace

@vladima
Copy link
Contributor Author

vladima commented Jan 26, 2016

pinging @jkillian: it seems that tslint@next has a peer dependency >=1.7.3 || >=1.7.0-dev.20151003 || >=1.8.0-dev which no longer works after version of TypeScript nightly builds was bumped up to 1.9...

Copy link
Member

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.

Copy link
Member

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.

@jkillian
Copy link

Thanks for the heads-up @vladima. I'll check to see that things are working with TS 1.9 nightlies and bump that dependency.

@jkillian
Copy link

@vladima Just published a new next release on NPM, hopefully that should fix up the issue here

@DanielRosenwasser
Copy link
Member

Thanks @jkillian!

@DanielRosenwasser
Copy link
Member

@vladima I requested a re-run on Travis.

@ahejlsberg
Copy link
Member

Fix looks good to me.

@vladima
Copy link
Contributor Author

vladima commented Jan 26, 2016

pinging @mhegazy should it also go to 1.8?

vladima added a commit that referenced this pull request Jan 26, 2016
break on 'this' type in hasConstraintReferenceTo
@vladima vladima merged commit 322126d into master Jan 26, 2016
@vladima vladima deleted the thisTypeAsConstraint branch January 26, 2016 22:58
@mhegazy
Copy link
Contributor

mhegazy commented Jan 27, 2016

We will need to port this to 1.8.

vladima added a commit that referenced this pull request Jan 27, 2016
break on 'this' type in hasConstraintReferenceTo
vladima added a commit that referenced this pull request Jan 27, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 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.

7 participants