Jussi Pakkanen

Results 230 comments of Jussi Pakkanen

Maybe this should be called `is_parallel` to match the signature of `test`.

The test failures are weird. They seem unrelated but rerunning them did not make the errors go away, ``` D:\a\_temp\msys64\mingw64\lib\python3.10\site-packages\coverage\pytracer.py:290: CoverageWarning: Trace function changed, data is likely wrong: != (trace-changed)...

Rebasing should fix this now.

Failure is unrelated.

We usually prefer to fix things in core rather than adding more toggles for people to twiddle. The latter tends to lead to bad usability via a gajillion choices. Is...

One of the design rules of Meson has been to not add features "just in case" but instead only when there is a specific user need. So is there one?...

Rather than adding kwargs in build files, could this be implemented with a command line argument to `meson install` instead? The downside being that it would then be an "all...

It would probably be better to make Meson ignore all option names that start with `backend_` that do not exist.

That seems to add an option for vs startup project even on backends that do not have anything to do with VS. Basically it would mean that every backend would...

Is this happening every time? That flag should only be used if you link an exe whose main is in C, but it links with C++ code.