Re: [Avocado-devel] Implement fetch-assets command line

2019-09-28 Thread Lukáš Doktor
Dne 26. 09. 19 v 17:19 Cleber Rosa napsal(a): > On Thu, Sep 26, 2019 at 09:49:06AM +0200, Lukáš Doktor wrote: >> Hello guys, >> >> what a nice discussion. But before you start, what lead you to pick this >> card? It's one of the nice-to-have-ideas card and we have plenty of >>

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-28 Thread Lukáš Doktor
Dne 26. 09. 19 v 17:37 Cleber Rosa napsal(a): > On Thu, Sep 26, 2019 at 09:17:06AM -0300, Willian Rampazzo wrote: >> On Thu, Sep 26, 2019 at 5:09 AM Amador Pahim wrote: >>> >>> On Thu, Sep 26, 2019 at 9:49 AM Lukáš Doktor wrote: Hello guys, what a nice discussion. But before

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-27 Thread Amador Pahim
On Thu, Sep 26, 2019 at 5:34 PM Cleber Rosa wrote: > > On Thu, Sep 26, 2019 at 10:08:47AM +0200, Amador Pahim wrote: > > On Thu, Sep 26, 2019 at 9:49 AM Lukáš Doktor wrote: > > > > > > Hello guys, > > > > > > what a nice discussion. But before you start, what lead you to pick this > > > card?

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-26 Thread Cleber Rosa
On Thu, Sep 26, 2019 at 09:17:06AM -0300, Willian Rampazzo wrote: > On Thu, Sep 26, 2019 at 5:09 AM Amador Pahim wrote: > > > > On Thu, Sep 26, 2019 at 9:49 AM Lukáš Doktor wrote: > > > > > > Hello guys, > > > > > > what a nice discussion. But before you start, what lead you to pick this > > >

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-26 Thread Cleber Rosa
On Thu, Sep 26, 2019 at 10:08:47AM +0200, Amador Pahim wrote: > On Thu, Sep 26, 2019 at 9:49 AM Lukáš Doktor wrote: > > > > Hello guys, > > > > what a nice discussion. But before you start, what lead you to pick this > > card? It's one of the nice-to-have-ideas card and we have plenty of > >

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-26 Thread Cleber Rosa
On Thu, Sep 26, 2019 at 09:49:06AM +0200, Lukáš Doktor wrote: > Hello guys, > > what a nice discussion. But before you start, what lead you to pick this > card? It's one of the nice-to-have-ideas card and we have plenty of > well-defined-and-useful cards that also needs attention, so unless you

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-26 Thread Willian Rampazzo
By the way, here is the thread in qemu-devel https://lists.gnu.org/archive/html/qemu-devel/2019-09/msg03743.html . On Thu, Sep 26, 2019 at 9:17 AM Willian Rampazzo wrote: > > On Thu, Sep 26, 2019 at 5:09 AM Amador Pahim wrote: > > > > On Thu, Sep 26, 2019 at 9:49 AM Lukáš Doktor wrote: > > > >

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-26 Thread Willian Rampazzo
On Thu, Sep 26, 2019 at 5:09 AM Amador Pahim wrote: > > On Thu, Sep 26, 2019 at 9:49 AM Lukáš Doktor wrote: > > > > Hello guys, > > > > what a nice discussion. But before you start, what lead you to pick this > > card? It's one of the nice-to-have-ideas card and we have plenty of > >

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-26 Thread Amador Pahim
On Thu, Sep 26, 2019 at 9:49 AM Lukáš Doktor wrote: > > Hello guys, > > what a nice discussion. But before you start, what lead you to pick this > card? It's one of the nice-to-have-ideas card and we have plenty of > well-defined-and-useful cards that also needs attention, so unless you have a

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-25 Thread Cleber Rosa
On Wed, Sep 25, 2019 at 06:01:22PM -0300, Willian Rampazzo wrote: > After going thru the suggestions, and thinking about it, I came up > with the following starting point: > > 1 - Support a limited test source code parsing. This feature brings a > simple solution to those tests already using

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-25 Thread Willian Rampazzo
After going thru the suggestions, and thinking about it, I came up with the following starting point: 1 - Support a limited test source code parsing. This feature brings a simple solution to those tests already using strings into their fetch_asset parameters, as stated by Cleber. 2 - Add an

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-25 Thread Amador Pahim
On Wed, Sep 25, 2019 at 4:42 PM Cleber Rosa wrote: > > On Wed, Sep 25, 2019 at 03:16:55PM +0200, Amador Pahim wrote: > > On Tue, Sep 24, 2019 at 9:42 PM Willian Rampazzo > > wrote: > > > > > > Hello everyone, > > > > > > I started working on Trello card > > >

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-25 Thread Amador Pahim
On Tue, Sep 24, 2019 at 9:42 PM Willian Rampazzo wrote: > > Hello everyone, > > I started working on Trello card > https://trello.com/c/T3SC1sZs/1521-implement-fetch-assets-command-line > as part of a broader card, > https://trello.com/c/CKP7YS6G/1481-on-cache-check-for-asset-fetcher > and I

Re: [Avocado-devel] Implement fetch-assets command line

2019-09-24 Thread Cleber Rosa
On Tue, Sep 24, 2019 at 04:42:01PM -0300, Willian Rampazzo wrote: > Hello everyone, > > I started working on Trello card > https://trello.com/c/T3SC1sZs/1521-implement-fetch-assets-command-line > as part of a broader card, > https://trello.com/c/CKP7YS6G/1481-on-cache-check-for-asset-fetcher >

[Avocado-devel] Implement fetch-assets command line

2019-09-24 Thread Willian Rampazzo
Hello everyone, I started working on Trello card https://trello.com/c/T3SC1sZs/1521-implement-fetch-assets-command-line as part of a broader card, https://trello.com/c/CKP7YS6G/1481-on-cache-check-for-asset-fetcher and I would like to bring my findings to a discussion. One way to implement that