Eli Schwartz
Eli Schwartz
I will say that usually I don't check for every commit to pass linters or typechecking, though I do find it distracting to review when individual commits "walk all over"...
Would be nice to have a test that uses generated files, or that even uses expand_content_files at all. Also this parameter to gnome.gtkdoc() is completely undocumented. :(
It adds a new class, but doesn't override anything such as the ID. It is the right approach, just not all the way there. :)
@aaronsuydam there isn't a meson.build option. It is supporting a new compiler and compilers are defined in the toolchain ("machine") file or inferred by setting the environment variables CC and...
> Choose a release from https://github.com/rockdaboot/libpsl/tags an download the tarball named `libpsl-{version}.tar.*`. Unpack with `tar xf `, cd into the libsl* directory. If you go to the tag https://github.com/rockdaboot/libpsl/releases/tag/0.21.5 you...
https://dev.gnupg.org/T7281 https://dev.gnupg.org/rMecd0c86d62351d267bdc9566286c532a394c711b gnupg has an analysis of the issue here, and a... workaround? fix? You decide. ``` build,python: Fix build with setuptools 72.2.0+ * lang/python/setup.py.in (BuildExtFirstHack.run): Extend members of the...
What is hypothesis and why is it being loaded when we didn't ask for it? Maybe this should be fixed instead?
```meson A = dependency('A', kwargs: common) C = dependency('C', kwargs: common, fallback: ['C', 'c_dep']) ```
Yeah, the docs are a bit hidden away at https://mesonbuild.com/Syntax.html#function-calls On the other hand it's not immediately obvious where else to put this as it's not specific to any given...
Dunno. Calling out "kwargs" specifically is something I'm not sure how to word well. Although maybe we should link to the Syntax page from there either way? At any rate,...