From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dennis Kaarsemaker Subject: Re: [PATCH v2] pull: handle --log= Date: Wed, 20 May 2015 10:11:46 +0200 Message-ID: <1432109506.18433.0.camel@kaarsemaker.net> References: <1431956396-21788-1-git-send-email-pyokagan@gmail.com> <5661061272076a1883cfde1087be4a42@www.dscho.org> <6b905c01c9b57abc05fb49117c28c10e@www.dscho.org> <1432070690.14498.4.camel@kaarsemaker.net> <1432072167.14498.12.camel@kaarsemaker.net> <1432074626.14498.16.camel@kaarsemaker.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Johannes Schindelin , Paul Tan , Git Mailing List , Stefan Beller , Matthieu Moy , Ramkumar Ramachandra To: Junio C Hamano X-From: git-owner@vger.kernel.org Wed May 20 10:12:01 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yuz6c-0006jK-0m for gcvg-git-2@plane.gmane.org; Wed, 20 May 2015 10:11:58 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751596AbbETILx (ORCPT ); Wed, 20 May 2015 04:11:53 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:33684 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751502AbbETILt (ORCPT ); Wed, 20 May 2015 04:11:49 -0400 Received: by wgjc11 with SMTP id c11so44092133wgj.0 for ; Wed, 20 May 2015 01:11:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; bh=Q5/eRT3FZCVf+6n0tppnoAUnBp2d2ATqyT483s8VRkE=; b=QJbHApg/le6AtUuMfJynyGizlBSe8JlDVjXqwDZmiNjhHYhu07NCuj9d9rEqZZTyHK TRC2TqHsJBRN9VDeE4qogQSRjbKWSQPUW43vA6c3nTy/kuZ64LiKqevoePMdjlrsPOG6 kl0XAaJO+BPvYmUI2TTm/GRggFRMgzWFn/tkVIGcbBYwsGsyPixbG3y/nbLCJAyZTjlF G/hReC7BJUlyYGTF7OOmLHNHTMcWBaXsNi86m0chRMfbR4OJwiyT9rXoJ/0ThyXmqiYT +VMLAqi6G2agu7YfxxyRdvtx/SdpP4MWHBYNjXmPvq5ovCQRAs/vFartsjzAQcvV534X +szw== X-Gm-Message-State: ALoCoQlW2aBZfcaoQK5Gt2AAt/FyG/BDGsg2aD3Of8RssyNqt+XD2fjLaB/vub7csM15KuMhWsuK X-Received: by 10.180.85.42 with SMTP id e10mr38711649wiz.17.1432109508661; Wed, 20 May 2015 01:11:48 -0700 (PDT) Received: from spirit.local (proxy-gw-l.booking.com. [5.57.20.8]) by mx.google.com with ESMTPSA id ng5sm2092652wic.24.2015.05.20.01.11.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 May 2015 01:11:47 -0700 (PDT) In-Reply-To: X-Mailer: Evolution 3.12.11-0ubuntu3 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On di, 2015-05-19 at 19:19 -0700, Junio C Hamano wrote: > Hopefully now you have some idea how your approach is problematic. Yes, thanks for the thorough explanation! Two more bad sideeffects, so two more reasons not to take this approach: - test_must_fail tests might now fail for the wrong reason, undetectedly ("ref does not exist" instead of "can't handle ref") - same for TODO tests -- Dennis Kaarsemaker www.kaarsemaker.net