mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
* std/io/os/temp_directory.c3: fix INVALID_PATH in Windows native_temp_directory - Use the actual length from GetTempPathW for Windows temp path slice - We can remove the workaround in the test_suite_runner for WIN32 and create all directories in %temp% now * Updated releasenotes. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>