Michał Górny

Results 448 issues of Michał Górny

Related to #203. Would be nice to have an option to mark existing stablereqs as obsolete and file a new one.

If you run `pkgdev bugs --edit-graph` and confirm search for bugs, the editor is spawned immediately, without flushing the output first. If I ^z it, I don't see search results....

tools/bugs

Would be nice if the edited list also included bugs that would normally be skipped as a result of search for duplicates, e.g. so we could explicitly reenable them when...

tools/bugs

This a rebase / continuation of #10921. So far just gotten it to work again, will look through the previous review next.

The `system_class` parameter has been renamed to `system` in 63f47811eaba44ccacb8b94ee0a224d5d75dc14b. Fix the one remaining reference to the old name in docs. CC @dcbaker

**Describe the bug** When hdf5 is installed to `/usr`, h5fc does not include the needed `-I/usr/include` path and fails to build programs, e.g.: ``` $ h5fc -c '/home/mgorny/git/meson/test cases/frameworks/25 hdf5/main.f90'...

Component - Build

```pytb $ pytest tests/test_more.py ========================================================= test session starts ========================================================= platform linux -- Python 3.14.0, pytest-8.4.2, pluggy-1.6.0 rootdir: /tmp/unification configfile: pyproject.toml collected 8 items tests/test_more.py .F.F.... [100%] ============================================================== FAILURES =============================================================== ____________________________________________________...

The following code: https://github.com/medek/nasm-rs/blob/5ce627bb83987b0f464b56717e3903947ba3dca4/src/lib.rs#L294-L298 releases a jobserver token that was never acquired by `nasm-rs`. This is a violation of jobserver, and it is not behaving correctly with token-accounting jobserver implementations...

Support testing against the standard library `tomllib` module in Python 3.11+. Given that Gentoo no longer supports Python < 3.11, we would like to remove `tomli` package entirely.

The `tests` directory is no longer present in the source distribution in the 1.0.2 release. Tests are critical to downstream packaging. Please restore them. https://packaging.python.org/en/latest/discussions/downstream-packaging/#provide-complete-source-distributions