Daniel Shahaf wrote on Wed, May 11, 2016 at 16:21:42 +:
> Cosmere Infahm wrote on Wed, May 11, 2016 at 14:40:53 +0200:
> > Could you please improve the warning/error to include the external involved
> > so that troubleshooting is easier?
>
> I think this patch will do the trick:
>
> [[[
> Ind
Stefan Fuhrmann writes:
>> The new condition looks fairly suspicious.
>
> Sure, but no worse than before.
I think it's actually worse than before, as now it looks like this function
was updated for Python 3, whereas in fact it gets all the special cases
like "value[0] == '-'" wrong. And we will
On 13.05.2016 02:54, Branko Čibej wrote:
On 13.05.2016 00:00, Evgeny Kotkov wrote:
Stefan Fuhrmann writes:
TestHarness._run_test): The log is binary data, so write byte strings
to it.
[...]
if self.opts.list_tests:
- log.write('LISTING: %s\n' %
Stefan Fuhrmann writes:
>> And sys.stdout.write() works with strings, so this probably won't work
>> if tests are run with the --log-to-stdout option.
>
> That looks like a win-tests.py -only feature, although run_tests.py has
> remnants of that. If not, I'd have to add a wrapper around stdout.
4 matches
Mail list logo