RedMarcher
RedMarcher
Hello, I'm new to this particular project. Would you mind telling me which file the current implementation for stream_result_to is located at? You mentioned that it was different for each...
Looking over your comment more closely, do you just want a feature where whatever is currently spit out of stream_result_to is also available to stdout?
> > Looking over your comment more closely, do you just want a feature where whatever is currently spit out of stream_result_to is also available to stdout? > > yes...
> [@derekmauro](https://github.com/derekmauro) - thoughts on this proposal? We'd be interested in working on a draft implementation, if there's agreement that this would be a good idea. I already have a...
> [@RedMarcher](https://github.com/RedMarcher) - I think we'll be best off if we can get someone from the GoogleTest team to consider the feature request before we get too deep into implementation...
I noticed the use of lots of #if compiler commands. Is this applicable to the feature? If the flag is set to true, should I just have a function which...
After reviewing the rest of the code some more, I realize stream_result_to doesn't actually create a function, rather it adds a new listener to a preexisting list. I'm wondering if...