On 20/09/25 16:08, Alexander Kjäll wrote:
Since transitioning through NEW takes so long, I typically upload as much of the dependency tree as possible. But NEW is not a FIFO, so sometimes thing pop out that is not buildable. A similar problem happens if something is in NEW a long time and upgrades of it's deps happen.

Yeah, but I think both Jonas and I were factoring out this scenario.

And regarding running tests in debug, debug have additional checks for numeric over-/underflows, something that easily happens when switching between 64 and 32 bit architectures. I believe we catch more bugs if we don't run the tests with --release.

This is a very good observation, thanks for pointing it out! We could then perhaps run in debug mode, but with optimizations turned on, to have the best of both worlds?

Reply via email to