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

Nightly builds no longer working? #6008

Closed
myitcv opened this issue Dec 9, 2015 · 5 comments
Closed

Nightly builds no longer working? #6008

myitcv opened this issue Dec 9, 2015 · 5 comments
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@myitcv
Copy link

myitcv commented Dec 9, 2015

$ cd `mktemp -d`
$ npm install typescript@next
$ ./node_modules/.bin/tsc --version
Version 1.8.0-dev.20151204

Or at least npm isn't getting updated:

$ npm show typescript
...
     '1.8.0-dev.20151129': '2015-11-29T07:05:09.211Z',
     '1.8.0-dev.20151130': '2015-11-30T07:05:12.727Z',
     '1.7.3': '2015-11-30T20:37:03.883Z',
     '1.8.0-dev.20151201': '2015-12-01T07:05:19.574Z',
     '1.8.0-dev.20151202': '2015-12-02T07:06:55.221Z',
     '1.8.0-dev.20151203': '2015-12-03T07:07:00.179Z',
     '1.8.0-dev.20151204': '2015-12-04T07:06:28.563Z' },

Same issue as before perhaps?

@DanielRosenwasser DanielRosenwasser added the Bug A bug in TypeScript label Dec 9, 2015
@DanielRosenwasser DanielRosenwasser added this to the TypeScript 1.8 milestone Dec 9, 2015
@DanielRosenwasser DanielRosenwasser self-assigned this Dec 9, 2015
@DanielRosenwasser
Copy link
Member

I'll need to look into it tomorrow morning. Thanks for the heads up.

@DanielRosenwasser
Copy link
Member

At least part of the issue is that tslint had errors we weren't supporting. As a result, TypeScript has problems building off of tslint@next. Waiting on palantir/tslint#863 before we can do this, but in the mean time I'm publishing the builds manually.

@DanielRosenwasser
Copy link
Member

I'll wait until tonight and see if the publish works correctly before I close this one.

@DanielRosenwasser DanielRosenwasser added the Fixed A PR has been merged for this issue label Dec 11, 2015
@DanielRosenwasser
Copy link
Member

Fixed - thanks for reporting @myitcv!

@myitcv
Copy link
Author

myitcv commented Dec 14, 2015

@DanielRosenwasser - thanks

@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
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

2 participants