Re: [gentoo-portage-dev] [PATCH 1/2] portdbapi: add async_aux_get method (bug 648790)

2018-02-26 Thread Zac Medico
On 02/26/2018 11:58 AM, Michał Górny wrote: > W dniu pon, 26.02.2018 o godzinie 11∶40 -0800, użytkownik Zac Medico > napisał: >> On 02/26/2018 11:23 AM, Michał Górny wrote: >>> W dniu pon, 26.02.2018 o godzinie 10∶09 -0800, użytkownik Zac Medico >>> napisał: On 02/26/2018 04:29 AM, Michał

Re: [gentoo-portage-dev] [PATCH 1/2] portdbapi: add async_aux_get method (bug 648790)

2018-02-26 Thread Michał Górny
W dniu pon, 26.02.2018 o godzinie 11∶40 -0800, użytkownik Zac Medico napisał: > On 02/26/2018 11:23 AM, Michał Górny wrote: > > W dniu pon, 26.02.2018 o godzinie 10∶09 -0800, użytkownik Zac Medico > > napisał: > > > On 02/26/2018 04:29 AM, Michał Górny wrote: > > > > W dniu nie, 25.02.2018 o

Re: [gentoo-portage-dev] [PATCH 1/2] portdbapi: add async_aux_get method (bug 648790)

2018-02-26 Thread Zac Medico
On 02/26/2018 11:23 AM, Michał Górny wrote: > W dniu pon, 26.02.2018 o godzinie 10∶09 -0800, użytkownik Zac Medico > napisał: >> On 02/26/2018 04:29 AM, Michał Górny wrote: >>> W dniu nie, 25.02.2018 o godzinie 17∶50 -0800, użytkownik Zac Medico >>> napisał: Add async_aux_get method that

Re: [gentoo-portage-dev] [PATCH 1/2] portdbapi: add async_aux_get method (bug 648790)

2018-02-26 Thread Michał Górny
W dniu pon, 26.02.2018 o godzinie 10∶09 -0800, użytkownik Zac Medico napisał: > On 02/26/2018 04:29 AM, Michał Górny wrote: > > W dniu nie, 25.02.2018 o godzinie 17∶50 -0800, użytkownik Zac Medico > > napisał: > > > Add async_aux_get method that returns a Future and otherwise > > > behaves

Re: [gentoo-portage-dev] [PATCH 1/2] portdbapi: add async_aux_get method (bug 648790)

2018-02-26 Thread Zac Medico
On 02/26/2018 10:16 AM, Alec Warner wrote: > > > On Mon, Feb 26, 2018 at 1:09 PM, Zac Medico > wrote: > > On 02/26/2018 04:29 AM, Michał Górny wrote: > > W dniu nie, 25.02.2018 o godzinie 17∶50 -0800, użytkownik Zac Medico > >

Re: [gentoo-portage-dev] [PATCH 1/2] portdbapi: add async_aux_get method (bug 648790)

2018-02-26 Thread Alec Warner
On Mon, Feb 26, 2018 at 1:09 PM, Zac Medico wrote: > On 02/26/2018 04:29 AM, Michał Górny wrote: > > W dniu nie, 25.02.2018 o godzinie 17∶50 -0800, użytkownik Zac Medico > > napisał: > >> Add async_aux_get method that returns a Future and otherwise > >> behaves identically to

Re: [gentoo-portage-dev] [PATCH 1/2] portdbapi: add async_aux_get method (bug 648790)

2018-02-26 Thread Zac Medico
On 02/26/2018 04:29 AM, Michał Górny wrote: > W dniu nie, 25.02.2018 o godzinie 17∶50 -0800, użytkownik Zac Medico > napisał: >> Add async_aux_get method that returns a Future and otherwise >> behaves identically to aux_get. Use async_aux_get to implement >> the synchronous aux_get method. >> >>

Re: [gentoo-portage-dev] [PATCH 1/2] portdbapi: add async_aux_get method (bug 648790)

2018-02-26 Thread Michał Górny
W dniu nie, 25.02.2018 o godzinie 17∶50 -0800, użytkownik Zac Medico napisał: > Add async_aux_get method that returns a Future and otherwise > behaves identically to aux_get. Use async_aux_get to implement > the synchronous aux_get method. > > Bug: https://bugs.gentoo.org/648790 > --- >

[gentoo-portage-dev] [PATCH 1/2] portdbapi: add async_aux_get method (bug 648790)

2018-02-25 Thread Zac Medico
Add async_aux_get method that returns a Future and otherwise behaves identically to aux_get. Use async_aux_get to implement the synchronous aux_get method. Bug: https://bugs.gentoo.org/648790 --- pym/portage/dbapi/porttree.py | 91 +-- 1 file changed, 70