↧
Merge debug and release rows on CI
Although this parallelizes more or less perfectly, it's much less expensive overall to combine the builds. Spinning up images is expensive, and we're not in that much of a hurry. Being cheaper...
View ArticleFormat meson.build files with muon
The less time wasted with manual code formatting, the better.
View ArticleUse bare boolean literals
I'm not sure why these were written out in full, although vaguely recall something about rdflib having trouble with these. In any case, it seems to work now, and this is fundamental Turtle syntax that...
View ArticleUpdate ui spec version
This should have been bumped in 6b18f721 "Add types for Gtk4UI and Qt6UI".
View ArticleCleanly abort on allocation failure in atom tests
Really just to avoid the common leaking realloc pattern recognized by static checkers.
View Article