rattle icon indicating copy to clipboard operation
rattle copied to clipboard

write to file

Open spall opened this issue 5 years ago • 1 comments

It seems too complicated right now to address, in fsatrace, the issue where 'out-file' is registered as a read if Rattle is run as follows:

haskell-program-that-runs-rattle &> out-file

So, I just added an option to write Rattle output to a file; which from my testing seems to avoid the problem for whatever reason. I wasn't sure how to meld writing to a file with the RattleUI so I ignored that for now, but will do something with that after I hear your opinion.

spall avatar Mar 26 '20 17:03 spall

I wanted to write stdout/stderr and the output of rattle to the same file; to emulate someone doing '&> file'. But I'm not sure how/if the output from the 'rattleUI' should be written to a file, thoughts?

spall avatar Mar 30 '20 17:03 spall