ITADN
c3lang/c3c/Issues

Emitted filename printout fix.

#3294Openp7r0x7 创建于 2026-06-02
Enhancement RequestFixed needs testing
P
p7r0x7commented
Currently, when files are written by c3c, something like this gets printed: ``` LLVM files written to file/path. ``` This holds true for '.' ``` LLVM files written to .. ``` Personally, I suggest just removing the trailing period, but others suggested wrapping the path in backticks. As an alternative I suggest single quotes.
1 条评论