Re: [gentoo-portage-dev] [PATCH v2] emerge --search: auto-detect regular expressions (bug 737480)

2020-09-01 Thread Zac Medico
On 9/1/20 11:08 PM, Michał Górny wrote: > On Tue, 2020-09-01 at 19:59 -0700, Zac Medico wrote: >> Automatically detect regular expressions when the search string >> contains any of these regular expression characters or character >> sequences: >> >> ^ $ * [ ] { } | ? .+ > > Isn't this going to b

Re: [gentoo-portage-dev] [PATCH v2] emerge --search: auto-detect regular expressions (bug 737480)

2020-09-01 Thread Zac Medico
On 9/1/20 11:08 PM, Michał Górny wrote: > On Tue, 2020-09-01 at 19:59 -0700, Zac Medico wrote: >> Automatically detect regular expressions when the search string >> contains any of these regular expression characters or character >> sequences: >> >> ^ $ * [ ] { } | ? .+ > > Isn't this going to b

Re: [gentoo-portage-dev] [PATCH v2] emerge --search: auto-detect regular expressions (bug 737480)

2020-09-01 Thread Michał Górny
On Tue, 2020-09-01 at 19:59 -0700, Zac Medico wrote: > Automatically detect regular expressions when the search string > contains any of these regular expression characters or character > sequences: > > ^ $ * [ ] { } | ? .+ Isn't this going to break search for gtk+? > > This simplifies usage,