Re: [gentoo-portage-dev] [PATCH] emerge --search: use slash to auto-detect category (bug 647940)

2018-02-19 Thread M. J. Everitt
On 18/02/18 21:27, Zac Medico wrote: > Since search strings containing a slash do no work unless category > match mode is enabled, use slash to auto-detect category match mode, > so that users do not have to prefix the search string with the special > @ symbol. > > Bug:

Re: [gentoo-portage-dev] [PATCH] emerge --search: use slash to auto-detect category (bug 647940)

2018-02-18 Thread Brian Dolbec
On Sun, 18 Feb 2018 13:27:31 -0800 Zac Medico wrote: > Since search strings containing a slash do no work unless category > match mode is enabled, use slash to auto-detect category match mode, > so that users do not have to prefix the search string with the special > @

[gentoo-portage-dev] [PATCH] emerge --search: use slash to auto-detect category (bug 647940)

2018-02-18 Thread Zac Medico
Since search strings containing a slash do no work unless category match mode is enabled, use slash to auto-detect category match mode, so that users do not have to prefix the search string with the special @ symbol. Bug: https://bugs.gentoo.org/647940 --- pym/_emerge/search.py | 4 1 file