Re: [GSoC][PATCH v8 00/10] clone: dir-iterator refactoring with tests

2019-07-11 Thread Matheus Tavares Bernardino
On Thu, Jul 11, 2019 at 8:56 AM Johannes Schindelin wrote: > > Hi Matheus, > > On Wed, 10 Jul 2019, Matheus Tavares wrote: > > > - a replacement of explicit recursive dir iteration at > > copy_or_link_directory for the dir-iterator API; > > As far as I can see, it was not replaced, but just drop

Re: [GSoC][PATCH v8 00/10] clone: dir-iterator refactoring with tests

2019-07-11 Thread Johannes Schindelin
Hi Matheus, On Wed, 10 Jul 2019, Matheus Tavares wrote: > - a replacement of explicit recursive dir iteration at > copy_or_link_directory for the dir-iterator API; As far as I can see, it was not replaced, but just dropped. Which is good, as it will most likely address the CI failures. Thanks

[GSoC][PATCH v8 00/10] clone: dir-iterator refactoring with tests

2019-07-10 Thread Matheus Tavares
This patchset contains: - tests to the dir-iterator API; - dir-iterator refactoring to make its state machine simpler and feature adding with tests; - a replacement of explicit recursive dir iteration at copy_or_link_directory for the dir-iterator API; - some refactoring and behavior changes at