From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68851C43461 for ; Mon, 14 Sep 2020 07:26:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2FDAD206F4 for ; Mon, 14 Sep 2020 07:26:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726017AbgINH0q (ORCPT ); Mon, 14 Sep 2020 03:26:46 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:54048 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725944AbgINH0o (ORCPT ); Mon, 14 Sep 2020 03:26:44 -0400 X-IronPort-AV: E=Sophos;i="5.76,359,1592863200"; d="scan'208";a="358870821" Received: from abo-173-121-68.mrs.modulonet.fr (HELO hadrien) ([85.68.121.173]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 09:26:42 +0200 Date: Mon, 14 Sep 2020 09:26:41 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Markus Elfring cc: Sumera Priyadarsini , Coccinelle , Masahiro Yamada , Michal Marek , Gilles Muller , Nicolas Palix , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [Cocci] [RFC PATCH] scripts: coccicheck: Improve error feedback when coccicheck fails In-Reply-To: Message-ID: References: <44ab7442-1473-f267-4487-af98631a9338@web.de> <287a8c82-6359-9a7e-c2ca-d26aa5be9650@web.de> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-1699748661-1600068402=:2357" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1699748661-1600068402=:2357 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT On Mon, 14 Sep 2020, Markus Elfring wrote: > >>>> How do you think about to use the following check variant? > >>>> > >>>> + if [ "${DEBUG_FILE}" != '/dev/null' -a "${DEBUG_FILE}" != '' ]; then > … > > I have no idea. Why can't they be nclosed by double quotes as well? > > Both script variants can work. > Such coding style variations can trigger different run time characteristics > (besides expressing specific intentions), can't they? Again, I have no idea. But the runtime cost of these tests must be microscopic as compared to the overall cost of make coccicheck. julia --8323329-1699748661-1600068402=:2357--