On Fri, Jun 09, 2023 at 02:26:53PM +0200, Laszlo Ersek wrote:
> On 6/9/23 03:18, Eric Blake wrote:
> > When reading a diff of files used to generate other code, it helps to
> > see API changes up front, and to see state machine changes in the
> > order in which states are generally encountered, while leaving
> > language binding changes for last.
> > 
> > Signed-off-by: Eric Blake <ebl...@redhat.com>
> > ---
> > 
> > Based on an idea here:
> > https://listman.redhat.com/archives/libguestfs/2023-June/031716.html
> > 
> >  scripts/git.orderfile | 12 ++++++++++++
> >  1 file changed, 12 insertions(+)
> > 
> > diff --git a/scripts/git.orderfile b/scripts/git.orderfile
> > index 89085725..5287c671 100644
> > --- a/scripts/git.orderfile
> > +++ b/scripts/git.orderfile
> > @@ -39,4 +39,16 @@ common/*/*.h
> > 
> >  # Generator files.
> >  generator/*.mli
> > +generator/API.ml
> > +generator/state_machine.ml
> > +generator/states.c
> > +generator/states-connect.c
> > +generator/states-connect-*.c
> > +generator/states-magic.c
> > +generator/states-oldstyle.c
> > +generator/states-newstyle.c
> > +generator/states-newstyle-*.c
> > +generator/states-issue*.c
> > +generator/states-reply.c
> > +generator/states-reply-*.c
> >  generator/*
> > 
> >  # Source files.
> 
> Reviewed-by: Laszlo Ersek <ler...@redhat.com>

Now in as b26ae3c28

> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org
_______________________________________________
Libguestfs mailing list
Libguestfs@redhat.com
https://listman.redhat.com/mailman/listinfo/libguestfs

Reply via email to