From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5C747A04DB; Fri, 16 Oct 2020 14:44:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 11B631D150; Fri, 16 Oct 2020 14:44:01 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1D7FA1C21F for ; Fri, 16 Oct 2020 14:43:59 +0200 (CEST) IronPort-SDR: 4AFb64RhPx7VfUwRi2+3DsPTvqukrFr96ZWq6ujFHCWq7+QKR3nHsrjSWDVKFeDwrW77PyWhp7 F7RDBBnS6JuA== X-IronPort-AV: E=McAfee;i="6000,8403,9775"; a="166700881" X-IronPort-AV: E=Sophos;i="5.77,382,1596524400"; d="scan'208";a="166700881" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2020 05:43:58 -0700 IronPort-SDR: sU1bdYJhrfS+qJ91wZMWEVQs7yA6a5ujVHZFupybzMnnteA9mwstOAFJJXQKmviSJmgeGWu9HB UnLGHvLHv0YQ== X-IronPort-AV: E=Sophos;i="5.77,382,1596524400"; d="scan'208";a="464668865" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.54.208]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 16 Oct 2020 05:43:56 -0700 Date: Fri, 16 Oct 2020 13:43:52 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com Message-ID: <20201016124352.GG1008@bricha3-MOBL.ger.corp.intel.com> References: <20201016033955.2566518-1-thomas@monjalon.net> <20201016123906.3027007-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201016123906.3027007-1-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH v2] doc: make sphinx errors more visible X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Oct 16, 2020 at 02:39:06PM +0200, Thomas Monjalon wrote: > When running Sphinx through ninja, the wrapper configured in meson > redirects stdout to a log file. > It makes more important to print issues on stderr. > > Some warnings generated by the conf.py were hidden because > printed on stdout. The first improvement is to print them on stderr. > > The second measure is to stop processing if meson was configured > with --werror. > > Signed-off-by: Thomas Monjalon > --- LGTM anyway Acked-by: Bruce Richardson