-
|
The filter does not apply to files generated by an external process (such as a compiler). You need to manually run This was reported by one of the ghost accounts on the Issues page, but it was dismissed. I can confirm this issue on both Windows 11 and Windows 8.1, with the compiler being |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
I couldn't reproduce it myself and debug it and behaved correctly. I need a complete example that explains how to reproduce it, at the very least provide your current |
Beta Was this translation helpful? Give feedback.
-
|
To simulate the most extreme case, you can write a script to delete the p/s: I have never tested this, though. |
Beta Was this translation helpful? Give feedback.
With the latest comment I was able to reproduce it!
The secret was that the
objfw-compile -o test test.m --arcdoes not overwrites the.ofile to generate a modified event, it actually creates atest.o.tmpand then generates a move eventfrom test.o.tmp to test.o. It should be fixed here.