unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/4] cindex updates
@ 2023-03-28  2:59 Eric Wong
  2023-03-28  2:59 ` [PATCH 1/4] cindex: simplify some internal data structures Eric Wong
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Eric Wong @ 2023-03-28  2:59 UTC (permalink / raw)
  To: meta

cindex --prune is less intrusive w.r.t. handling new
commits, now.

I'm embracing `local' more because this is a Perl codebase;
and I think it makes things more robust against typos.
I probably should've been doing this years ago :x

Eric Wong (4):
  cindex: simplify some internal data structures
  cindex: always break out of event loop on $DO_QUIT
  cindex: interleave prune with indexing
  cindex: leave SIGTSTP and SIGCONT unblocked

 lib/PublicInbox/CodeSearchIdx.pm | 298 ++++++++++++++++++++-----------
 lib/PublicInbox/DS.pm            |   5 +-
 lib/PublicInbox/SearchIdx.pm     |  12 +-
 script/public-inbox-cindex       |   2 +-
 4 files changed, 210 insertions(+), 107 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-29 20:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28  2:59 [PATCH 0/4] cindex updates Eric Wong
2023-03-28  2:59 ` [PATCH 1/4] cindex: simplify some internal data structures Eric Wong
2023-03-28  2:59 ` [PATCH 2/4] cindex: always break out of event loop on $DO_QUIT Eric Wong
2023-03-28  2:59 ` [PATCH 3/4] cindex: interleave prune with indexing Eric Wong
2023-03-29 20:32   ` [PATCH v2] " Eric Wong
2023-03-28  2:59 ` [PATCH 4/4] cindex: leave SIGTSTP and SIGCONT unblocked Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).