oven-sh / bun

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

`console.table` bugfix #10876

Closed dylan-conway closed 1 week ago

dylan-conway commented 1 week ago

What does this PR do?

ref strings coming from property iterator. deref is called on them after printing the table. The original issue would fail after about 5 iterations because the name strings would deref to 0.

fixes #10791

How did you verify your code works?

added a test

github-actions[bot] commented 1 week ago

❌ @dylan-conway, your commit has failing tests :(

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

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

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

🐧πŸ’ͺ 1 failing tests Linux AARCH64

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

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

View logs