From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f176.google.com ([209.85.128.176]:39545 "EHLO mail-wr0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933360AbeBMGke (ORCPT ); Tue, 13 Feb 2018 01:40:34 -0500 Received: by mail-wr0-f176.google.com with SMTP id w77so3009469wrc.6 for ; Mon, 12 Feb 2018 22:40:34 -0800 (PST) Date: Tue, 13 Feb 2018 07:40:30 +0100 From: Petr Vorel Subject: Re: [PATCH 1/2] kconfig: Print reverse dependencies on new line consistently Message-ID: <20180213064029.GA1587@x230> Reply-To: Petr Vorel References: <20180213005610.10575-1-rosca.eugeniu@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Ulf Magnusson Cc: Eugeniu Rosca , Masahiro Yamada , Nicolas Pitre , Randy Dunlap , Paul Bolle , Eugeniu Rosca , Linux Kbuild mailing list , Eugeniu Rosca Hi Eugeniu, > On Tue, Feb 13, 2018 at 1:56 AM, Eugeniu Rosca wrote: > > From: Eugeniu Rosca > > Commit 1ccb27143360 ("kconfig: make "Selected by:" and "Implied by:" > > readable") made an incredible improvement in how reverse dependencies > > are perceived by the user, by breaking down the single (often > > interminable) expression string into small readable chunks, each of > > them displayed on a separate line: > > Selected by: > > - A & B > > - C & (D || E) > > Unfortunately, what happens with the non-OR (either E_SYMBOL or E_AND) > > expressions is that they don't get a dedicated line: > > Selected by: F & G I deliberately choose it :-). It didn't make much sense for me to add new line for just one line. I thought someone wouldn't like it for the inconsistency :-). Kind regards, Petr