[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] factor: reinstate immediate output with interactive use
From: |
Bernhard Voelker |
Subject: |
Re: [PATCH] factor: reinstate immediate output with interactive use |
Date: |
Tue, 6 Sep 2016 23:48:30 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 |
On 09/06/2016 04:35 PM, Pádraig Brady wrote:
> * src/factor.c (lbuf_putc): Only buffer more than a line
> when not using the tool interactively.
> * NEWS: Mention the bug fix.
> Fixes http://pad.lv/1620139
Nice one, thanks!
Please fix this before pushing:
space_before_open_paren
line_buffered = isatty(STDIN_FILENO);
*** src/factor.c
maint.mk: the above files lack a space-before-open-paren
make: *** [cfg.mk:680: sc_space_before_open_paren] Error 1
Have a nice day,
Berny