Commit graph

9 commits

Author SHA1 Message Date
4402ad3e4c Add logging to version consistency check 2026-03-01 04:38:26 -03:00
1cd6545c4a Add lockfile version check to version-assess 2026-03-01 04:38:26 -03:00
d8723372ec CI: Extract tools into /tmp 2026-03-01 04:38:26 -03:00
c5b6cd0513 Print git status if worktree is dirty 2026-03-01 04:38:26 -03:00
feb2f9c1ac Add prebuilt binaries tooling and docs
Some checks failed
/ verify (push) Has been cancelled
2026-02-18 04:38:11 -03:00
7300a29b67 Concentrate configuration content parsing in syntax::serial
Fixes some pages not having parsed input by making it much harder to
construct a config with unparsed text, which is something you basically
never want. The parsing now happens much earlier and consumers don't
need to remember to parse the configuration anymore.

Fixes a possible stack overflow due to parsing and configuration
depending on each other.

This commit also has dependencies updates and minor justfile tweaks.
2025-12-28 06:27:30 -03:00
9dfd493bf5 Cleanup and rework justfile, add some CI-only checks 2025-12-26 16:48:08 -03:00
e657eb6513 Add tests for all but the content syntax parser module 2025-12-25 23:57:22 -03:00
a7d944bbd4 Here goes something 2025-12-09 18:28:39 -03:00