Re: [libvirt] [libvirt-php PATCH v2 00/11] Refactor into smaller components

2017-08-28 Thread Michal Privoznik
On 08/03/2017 08:34 PM, Dawid Zamirski wrote: > As per [1], this patch series splits up the large libvirt-php.c into > components that (attempts) to resemble the structure of the libvirt > project. Each patch successive patch was compile-tested while the whole > series was verified with "make

Re: [libvirt] [libvirt-php PATCH v2 00/11] Refactor into smaller components

2017-08-22 Thread John Ferlan
On 08/22/2017 10:16 AM, Neal Gompa wrote: > On Mon, Aug 21, 2017 at 11:56 PM, Dawid Zamirski wrote: >> On Thu, 2017-08-03 at 14:34 -0400, Dawid Zamirski wrote: >>> As per [1], this patch series splits up the large libvirt-php.c into >>> components that (attempts) to resemble

Re: [libvirt] [libvirt-php PATCH v2 00/11] Refactor into smaller components

2017-08-22 Thread Neal Gompa
On Mon, Aug 21, 2017 at 11:56 PM, Dawid Zamirski wrote: > On Thu, 2017-08-03 at 14:34 -0400, Dawid Zamirski wrote: >> As per [1], this patch series splits up the large libvirt-php.c into >> components that (attempts) to resemble the structure of the libvirt >> project. Each

Re: [libvirt] [libvirt-php PATCH v2 00/11] Refactor into smaller components

2017-08-21 Thread Dawid Zamirski
On Thu, 2017-08-03 at 14:34 -0400, Dawid Zamirski wrote: > As per [1], this patch series splits up the large libvirt-php.c into > components that (attempts) to resemble the structure of the libvirt > project. Each patch successive patch was compile-tested while the > whole > series was verified

[libvirt] [libvirt-php PATCH v2 00/11] Refactor into smaller components

2017-08-03 Thread Dawid Zamirski
As per [1], this patch series splits up the large libvirt-php.c into components that (attempts) to resemble the structure of the libvirt project. Each patch successive patch was compile-tested while the whole series was verified with "make check" and a simple custom written PHP script. Changes