On Tue, Jan 31, 2012, at 06:18 PM, Greg Banks wrote: > > On Mon, Jan 30, 2012, at 05:05 PM, Jenkins wrote: > > See <http://ci.cyrusimap.org/job/cyrus-imapd-master/360/changes> > > > > Changes: > > > > [brong] strarray: add _uniq and pass a strcmp to _sort. > > > > ------------------------------------------ > > This was a spurious test failure caused by unsolved permission problems > with the .gcda files used by gcov profiling. Fixed (well, worked around) in > > http://git.cyrusimap.org/cassandane/commit/?id=bc26deb6ebc37bc3074819fd027efc8d5f2a6b99
I guessed as much. Annoyingly, there's no way to "annotate" the items in a strarray. Even just the ability to associate an integer with each record would be handy in this case... I wound up open coding something. But a "str_and_intarray" type would come in handy! I'm hacking on building up a folder list before spitting it out in "LIST". Bron.