From: Junio C Hamano <hidden> Date: 2021-01-07 06:39:05
Seth House [off-list ref] writes:
On Tue, Jan 05, 2021 at 09:55:26PM -0800, Junio C Hamano wrote:
quoted
If the user explicitly says "I want the new behaviour enabled for
this particular merge tool", we are better off letting the user use
it and take responsibility for the possible breakage.
Good suggestion. Agreed on all counts. I'll roll that preference
hierarchy into the v10 patch set.
From: Seth House <hidden> Date: 2021-01-07 09:28:05
On Wed, Jan 06, 2021 at 10:38:09PM -0800, Junio C Hamano wrote:
By the way, do you have any idea why we see test breakages only on
macos when this topic is merged to 'seen'?
Thanks for those links. I have an OSX machine nearby and will
investigate tomorrow.
Related: are the Windows tests affected by this patch? I wanted to check
for myself but I've been struggling with getting Git-for-Windows
installed in a VM.
From: Junio C Hamano <hidden> Date: 2021-01-07 21:27:06
Seth House [off-list ref] writes:
On Wed, Jan 06, 2021 at 10:38:09PM -0800, Junio C Hamano wrote:
quoted
By the way, do you have any idea why we see test breakages only on
macos when this topic is merged to 'seen'?
Thanks for those links. I have an OSX machine nearby and will
investigate tomorrow.
Related: are the Windows tests affected by this patch? I wanted to check
for myself but I've been struggling with getting Git-for-Windows
installed in a VM.
On the left hand side of the page I gave the links to, it shows that
'windows-build' job is failing (and windows-test jobs are not run as
a consequence). I am not sure why it failed, but I have a feeling
that the build machinery hasn't even seen the code being built when
it errored out.
cf. https://github.com/git/git/runs/1659807855?check_suite_focus=true#step:3:40
So we cannot tell (yet).
From: Johannes Schindelin <hidden> Date: 2021-01-08 15:06:21
Hi Junio,
On Thu, 7 Jan 2021, Junio C Hamano wrote:
Seth House [off-list ref] writes:
quoted
On Wed, Jan 06, 2021 at 10:38:09PM -0800, Junio C Hamano wrote:
quoted
By the way, do you have any idea why we see test breakages only on
macos when this topic is merged to 'seen'?
Thanks for those links. I have an OSX machine nearby and will
investigate tomorrow.
Related: are the Windows tests affected by this patch? I wanted to check
for myself but I've been struggling with getting Git-for-Windows
installed in a VM.
On the left hand side of the page I gave the links to, it shows that
'windows-build' job is failing (and windows-test jobs are not run as
a consequence). I am not sure why it failed, but I have a feeling
that the build machinery hasn't even seen the code being built when
it errored out.
cf. https://github.com/git/git/runs/1659807855?check_suite_focus=true#step:3:40
So we cannot tell (yet).