Jake Bailey
Jake Bailey
Hm. I had it working in CI and locally; https://github.com/microsoft/TypeScript/pull/55987#issuecomment-1854870300 has a screenshot of it completing.
It definitely runs bun for me locally. I can roll the CI back to 1.0.7 to verify.
Locally:  I unfortunately didn't catch CI before the logs stopped working (good ol GHA logs), but it should appear later with 1.0.7. I have had quite a bit of...
CI did run bun at 1.0.7. https://github.com/microsoft/TypeScript/actions/runs/7217529866/job/19665492754?pr=55987 ```console $ hereby runtests-parallel --light=false --no-lint --bundle=true Using ~/work/TypeScript/TypeScript/Herebyfile.mjs to run runtests-parallel Starting lib Starting generate-diagnostics > /home/runner/.bun/bin/bun scripts/processDiagnosticMessages.mjs src/compiler/diagnosticMessages.json Finished lib in...
In the trace where you saw the source-map-support, did you use some fancy build of bun to get that info? I suppose it's possible that _every_ test is failing and...
Just to clarify, hang is probably the wrong term, because it does complete on my machine: ``` 91738 passing (1h) Finished do-runtests-parallel in 1h 24m 9.6s Completed runtests-parallel in 1h...
I've been trying to bisect this myself this weekend, but not been able to get a working bun binary at any revision (if the commit I've chosen builds at all)....
I finally got building to work locally; my zig version was wrong and I needed to pull the version out of the Dockerfile used to build the canaries/releases. A bisect...
I know it does at least once to kick testing off; I'll look again tomorrow.
Placing that line early enough in our tests does appear to "fix" things and allow the tests to make progress.