Dylan Baker
Dylan Baker
This fixes all of the issues in the options module, as well as fixing type safety issues introduced by it. This really falls into four parts: 1. fix the pre-existing...
This is a rebased version of #5728, with the changes I requested applied on top. The idea is that tests and benchmarks are removed from the all target, and are...
**Describe the bug** It's fairly common on projects using 2 space indent to use 4 space indent for multi line conditionals, so that the condition and the body of the...
These were part of some other work I was doing, but they could land separately.
This means that if the requester (whether that is directly from a user or from another CPS file) specifies the name in a case that is not all lower, search...
Update the Meson build definition to use Meson best practices, and bring into alignment with the CMake build files. Particularly, This changes the meson build to only expose a single...
The pkg-config file generated by Meson matches the convention of using a `prefix` variable, and an `includedir` variable that is relative to `prefix` (`includedir=${prefix}/include`). The one generated by CMake does...
### Problem you are trying to solve I'm a maintainer of the Meson build-system generator, which supports building Rust code in combination with other languages. Meson generally is used to...
The freedesktop runtime only provides python3, so this will incorrectly skip important packages when run in python2 mode that are actually needed.