[Issue 24252] ci: Error: error writing file 'compilable\testcstuff3_0.obj'
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Dec 21 15:30:55 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=24252
kinke <kinke at gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kinke at gmx.net
--- Comment #1 from kinke <kinke at gmx.net> ---
AFAICT, the problem is that DMD generates the temporary preprocessed `.i` in
the same dir as the `.c`, just with the extension replaced:
https://github.com/dlang/dmd/blob/fa7a1b3d9f4e89d4a6b44ec57ed1f5137c303694/compiler/src/dmd/cpreprocess.d#L88
LDC creates a unique temp directory to hold the `.i`.
--
More information about the Digitalmars-d-bugs
mailing list