Commit graph

6 commits

Author SHA1 Message Date
7236cf105b Bump version for CI trigger 2026-02-18 05:26:05 -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