Files
IfcOpenShell/src/ifcconvert
Petru Conduraru de64f8e0a2 IfcConvert: report an error when the output file cannot be opened (#438)
Converting to a path whose directory does not exist (or is not writable)
failed silently: the serializer's ready() check correctly returned false,
but IfcConvert deleted the temp file and returned EXIT_FAILURE without any
message, so the user saw no reason for the failure.

Log a SYS error naming the output file before returning, matching the
existing "Unable to open output file" reporting used elsewhere.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
(cherry picked from commit a0f493b471)
2026-07-25 23:15:23 +10:00
..
2024-06-27 11:49:12 +10:00
2026-07-09 22:01:21 +02:00