Jake Bailey

Results 1415 comments of Jake Bailey

As of 1.0.17, this hangs: `bun run --bun test --no-lint`

Actually, it's not hanging, it's just really, really slow. It definitely worked before: ![image](https://github.com/microsoft/TypeScript/assets/5341706/c19505be-6aa5-456e-8853-de1a57ed02d5) I tried doing `npx [email protected]` to go back a few versions but apparently bun mistakenly reexecs...

Still broken in 1.0.18. I'll try to file a bug.

I'm going to revert the CI and codecov change until we can get faster runners to not double our CI time. The local thing is fine, though, so I'll leave...

The new runner pool is fast enough to give us coverage without slowing down CI.

Marked this PR as ready for review. Now that the CI perf is mitigated, should we just go ahead and enable codecov?

~A caveat is that c8 with monocart takes \~4x longer to run than c8 alone~; reported https://github.com/cenfun/monocart-coverage-reports/issues/47 and the profile is somewhat promising for improving this. Now just 2x slower.

It seems unlikely that we're going to be able to guess at the problem without a repro; if someone comes up with one that would be helpful.

The above user was testing yesterdays build, but I will extract that to a new issue