Corentin Schreiber

Results 74 comments of Corentin Schreiber

That's a good point. In fact the reporting isn't thead-safe (e.g., counters etc aren't atomics), so it is not safe to report assertions from multiple threads within the same test...

That sounds sensible, yes. Not using Meson myself, I have little motivation to maintain this, but our door is wide open for contributions ;)

I think all the reported issues have not been fixed in the main branch, and released as v1.2.5. Thank you for all the useful feedback!

I second this. At first I tried setting `working-directory`, which didn't work (`Unexpected value 'working-directory'`). Then I tried giving all paths as absolute paths, which failed on Linux/OSX with `(Not...