Hacker News new | ask | show | jobs
by leecommamichael 33 days ago
If this is a "beyond standard" test suite, (so much so that it _uniquely_ makes this work possible compared to other projects,) then how is Bun also uniquely unstable compared to other Zig programs (and so deserving of rewrite?) If the blame lies partially with the test suite, what does this imply (if anything) about the Rust port?
1 comments

Because tests validate behavior, not undefined behavior.

The thesis is that Rust makes undefined behavior less likely.