Hi Petr, On Tue, Feb 13, 2018 at 07:40:30AM +0100, Petr Vorel wrote: > Hi Eugeniu, > > > On Tue, Feb 13, 2018 at 1:56 AM, Eugeniu Rosca <roscaeugeniu@xxxxxxxxx> wrote: > > > From: Eugeniu Rosca <erosca@xxxxxxxxxxxxxx> > > > > 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 :-). I have to say I do like how `Selected by: F && G` looks on a single row. However, when the expression is prefixed by its value (i.e. `Selected by: [m] F && G`), imho it doesn't look as crisp and clear as we would like it to (feel free to disagree here). Fwiw, this patch doesn't see itself as a fix, but rather prepares the ground for the next commit implementing prefixing reverse dependencies by their expression value. > > Kind regards, > Petr Thanks! Eugeniu. -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html