Files
Martin Vogel c993c8cf84 Normalize cbm_mkdtemp output to forward slashes on Windows
The Windows cbm_mkdtemp built paths with backslashes (%TEMP%\\template). Tests embed that path in the JSON repo_path (where \\t/\\a are invalid escapes, so index_repository fails) and pass it to git -C. Convert to forward slashes — accepted by Windows file APIs, JSON, and git — fixing integration_setup, incremental, and the lang contracts on Windows.
2026-06-06 14:57:29 +02:00
..