Commit graph

7 commits

Author SHA1 Message Date
6b739d93c2 Replace all uses and implementations of new() with default() 2026-01-05 13:20:48 -03:00
79c0ba9eed Minor refactorings, justfile tweaks, roadmap update 2026-01-01 21:58:39 -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
6d5f200e09 Add an empty file to mocks/no_graph so it exists in CI 2025-12-26 00:26:02 -03:00
e657eb6513 Add tests for all but the content syntax parser module 2025-12-25 23:57:22 -03:00
f48b2070bc Minor refactorings, type adjustments and typo fixes 2025-12-25 23:56:18 -03:00
14dc84cc43 Reorganize module structure 2025-12-24 12:45:14 -03:00
Renamed from src/formats.rs (Browse further)