From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS16276 188.165.0.0/16 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D15A61F670 for ; Sat, 16 Oct 2021 15:13:45 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1634397223; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=isWc0AjVyQ70x744oMgKFNakj9vCq0opSO8gslNqRXc=; b=eVq7pyjQuMoFEg0e23LdmqndKCA62zKUFGFFp+AsLvdojdiYPxPRh2agQUaCODDa4iPkHx SyiCxxp5mBR1TOYg3VavGz8KL4ZGI1KKbGZUIpx2PgyzxwIMjHz46F877LAfzNcWXhOyDD ouYZqP0HB4+x9gV7dKjWCDsW9fAIvqowwM/VtfwWINKaOekL2QNULywwlfMaTGHVM6vum5 N0kp2F7/RyyDvXeDmyaa9yp8zR8rm/5PuH4wxRDUWvxSL3UaSPrPlFEM7Cw77OWewkHSJW /pUYYzQUS07raW/CHWo3OcprAkPR0MLGUIRmBMMBb02DfOBs0zReuZRG6UGO4g== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 2/2] doc: lei: add manpages for remaining commands In-Reply-To: <20211016070753.M426387@dcvr> References: <20211016053944.494064-1-kyle@kyleam.com> <20211016053944.494064-3-kyle@kyleam.com> <20211016070753.M426387@dcvr> Date: Sat, 16 Oct 2021 11:13:41 -0400 Message-ID: <87lf2t0zq2.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: >> @@ -47,6 +53,7 @@ Documentation/lei-q.pod >> Documentation/lei-rediff.pod >> Documentation/lei-refresh-mail-sync.pod >> Documentation/lei-rm.pod >> +Documentation/lei-rm-watch.pod >> Documentation/lei-security.pod >> Documentation/lei-store-format.pod >> Documentation/lei-tag.pod > > Curious, was that from `git ls-files >MANIFEST' ? No, it wasn't. I hadn't realized that the content of MANIFEST corresponded directly to git-ls-files output, but poking around I see there is even a check-manifest make target [*]. Doh. So, I manually added this one, like the others I added. I think my past changes to this file have ended up in the expected order because I tend to run Emacs's sort-lines to check my manual placement, but I must not have done it here because sort-lines agrees with ls-files. [...] > No big deal, I can just flip and push it; I just don't want a > reproducibility issue popping up. Thanks, sorry about the mix up. [*] I did run `make check' before sending, and it looks like that also checks MANIFEST _after_ running the test suite. That didn't help me catch the MANIFEST sorting issue in this case because the test suite is failing on my end. I believe these failures are recent and was planning on looking into them today, either sending a patch or just reporting, depending on whether I could figure out a fix. Anyway, here they are: t/psgi_multipart_not.t ....... ok 1 - use HTTP::Request::Common; ok 2 - use Plack::Test; ok 3 - use PublicInbox::WWW; not ok 4 - /v2test/?q=%22ain't what it used to be%22&x=t not ok 5 - /v2test/?q=%22ain't what it used to be%22&x=t warns Failed 2/5 subtests