Hi Matheus,
On Mon, Feb 25, 2019 at 3:31 AM Matheus Tavares Bernardino
wrote:
>
> I am a little confused about what I should do next. How should I
> proceed with this series?
When there are different opinions about what you should do, I would
suggest doing only things everyone is ok with, and th
On Mon, Feb 25, 2019 at 11:25 AM Ævar Arnfjörð Bjarmason
wrote:
>
>
> On Mon, Feb 25 2019, Matheus Tavares Bernardino wrote:
>
> > Hi, Christian and Ævar
> >
> > First of all, thanks for the fast and attentive reviews.
> >
> > I am a little confused about what I should do next. How should I
> > pr
On Mon, Feb 25 2019, Matheus Tavares Bernardino wrote:
> Hi, Christian and Ævar
>
> First of all, thanks for the fast and attentive reviews.
>
> I am a little confused about what I should do next. How should I
> proceed with this series?
>
> By what was said, I understood that the series:
> 1) I
On Sun, Feb 24, 2019 at 9:45 PM Ævar Arnfjörð Bjarmason
wrote:
> ..
> Can't the utility function we're moving to just be made to be
> bug-compatible with what we're doing now with symlinks?
I haven't really followed closely this thread. But I think the first
step should be bug-compatible (it real
Hi, Christian and Ævar
First of all, thanks for the fast and attentive reviews.
I am a little confused about what I should do next. How should I
proceed with this series?
By what was said, I understood that the series:
1) Is indeed an improvement under --local, because it won't deference
symlink
On Sat, Feb 23, 2019 at 6:48 PM Thomas Gummerer wrote:
>
> On 02/23, Matheus Tavares wrote:
> > ---
> > Changes in v2:
> > - Improved patch message
> > - Removed a now unused variable
>
> s/variable/parameter/ I believe?
Yes, you are right!
> > + while ((iter_status = dir_iterator_advance(
On Sun, Feb 24 2019, Christian Couder wrote:
> On Sat, Feb 23, 2019 at 11:48 PM Ævar Arnfjörð Bjarmason
> wrote:
>>
>>
>> On Sat, Feb 23 2019, Matheus Tavares wrote:
>>
>> > Replace usage of opendir/readdir/closedir API to traverse directories
>> > recursively, at copy_or_link_directory functio
On Sat, Feb 23, 2019 at 11:48 PM Ævar Arnfjörð Bjarmason
wrote:
>
>
> On Sat, Feb 23 2019, Matheus Tavares wrote:
>
> > Replace usage of opendir/readdir/closedir API to traverse directories
> > recursively, at copy_or_link_directory function, by the dir-iterator
> > API. This simplifies the code a
On Sat, Feb 23 2019, Matheus Tavares wrote:
> Replace usage of opendir/readdir/closedir API to traverse directories
> recursively, at copy_or_link_directory function, by the dir-iterator
> API. This simplifies the code and avoid recursive calls to
> copy_or_link_directory.
Sounds good in princi
On 02/23, Matheus Tavares wrote:
> Replace usage of opendir/readdir/closedir API to traverse directories
> recursively, at copy_or_link_directory function, by the dir-iterator
> API. This simplifies the code and avoid recursive calls to
> copy_or_link_directory.
>
> This process also brings some s
Replace usage of opendir/readdir/closedir API to traverse directories
recursively, at copy_or_link_directory function, by the dir-iterator
API. This simplifies the code and avoid recursive calls to
copy_or_link_directory.
This process also brings some safe behaviour changes to
copy_or_link_directo
11 matches
Mail list logo