ndmitchell / rattle

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

pass both timestamps to cmdRattleFinished, so we can use the tighter … #31

Closed spall closed 2 years ago

spall commented 2 years ago

Figured i'd make this it's own thing. Now the stop timestamp is passed to 'cmdRattleFinished' as well, so we can use the tighter bound timestamps if we run the cmd; or the other timestamps if we don't run the cmd.

ndmitchell commented 2 years ago

Thanks!