From debbugs-submit-bounces@debbugs.gnu.org Wed May 11 01:30:37 2022 Received: (at 55298-done) by debbugs.gnu.org; 11 May 2022 05:30:37 +0000 Received: from localhost ([127.0.0.1]:35630 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noevl-0002zN-89 for submit@debbugs.gnu.org; Wed, 11 May 2022 01:30:37 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:44108) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noevi-0002zB-90 for 55298-done@debbugs.gnu.org; Wed, 11 May 2022 01:30:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ek26YlpCF46ntiWDl04+yVJM0OfZ/NsY6bTOTuC7nHg=; b=XY5RDSMBUKQ82vHKZyFJPoIfvN WE+2/baLaopk4Aqd5nQnCqODoltZnIXLzqxGlhIuVJAqlZCNmcMwu3F4QgaUNFufmk2MnNZQVa6Nn pF/w/rD02hOwxc9d/vEsSstriM99vvzm9mvw2IDzBZtxMpYcIu3IawVbJ3eUG/8sBMKXj/gSd6BSI iKSIEd5X4Bxbp6l0IjNkC9pzw4hEEPY/2RF+xVyR422A4dQRjUBZR9jiAW2rOy5bGuw8/EhUprZbg r5W2AocHYQim48BCcRhpL3pCgOptuyDnLfIR3m1uLsjNTyujHYxMHU4sqV4br6p1u+rhaQlMBswzU TPBut8zQ==; Received: from [192.168.2.1] (port=8140 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1noevf-000EAZ-B4; Wed, 11 May 2022 11:00:31 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#55298: [PATCH 0/1] Do not propagate cwltool inputs. In-Reply-To: <87a6bpovg2.fsf@gnu.org> References: <20220507093443.4214-1-arunisaac@systemreboot.net> <87a6bpovg2.fsf@gnu.org> Date: Wed, 11 May 2022 11:00:29 +0530 Message-ID: <87zgjo3abu.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 55298-done Cc: 55298-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > You forgot to send the actual patch, Oops, sorry! > but I think removing propagated inputs in this case is a good idea. > Got for it! Done, thank you!