- Dec 29, 2025
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Dec 21, 2025
-
-
Vladimír Čunát authored
-
-
-
-
Updated poe tasks names in other places.
-
Also, check-code gets ruff's checks of imports and formatting.
-
-
- Dec 18, 2025
-
-
Vladimír Čunát authored
-
- Dec 16, 2025
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
With cmocka-2.0.0 these broke. I'm not sure if upstream meant to break them, but either way we'd better avoid deprecated APIs.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
It was zero anyway, just as KNOT_EOK or kr_ok()
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Dec 15, 2025
-
-
Vladimír Čunát authored
-
-
-
-
- datamodel: logging-groups: added LogGroupsProcessesEnum
-
-
-
- Dec 12, 2025
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
These get created when running kresd without changing to a different rundir.
-
Vladimír Čunát authored
The KRU-based garbage collection reduced the LMDB size a bit for a particular overall cache size setting. Apple Silicon uses 16 KiB pages instead of the usual 4 KiB, so the usage is a bit shifted and that's why we didn't notice earlier (though before the KRU GC we adjusted in commit adaac913) For example failure, see "not ok" lines in https://cache.nixos.org/log/1452wsll1fxh38p0fbqa0vw1p7ki6v55-knot-resolver_6-6.0.17.drv
-
- Dec 10, 2025
-
-
Vladimír Čunát authored
Fixes #714
-
Vladimír Čunát authored
There's no ./static dir to even install. Apparently this snippet came from modules/http. Discovered thanks to meson reporting: NOTICE: Future-deprecated features used: * 0.60.0: {'install_subdir with empty directory'} -
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
https://mesonbuild.com/Reference-manual_functions.html#summary - has nicer output - less code in meson files - allows defining summary parts closer to where they originate Also short pieces of meson code are moved around. I'm not sure how much info to put into those summaries; this commit keeps the amount about the same. Also note that (while not documented in meson) a "User defined options" is appended, so the summary() may end up repeating entries from that section.
-
Vladimír Čunát authored
This gets rid of a warning * 0.52.0: {'priority arg in test'} There's still Ubuntu 20.04 with meson 0.53.2, though its standard support ended a few months ago. Debian 11 with meson 0.56.2 is similar in this respect. Still well supported: RHEL 9 derivatives with meson 0.63.3 and Ubuntu 22.04 with meson 0.61.2.
-
- Dec 08, 2025
-
-
Aleš Mrázek authored
Support for Python 3.14 See merge request !1767
-
Vladimír Čunát authored
The problem was that in Arch the clang-tidy package updates at random moments, so we have to resolve the issues when doing urelated refreshes of CI images.
-
PEP 649 & PEP 749: Deferred evaluation of annotations The annotations on classes(ConfigSchema classes in our case) are no longer evaluated eagerly. They are evaluated only when necessary.
-
-
-
Vladimír Čunát authored
-
-
- Dec 06, 2025
-
-
Vladimír Čunát authored
-