Re: [PATCH 0/7] Various fixes for the Go bindings

Subject: Re: [PATCH 0/7] Various fixes for the Go bindings

Date: Wed, 18 Jul 2012 16:51:40 -0400

To: Adrien Bustany

Cc: notmuch@notmuchmail.org

From: Austin Clements


This series looks good to me other than the few things I commented on.
It's nice to see the Go bindings get a bit of love!

Quoth Adrien Bustany on Jul 18 at  9:34 pm:
> The following patches fix some serious memory management issues with
> the Go bindings, and add some missing functions as well.
> 
> Adrien Bustany (7):
>   go: Use iota in enum bindings
>   go: Add missing MESSAGE_FLAG_EXCLUDED in Flag enum
>   go: Allow notmuch objects to be garbage collected
>   go: Make Destroy functions safe to call several times
>   go: Partially bind notmuch_database_upgrade
>   go: Bind notmuch_database_find_message_by_filename
>   go: Bind notmuch_thread_t functions
> 
>  bindings/go/src/notmuch/notmuch.go |  471 ++++++++++++++++++++++++++++++++++--
>  1 files changed, 447 insertions(+), 24 deletions(-)
> 

Thread: