[PATCH] test: simplify T360-symbol-hiding, use nm instead of objdump

2014-09-10 Thread Tomi Ollila
On Wed, Sep 10 2014, David Bremner wrote: > After yet another variation in objdump output caused this test to fail > (on a Debian port, no less), I decided whatever putative benefit we > get from looking at the object files instead of the library isn't > worth the maintenence headache. > > This v

[PATCH] notmuch_thread_get_authors: document match grouping with |

2014-09-10 Thread Gaute Hope
as stated in thread.cc:115 /* Construct an authors string from matched_authors_array and * authors_array. The string contains matched authors first, then * non-matched authors (with the two groups separated by '|'). Within * each group, authors are listed in date order. */ this is, however, no

[PATCH] test: simplify T360-symbol-hiding, use nm instead of objdump

2014-09-10 Thread David Bremner
After yet another variation in objdump output caused this test to fail (on a Debian port, no less), I decided whatever putative benefit we get from looking at the object files instead of the library isn't worth the maintenence headache. This version uses nm -P. nm -P should be portable, and fixed

Re: [PATCH] test: simplify T360-symbol-hiding, use nm instead of objdump

2014-09-10 Thread Tomi Ollila
On Wed, Sep 10 2014, David Bremner wrote: > After yet another variation in objdump output caused this test to fail > (on a Debian port, no less), I decided whatever putative benefit we > get from looking at the object files instead of the library isn't > worth the maintenence headache. > > This v

[PATCH] notmuch_thread_get_authors: document match grouping with |

2014-09-10 Thread Gaute Hope
as stated in thread.cc:115 /* Construct an authors string from matched_authors_array and * authors_array. The string contains matched authors first, then * non-matched authors (with the two groups separated by '|'). Within * each group, authors are listed in date order. */ this is, however, no