From: Junio C Hamano <hidden> Date: 2021-08-09 16:49:12
Jeff Hostetler [off-list ref] writes:
On 8/9/21 2:30 AM, Carlo Marcelo Arenas Belón wrote:
quoted
seen with both clang 12 and gcc 11 in seen (including jh/builtin-fsmonitor)
as of a5a42b9f76 (from Jul 1)
it should be squashed into the corresponding patch from the series
as shown
in the subject and reroll IMHO; notice Junio also has some bandaid sparse
fixes for t/helper/test-touch.c that should be included.
a similar additional fix for C89 compatibility to be send as a reply
later
Carlo Marcelo Arenas Belón (2):
fixup! fsmonitor-ipc: create client routines for git-fsmonitor--daemon
fixup! fsmonitor--daemon: implement handle_client callback
builtin/fsmonitor--daemon.c | 2 +-
fsmonitor-ipc.h | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
Thanks!
Thanks, both.
Jeff, I understand that this is planned to be rerolled post release,
so I'll not touch these fixups and let yuou worry about them ;-)
You're talking about the commit with "%lf" vs "%f".
I saw that, but I was unsure what it had to do with my FSMonitor
series. It seemed like it could just be a standalone patch by itself.
(I'm not opposed to including it in mine, but it'd be easier and
quicker to just treat it in isolation, IMHO.)
Thoughts??
Jeff
From: Jeff Hostetler <hidden> Date: 2021-08-10 13:41:15
On 8/9/21 12:49 PM, Junio C Hamano wrote:
Jeff Hostetler [off-list ref] writes:
quoted
On 8/9/21 2:30 AM, Carlo Marcelo Arenas Belón wrote:
quoted
seen with both clang 12 and gcc 11 in seen (including jh/builtin-fsmonitor)
as of a5a42b9f76 (from Jul 1)
it should be squashed into the corresponding patch from the series
as shown
in the subject and reroll IMHO; notice Junio also has some bandaid sparse
fixes for t/helper/test-touch.c that should be included.
a similar additional fix for C89 compatibility to be send as a reply
later
Carlo Marcelo Arenas Belón (2):
fixup! fsmonitor-ipc: create client routines for git-fsmonitor--daemon
fixup! fsmonitor--daemon: implement handle_client callback
builtin/fsmonitor--daemon.c | 2 +-
fsmonitor-ipc.h | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
Thanks!
Thanks, both.
Jeff, I understand that this is planned to be rerolled post release,
so I'll not touch these fixups and let yuou worry about them ;-)
Right. I'll include them with my next version.
Jeff