user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 3/3] lei: remove leftover debugging message
  2024-04-12 18:04  5% [PATCH 0/3] some lei fixes Eric Wong
@ 2024-04-12 18:04  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2024-04-12 18:04 UTC (permalink / raw)
  To: meta

Noticed while working on other things...

Fixes: 299aac294ec3 (lei: do label/keyword parsing in optparse, 2023-10-02)
---
 lib/PublicInbox/LEI.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index 06592358..5b46686a 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -728,8 +728,6 @@ sub optparse ($$$) {
 		require PublicInbox::LeiInput;
 		my @err = PublicInbox::LeiInput::vmd_mod_extract($self, $argv);
 		return $self->fail(join("\n", @err)) if @err;
-	} else {
-		warn "proto $proto\n" if $cmd =~ /(add-watch|tag|index)/;
 	}
 
 	my $i = 0;

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/3] some lei fixes
@ 2024-04-12 18:04  5% Eric Wong
  2024-04-12 18:04  7% ` [PATCH 3/3] lei: remove leftover debugging message Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2024-04-12 18:04 UTC (permalink / raw)
  To: meta

Some trivial fixes I noticed while (still) working on getting
lei to use checkpoint to improve parallelism.

Eric Wong (3):
  lei_remote: solver supports uncommitted blobs
  io: avoid redundant waitpid in DESTROY
  lei: remove leftover debugging message

 lib/PublicInbox/IO.pm        | 10 +++++-----
 lib/PublicInbox/LEI.pm       |  2 --
 lib/PublicInbox/LeiRemote.pm | 13 ++++++++++---
 3 files changed, 15 insertions(+), 10 deletions(-)

^ permalink raw reply	[relevance 5%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2024-04-12 18:04  5% [PATCH 0/3] some lei fixes Eric Wong
2024-04-12 18:04  7% ` [PATCH 3/3] lei: remove leftover debugging message Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).