Re: [PATCH 1/3] ruby: add new Database.open_with_config

2021-06-28 Thread David Bremner
Felipe Contreras writes: > On Sun, Jun 27, 2021 at 1:02 PM David Bremner wrote: >> >> Felipe Contreras writes: >> >> > +ret = notmuch_database_open_with_config (database_path, mode, >> > + config_path, profile, , >> > +

Re: [PATCH 1/3] ruby: add new Database.open_with_config

2021-06-27 Thread Felipe Contreras
On Sun, Jun 27, 2021 at 1:02 PM David Bremner wrote: > > Felipe Contreras writes: > > > +ret = notmuch_database_open_with_config (database_path, mode, > > + config_path, profile, , > > + NULL); > > I'm curious

Re: [PATCH 1/3] ruby: add new Database.open_with_config

2021-06-27 Thread David Bremner
Felipe Contreras writes: > +ret = notmuch_database_open_with_config (database_path, mode, > + config_path, profile, , > + NULL); I'm curious why you ignore the error_message ouput parameter. Of course it's

[PATCH 1/3] ruby: add new Database.open_with_config

2021-06-03 Thread Felipe Contreras
In order to make use of notmuch_database_open_with_config. Signed-off-by: Felipe Contreras --- bindings/ruby/database.c | 62 bindings/ruby/defs.h | 6 bindings/ruby/init.c | 1 + test/T395-ruby.sh| 6 4 files changed, 75