Re: [PATCH] kconfig: clean-up reverse dependency help implementation

2018-02-24 Thread thetruthbeforeus
Masahiro Yamada: you like anime, don't you. You like what anime promotes, don't you. Being a japanese. On 2018-02-24 15:17, Masahiro Yamada wrote: 2018-02-21 20:14 GMT+09:00 Petr Vorel : Hi Masahiro, This commit splits out the special E_OR handling ('-' instead of '||') into a dedicated help

Re: [PATCH] kconfig: clean-up reverse dependency help implementation

2018-02-24 Thread Masahiro Yamada
2018-02-21 20:14 GMT+09:00 Petr Vorel : > Hi Masahiro, > >> This commit splits out the special E_OR handling ('-' instead of '||') >> into a dedicated helper expr_print_revdev(). > >> Restore the original expr_print() prior to commit 1ccb27143360 >> ("kconfig: make "Selected by:" and "Implied by:"

Re: [PATCH] kconfig: clean-up reverse dependency help implementation

2018-02-21 Thread Petr Vorel
Hi Masahiro, > This commit splits out the special E_OR handling ('-' instead of '||') > into a dedicated helper expr_print_revdev(). > Restore the original expr_print() prior to commit 1ccb27143360 > ("kconfig: make "Selected by:" and "Implied by:" readable"). > This makes sense because: > -

[PATCH] kconfig: clean-up reverse dependency help implementation

2018-02-20 Thread Masahiro Yamada
This commit splits out the special E_OR handling ('-' instead of '||') into a dedicated helper expr_print_revdev(). Restore the original expr_print() prior to commit 1ccb27143360 ("kconfig: make "Selected by:" and "Implied by:" readable"). This makes sense because: - We need to chop those expr