-
Notifications
You must be signed in to change notification settings - Fork 251
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
Current version build not passing #1542
Comments
Yep, working on it in my spare time. We're having problems with the cleanup after a run. Sometimes the cleanup results in an error, producing an exit code 1. This can be reproduced with our perf tests on linux. Thanks for reporting 🙇 |
@nicojs yes I am seeing the cleanup error you mention. Only on Linux though and not on macOS. See https://circleci.com/gh/davesag/amqp-simple-pub-sub/272 for example. The solution appears to be to set the number of test runners to 2.
This appears to relate to #1525 |
Most definitely related to #1525. This might sound silly, but I'm actually waiting on TS3.5 release later this month, as that hopefully solves a compile error in the async dispose branch. At least, the compile error seems to be solved with 3.5-rc. TypeScript seems to have problems with typed-inject. See this PR for more info: nicojs/typed-inject#7 |
Yet another reason to avoid TypeScript. :-) |
Yeah, I can understand the sentiment. However, typed-inject is an extreme example of type-safety. It makes our code more type-safe than Java with Spring or C# with .NET core. I wouldn't want to maintain sug a big code base as Stryker without type-safety. |
I was writing Javascript in 1995, well before I ever heard of Java and a decade before C# existed, so I've learned to love type-flexibility and a pure functional style of coding. You might enjoy the following articles I wrote on this topic a while back (Or you might hate them — lol) |
….1 (#1538) * build(deps-dev): update react-scripts requirement from ~2.1.0 to ~3.0.1 Updates the requirements on [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) to permit the latest version. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/create-react-app/commits/[email protected]/packages/react-scripts) Signed-off-by: dependabot[bot] <[email protected]> * v2.0.0 * fix(inquirer): fix inquirer types (#1563) * build(deps-dev): update webpack requirement from ~4.31.0 to ~4.32.2 (#1557) Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v4.31.0...v4.32.2) Signed-off-by: dependabot[bot] <[email protected]> * build(deps): update log4js requirement from ~4.2.0 to ~4.3.0 (#1556) Updates the requirements on [log4js](https://github.com/log4js-node/log4js-node) to permit the latest version. - [Release notes](https://github.com/log4js-node/log4js-node/releases) - [Changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md) - [Commits](log4js-node/log4js-node@v4.2.0...v4.3.0) Signed-off-by: dependabot[bot] <[email protected]> * build(deps): update semver requirement from ~6.0.0 to ~6.1.0 (#1555) Updates the requirements on [semver](https://github.com/npm/node-semver) to permit the latest version. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md) - [Commits](npm/node-semver@v6.0.0...v6.1.0) Signed-off-by: dependabot[bot] <[email protected]> * build(deps): update istanbul-lib-instrument requirement (#1532) Updates the requirements on [istanbul-lib-instrument](https://github.com/istanbuljs/istanbuljs) to permit the latest version. - [Release notes](https://github.com/istanbuljs/istanbuljs/releases) - [Commits](https://github.com/istanbuljs/istanbuljs/compare/[email protected]@3.3.0) Signed-off-by: dependabot[bot] <[email protected]> * build(ts): fix lint and pin ts version (#1577) * build(deps-dev): update raw-loader requirement from ~2.0.0 to ~3.0.0 (#1576) Updates the requirements on [raw-loader](https://github.com/webpack-contrib/raw-loader) to permit the latest version. - [Release notes](https://github.com/webpack-contrib/raw-loader/releases) - [Changelog](https://github.com/webpack-contrib/raw-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/raw-loader@v2.0.0...v3.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps): update tslib requirement from ~1.9.3 to ~1.10.0 (#1582) Updates the requirements on [tslib](https://github.com/Microsoft/tslib) to permit the latest version. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@1.9.3...1.10.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps): update typed-rest-client requirement from ~1.4.0 to ~1.5.0 (#1580) Updates the requirements on [typed-rest-client](https://github.com/Microsoft/typed-rest-client) to permit the latest version. - [Release notes](https://github.com/Microsoft/typed-rest-client/releases) - [Commits](https://github.com/Microsoft/typed-rest-client/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps-dev): update webpack requirement from ~4.32.2 to ~4.34.0 (#1584) Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v4.32.2...v4.34.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps-dev): update tslint requirement from ~5.16.0 to ~5.17.0 (#1570) Updates the requirements on [tslint](https://github.com/palantir/tslint) to permit the latest version. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](palantir/tslint@5.16.0...5.17.0) * fix(html): set utf-8 charset (#1592) * refactor(file names): align on file names (#1605) * build(ci): disable execa timeout to prevent failing perf job (#1604) * v2.0.1 * refactor(tslint): match basarat styleGuide (#1594) (#1615) * build(deps-dev): update tslint requirement from ~5.17.0 to ~5.18.0 (#1598) Updates the requirements on [tslint](https://github.com/palantir/tslint) to permit the latest version. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](palantir/tslint@5.17.0...5.18.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps): update inquirer requirement from ~6.3.1 to ~6.4.1 (#1599) Updates the requirements on [inquirer](https://github.com/SBoudrias/Inquirer.js) to permit the latest version. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@6.4.1) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps): update log4js requirement from ~4.3.0 to ~4.4.0 (#1602) Updates the requirements on [log4js](https://github.com/log4js-node/log4js-node) to permit the latest version. - [Release notes](https://github.com/log4js-node/log4js-node/releases) - [Changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md) - [Commits](log4js-node/log4js-node@v4.3.0...v4.4.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps): update semver requirement from ~6.1.0 to ~6.2.0 (#1616) Updates the requirements on [semver](https://github.com/npm/node-semver) to permit the latest version. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md) - [Commits](npm/node-semver@v6.1.0...v6.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps-dev): update webpack requirement from ~4.34.0 to ~4.35.3 (#1627) Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v4.34.0...v4.35.3) Signed-off-by: dependabot-preview[bot] <[email protected]> * fix(dispose): fix raise condition in dispose action Fix a raise condition during disposing of our resources. Now using [typed-inject's dispose functionality](https://github.com/nicojs/typed-inject/#-disposing-provided-stuff) Fixes #1542 * fix(child process proxy): OutOfMemory detection (#1635) Make sure out `OutOfMemory` detection works as expected. This fixes a race condition in which the detection didn't work correctly, and an unexpected error was assumed. See #1634 * fix(child process): cleanup after dispose (#1636) * v2.0.2 * docs(changelog): fix typo raise -> race * build(deps-dev): update @babel/preset-env requirement (#1637) Updates the requirements on [@babel/preset-env](https://github.com/babel/babel) to permit the latest version. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.4.1...v7.5.4) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps): update @babel/generator requirement from ~7.4.0 to ~7.5.0 (#1631) Updates the requirements on [@babel/generator](https://github.com/babel/babel) to permit the latest version. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.4.0...v7.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps-dev): update @babel/core requirement from ~7.4.0 to ~7.5.4 (#1629) Updates the requirements on [@babel/core](https://github.com/babel/babel) to permit the latest version. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.4.0...v7.5.4) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps-dev): update @babel/types requirement from ~7.4.0 to ~7.5.0 (#1632) Updates the requirements on [@babel/types](https://github.com/babel/babel) to permit the latest version. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.4.0...v7.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps-dev): update @types/express requirement (#1571) Updates the requirements on [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) to permit the latest version. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) * build(deps): update @babel/traverse requirement from ~7.4.0 to ~7.5.0 (#1633) Updates the requirements on [@babel/traverse](https://github.com/babel/babel) to permit the latest version. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.4.0...v7.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps-dev): update @babel/cli requirement from ~7.4.3 to ~7.5.0 (#1630) Updates the requirements on [@babel/cli](https://github.com/babel/babel) to permit the latest version. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.4.3...v7.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * chore(issue templates): add issue templates Add issue templates for feature, bug and question * build(deps-dev): update execa requirement from ^1.0.0 to ^2.0.3 (#1625) Updates the requirements on [execa](https://github.com/sindresorhus/execa) to permit the latest version. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v1.0.0...v2.0.3) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps-dev): update react-scripts requirement from ~2.1.0 to ~3.0.1 Updates the requirements on [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) to permit the latest version. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/create-react-app/commits/[email protected]/packages/react-scripts) Signed-off-by: dependabot[bot] <[email protected]> * Fix(Jest): Alter expected Jest config to match current
It seems that the current version has some issue (node-sass not found) and so it says on GitHub that your build is failing
The text was updated successfully, but these errors were encountered: