Cristian Le
Cristian Le
- Use higher-bound policies (reduces downstream maintenance) - Use standard `GNUInstallDirs` defaults
The idea here is that test states with `NEED_INSPECTION` are soft-failures which basically signal that a human needs to manually check it. With regards to `bodhi` it would be nice...
- Use `GNUInstallDirs`. This has been the standard install interface since CMake 3.0 - Add higher policy bound (it is not the maximum version of CMake that can build, it's...
`LIB_SUFFIX` is not a standard or usually set variable. Instead you should use the defaults coming from `GNUInstallDirs`
As far as I could see the webhook capabilities for this project is to manipulate the webhook presence in repos and organizations. This RFE goes a bit further to suggest...
- Use higher-bound CMake policies - Use the standard `GNUInstallDirs` patterns
This may be more general issue, but how would we define that we want the venv to have `--system-site-packages` passed? For hatch frontend, maybe the closest would be to add...
Would you consider formalizing the `{root:uri}` format as a PEP. I have found two use-cases where this would need a format PEP: - `build-system.requires` for inter-dependent projects such as with...
Original issue is that `EXCLUDE_FROM_ALL` conflicts with the `install()` command in that the `COMPONENT` cannot be used since the whole folder is excluded. This makes installing the documentation quite cumbersome...
Just a heads-up of a deprecation message emitted in Python3.14 ``` /opt/hostedtoolcache/Python/3.14.0-alpha.6/x64/lib/python3.14/site-packages/cattrs/preconf/json.py:54: in make_converter configure_converter(res) args = () kwargs = {'unstruct_collection_overrides': {: , : }} res = /opt/hostedtoolcache/Python/3.14.0-alpha.6/x64/lib/python3.14/site-packages/cattrs/preconf/json.py:35: in configure_converter...