Re: [PATCH] lib/string_map: simulate stable sorting

2023-11-26 Thread Tomi Ollila
On Sat, Nov 25 2023, David Bremner wrote: > qsort(3) does not promise stability, and recent versions of glibc have > been showing more unstable behaviour [2]. Michael Gruber observed [1] test > breakage due to changing output order for message properties. > > We provide a sorting order of

Re: macOS and go language bindings

2023-11-26 Thread David Bremner
Reto writes: [thanks for the explanation of how aerc uses notmuch] > > Go will execute a C compiler / linker as usual. > In your case, you basically need to setup 2 things: > > 1) notmuch.h in some include dir, normally /usr/include/notmuch.h or > some such, > which is needed by

Re: macOS and go language bindings

2023-11-26 Thread Reto
Hi both, I realize I am a bit late to the party, nevertheless here's some information. > I'm trying to build an email client (aerc) with support for notmuch > on macOS. aerc is written in go. I can't find an aerc package for brew > which includes notmuch headers/library files. Where can I get