ndmitchell / rattle

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

expand directory names everywhere. #16

Closed spall closed 5 years ago

spall commented 5 years ago

I noticed some funky behavior with the simple tests where rattle was speculating commands that had obvious hazards. It seems rattle wasn't comparing proper filenames and this should fix that by applying the name expansion code everywhere we grab traces.

ndmitchell commented 5 years ago

Thanks, looks like an obviously good thing to do.