Re: thoughts on Git::Raw / libgit2?

2020-06-22 Thread Konstantin Ryabitsev
On Tue, Jun 16, 2020 at 09:40:51PM +, Eric Wong wrote: > Git::Raw is not packaged with CentOS 7.x; but cpan/cpanm is an > option. It is in Debian 10.x as libgit-raw-perl, so I can > report bugs via Debian's BTS[*]. FYI, even though lore.kernel.org runs on CentOS 7.x, most perl modules come f

[REJECT] imap: *SEARCH: return no results for out-of-range queries

2020-06-22 Thread Eric Wong
Eric Wong wrote: > Unlike FETCH and "UID FETCH" where out-of-range queries can > will return the highest UID, SEARCH and "UID SEARCH" handle > ranges as-is for filtering. Actually, no. At least testing against other IMAP servers says they still return the highest UID :x -- unsubscribe: one-click

TAP output for user-facing tools?

2020-06-22 Thread Eric Wong
Hey all, so I've been wondering about how to express debug/tracing output to user-facing command-line tools. Our test suite already uses TAP. So does git.git, Perl itself and the majority of Perl projects I've encountered. But I haven't seen it used for user-facing CLI tools... It seems better t