Re: [GSoC][PATCH v5 3/7] dir-iterator: add flags parameter to dir_iterator_begin

2019-04-25 Thread Matheus Tavares Bernardino
On Wed, Apr 24, 2019 at 3:36 PM Thomas Gummerer wrote: > > On 04/23, Matheus Tavares Bernardino wrote: > > On Thu, Apr 11, 2019 at 6:09 PM Thomas Gummerer > > wrote: > > > > > > On 04/10, Matheus Tavares Bernardino wrote: > > > > > > diff --git a/dir-iterator.h b/dir-iterator.h > > > > > > index

Re: [GSoC][PATCH v5 3/7] dir-iterator: add flags parameter to dir_iterator_begin

2019-04-24 Thread Thomas Gummerer
On 04/23, Matheus Tavares Bernardino wrote: > On Thu, Apr 11, 2019 at 6:09 PM Thomas Gummerer wrote: > > > > On 04/10, Matheus Tavares Bernardino wrote: > > > > > diff --git a/dir-iterator.h b/dir-iterator.h > > > > > index 970793d07a..93646c3bea 100644 > > > > > --- a/dir-iterator.h > > > > > +++

Re: [GSoC][PATCH v5 3/7] dir-iterator: add flags parameter to dir_iterator_begin

2019-04-23 Thread Matheus Tavares Bernardino
On Thu, Apr 11, 2019 at 6:09 PM Thomas Gummerer wrote: > > On 04/10, Matheus Tavares Bernardino wrote: > > > > diff --git a/dir-iterator.h b/dir-iterator.h > > > > index 970793d07a..93646c3bea 100644 > > > > --- a/dir-iterator.h > > > > +++ b/dir-iterator.h > > > > @@ -19,7 +19,7 @@ > > > > * A

Re: [GSoC][PATCH v5 3/7] dir-iterator: add flags parameter to dir_iterator_begin

2019-04-11 Thread Thomas Gummerer
On 04/10, Matheus Tavares Bernardino wrote: > > > diff --git a/dir-iterator.h b/dir-iterator.h > > > index 970793d07a..93646c3bea 100644 > > > --- a/dir-iterator.h > > > +++ b/dir-iterator.h > > > @@ -19,7 +19,7 @@ > > > * A typical iteration looks like this: > > > * > > > * int ok; > > >

Re: [GSoC][PATCH v5 3/7] dir-iterator: add flags parameter to dir_iterator_begin

2019-04-10 Thread Matheus Tavares Bernardino
Hi, Thomas Sorry for the late reply, but now that I submitted my GSoC proposal I can finally come back to this series. On Sun, Mar 31, 2019 at 3:12 PM Thomas Gummerer wrote: > > On 03/30, Matheus Tavares wrote: > > Add the possibility of giving flags to dir_iterator_begin to initialize > > a dir

Re: [GSoC][PATCH v5 3/7] dir-iterator: add flags parameter to dir_iterator_begin

2019-03-31 Thread Thomas Gummerer
On 03/30, Matheus Tavares wrote: > Add the possibility of giving flags to dir_iterator_begin to initialize > a dir-iterator with special options. > > Currently possible flags are DIR_ITERATOR_PEDANTIC, which makes > dir_iterator_advance abort immediately in the case of an error while > trying to f

[GSoC][PATCH v5 3/7] dir-iterator: add flags parameter to dir_iterator_begin

2019-03-30 Thread Matheus Tavares
Add the possibility of giving flags to dir_iterator_begin to initialize a dir-iterator with special options. Currently possible flags are DIR_ITERATOR_PEDANTIC, which makes dir_iterator_advance abort immediately in the case of an error while trying to fetch next entry; and DIR_ITERATOR_FOLLOW_SYML