rattle icon indicating copy to clipboard operation
rattle copied to clipboard

gg thunk support

Open chadbrewbaker opened this issue 5 years ago • 1 comments

Any pointers on where in the code to emit https://github.com/StanfordSNR/gg thunks so it can be built in distributed parallel ?

chadbrewbaker avatar Nov 18 '20 17:11 chadbrewbaker

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.

ndmitchell avatar Nov 22 '20 20:11 ndmitchell