rattle
rattle copied to clipboard
gg thunk support
Any pointers on where in the code to emit https://github.com/StanfordSNR/gg thunks so it can be built in distributed parallel ?
I'm afraid I'm not too familiar with where gg thunks would need to go. The only place Rattle really gets involved is when users run commands. If you want to observe every time a command gets run, then https://github.com/ndmitchell/rattle/blob/master/src/Development/Rattle/Server.hs#L303 is the line where we actually spawn a process.