Hacker News new | ask | show | jobs
by ChrisRR 242 days ago
> It runs against the same test suite with no issues

That doesn't guarantee no bugs. It just means that the existing behaviour covered by the tests is still the same. It may introduce new issues in untested edge cases or performance issues