Zig Version
0.11.0-dev.2157+f56f3c582
Steps to Reproduce and Observed Behavior
(For context, ran into this @ zigtools/zls#1080)
- Create a
slay.h file
zig translate-c slay.h --enable-cache
- Observe that
--enable-cache's promise about "print[ing] path to stdout" is not respected
Expected Behavior
translate-c output should be written to cache and the path to that cache location printed to stdout.
Zig Version
0.11.0-dev.2157+f56f3c582
Steps to Reproduce and Observed Behavior
(For context, ran into this @ zigtools/zls#1080)
slay.hfilezig translate-c slay.h --enable-cache--enable-cache's promise about "print[ing] path to stdout" is not respectedExpected Behavior
translate-coutput should be written to cache and the path to that cache location printed to stdout.