-
Notifications
You must be signed in to change notification settings - Fork 199
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
make pull-all.sh non-interactive #5
Comments
ghost
assigned dfreedm
Aug 22, 2013
rictic
pushed a commit
that referenced
this issue
Apr 7, 2018
rictic
pushed a commit
that referenced
this issue
Apr 7, 2018
adds smarter dependency stream via new analyzer architecture
bicknellr
pushed a commit
that referenced
this issue
Apr 9, 2018
filter out pattern matches missing the #ref
justinfagnani
pushed a commit
that referenced
this issue
Apr 10, 2018
* More work to make tools-common librarified * Add version to package.json * Use cwd rather than __dirname * Use the tools-common .eslintrc.json if no project-specific one is found * Use tools-common tslint as a fallback too * Update gulp-typings * Document the "if main" section of gulpfile.js * Document the subtle gulp cwd constraint * Gulp as peer dependency, gulp tasks as gulp-tasks.js * Add generateCompleteTaskgraph, fix style nits and improve docs
usergenic
pushed a commit
that referenced
this issue
Jun 7, 2018
* In close(), wait for all handlers to settle. * Simplify implementation of promiseAllStrict
aomarks
added a commit
that referenced
this issue
Jul 9, 2018
Define a simplified TypeScript AST, and a serializer that produces d.ts declarations.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's good that we have a warning if a repo cannot be pulled but it's bad that the checkout process stops at that point. Since checking out can take a bit, it's common to not watch the process. To come back and have it interrupted is not good.
Instead, I suggest we have it continue to the end and then give a summary of what happened.
The text was updated successfully, but these errors were encountered: