logoalt Hacker News

Xylakantyesterday at 6:40 PM1 replyview on HN

Indeed. My point is that just using the standard tools in the Rust ecosystem - like miri - would have trivially uncovered this error before it made it to the mainline.


Replies

jonas21yesterday at 7:22 PM

This is an engineering choice: do you merge first and then fix the remaining issues or do you get everything perfectly clean first and then merge?

I've seen large rewrites and migrations take both approaches -- in my experience, the former usually works out better.

show 1 reply