ndmitchell / rattle

Forward build system with speculation and caching
Other
102 stars 5 forks source link

fsatrace isn't recording executable being run as a "read". #1

Closed spall closed 5 years ago

spall commented 5 years ago

Fsatrace doesn't appear to record the running executable as being read. I am specifically seeing this as an issue for the current test case, Test.hs; with fstrace recording "./Main" as having no reads or writes.

ndmitchell commented 5 years ago

Can you please raise this issue upstream with https://github.com/jacereda/fsatrace as well, and cc me? I note I fixed an issue a lot like this on windows recently in fsatrace.

spall commented 5 years ago

Yes.

spall commented 5 years ago

This now seems to be fixed for Linux in fsatrace.

ndmitchell commented 5 years ago

Awesome!