On Sep 4, 2006, at 07:19, Ovid wrote:
Actually, I'm not sure how this would break anything and *I* don't see a problem with it, but since the current behavior is to use separate file handles, I'm not sure if there's anyone relying on the current behavior. However, given that it's so widespread, I'm sure something does.
I agree. Test.Builder (JavaScript) uses one file handle (function) for all output by default, but there are hooks for users to send there various types of outputs to different places, if they like. This makes it easy to, say, make failures red, for example.
Best, David