unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/2] globbing updates
@ 2023-03-17 20:31 Eric Wong
  2023-03-17 20:31 ` [PATCH 1/2] treewide: move glob2re to PublicInbox::Config Eric Wong
  2023-03-17 20:31 ` [PATCH 2/2] config: glob2re supports `**' to match multiple path components Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2023-03-17 20:31 UTC (permalink / raw)
  To: meta

The code indexer will be using this to implement --exclude= when
combined with --project-list=, at least (because indexing
certain `code'repos takes forever).

Eric Wong (2):
  treewide: move glob2re to PublicInbox::Config
  config: glob2re supports `**' to match multiple path components

 lib/PublicInbox/Config.pm        | 35 +++++++++++++++++++++++++++++++
 lib/PublicInbox/LeiExternal.pm   | 36 +-------------------------------
 lib/PublicInbox/LeiLsExternal.pm |  3 ++-
 lib/PublicInbox/LeiLsMailSync.pm |  3 ++-
 lib/PublicInbox/LeiMirror.pm     |  6 +++---
 t/config.t                       | 23 ++++++++++++++++++--
 t/lei_external.t                 | 20 ++----------------
 7 files changed, 66 insertions(+), 60 deletions(-)

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17 20:31 [PATCH 0/2] globbing updates Eric Wong
2023-03-17 20:31 ` [PATCH 1/2] treewide: move glob2re to PublicInbox::Config Eric Wong
2023-03-17 20:31 ` [PATCH 2/2] config: glob2re supports `**' to match multiple path components 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).