oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
71.29k stars 2.5k forks source link

Fix `BUN_CONFIG_NO_CLEAR_TERMINAL_ON_RELOAD` env var #11078

Closed Jarred-Sumner closed 2 weeks ago

Jarred-Sumner commented 2 weeks ago

What does this PR do?

Fix BUN_CONFIG_NO_CLEAR_TERMINAL_ON_RELOAD env var so that it handles more ways to say false. Any value which is not a falsy value makes it set to true, if it is set

For example:

Fixes https://github.com/oven-sh/bun/issues/10725

How did you verify your code works?

Did not test it.

github-actions[bot] commented 2 weeks ago

❌ @Jarred-Sumner, your commit has failing tests :(

ο£ΏπŸ’ͺ 1 failing tests Darwin AARCH64

ο£ΏπŸ’» 2 failing tests Darwin x64 baseline

ο£ΏπŸ’» 2 failing tests Darwin x64

🐧πŸ’ͺ 1 failing tests Linux AARCH64

🐧πŸ–₯ 1 failing tests Linux x64 baseline

πŸͺŸπŸ’» 7 failing tests Windows x64 baseline

πŸͺŸπŸ’» 9 failing tests Windows x64

View logs

Jarred-Sumner commented 2 weeks ago

manually tested

image