Johannes Schindelin writes:
> ... (i.e. by only lightly testing obscure code paths that will be
> executed rarely, risking bugs in favor of adding tests when fixing said
> bugs when – and if – they arise).
I'd like to learn a bit more about this part, not because I want to
say you are wrong, but
Hi Junio,
On Tue, 2 Dec 2014, Junio C Hamano wrote:
> Johannes Schindelin writes:
>
> >> Not really. You need to remember that we write tests not to show
> >> off the new shiny, but to protect essential invariants from being
> >> broken by careless others attempting to rewrite the implementati
Johannes Schindelin writes:
>> Not really. You need to remember that we write tests not to show
>> off the new shiny, but to protect essential invariants from being
>> broken by careless others attempting to rewrite the implementation
>> in the future.
>
> Fair enough. You are the boss.
>
> I am
Hi Junio,
On Tue, 2 Dec 2014, Junio C Hamano wrote:
> Johannes Schindelin writes:
>
> > In this particular case, I think that we really, really *just* need to
> > verify that the presence of the hook switches off the default behavior of
> > updateInstead. *Nothing* else is needed to verify that
Johannes Schindelin writes:
> In this particular case, I think that we really, really *just* need to
> verify that the presence of the hook switches off the default behavior of
> updateInstead. *Nothing* else is needed to verify that this particular
> functionality hasn't regressed. I.e. somethin
Hi Michael,
On Tue, 2 Dec 2014, Michael J Gruber wrote:
> Johannes Schindelin schrieb am 02.12.2014 um 09:47:
>
> > The only sad part is that the already huge test suite is enlarged by
> > yet another extensive set of test cases (and those tests might not
> > really need to be that extensive bec
Johannes Schindelin schrieb am 02.12.2014 um 09:47:
> Hi Junio,
>
> On Mon, 1 Dec 2014, Junio C Hamano wrote:
>
>> When receive.denyCurrentBranch is set to updateInstead, this hook
>> can be used to override the built-in "push-to-deploy" logic, which
>> insists that the working tree and the index
Hi Junio,
On Mon, 1 Dec 2014, Junio C Hamano wrote:
> When receive.denyCurrentBranch is set to updateInstead, this hook
> can be used to override the built-in "push-to-deploy" logic, which
> insists that the working tree and the index must be unchanged
> relative to HEAD. The hook receives the c
When receive.denyCurrentBranch is set to updateInstead, this hook
can be used to override the built-in "push-to-deploy" logic, which
insists that the working tree and the index must be unchanged
relative to HEAD. The hook receives the commit with which the
tip of the current is going to be updated
9 matches
Mail list logo