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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-it1-x142.google.com (mail-it1-x142.google.com [IPv6:2607:f8b0:4864:20::142]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 113F51F462 for ; Mon, 10 Jun 2019 18:57:34 +0000 (UTC) Received: by mail-it1-x142.google.com with SMTP id r135so775824ith.1 for ; Mon, 10 Jun 2019 11:57:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=oHZOex3YIf+QEaIsQ77UaeyFFRxhdPQ+BI0JIdx0wkE=; b=FCzVuqgUj8EJPkNsNEYDTI/EeMXi6coWk/Jd5GhjH1jXYGFObvk+Ea72pnmEEPV6Cq nIzAkL7xRiLqZQFcg5cxhRpPyI/BeUF3BShxi/8wXWTTTZKBQjrMBU8EVt2ixNpebthk UH1SMc5JD+Qt/6d+1XoCP4HoQHt4Ibc/aXyIY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=oHZOex3YIf+QEaIsQ77UaeyFFRxhdPQ+BI0JIdx0wkE=; b=Tz2/T+74x/16p8l9KcLFNKUOkBb0WoQzOTqJZFTWuyL53j9CN/oU1417QRpVv8/cOY EWMbmwg4Gl6YBH16ZPvlweXwcKHfEZcxGPRl6Xb+w0O7/988DNkSxLqnmPuDDedSGApV Jz0Mu+rm8hbNW5yxg5KFCI7M8naJpWQV6tFAAxkdjEqgK/0j0o7Au35+UhFRb5L67FK5 qO0Nl9uDomzaaTUhiOIf6oqmjaDOGxARX0QgajliqCQHhK3+gqILQybhn+OFNDsDxi5i btDM3HTPyiYvETedaqNYr73C/ux2AcIiQ+WW8T21xSUzTTP+LnrdHtYi7gL2IjseIKdg qN9Q== X-Gm-Message-State: APjAAAUDichwuXctBSDqed41qAfv0BhUX4XK99r8bpwpTbNawUT8YLre aEPaJQDfYrYo2PBpmwVQT+AmwQ== X-Google-Smtp-Source: APXvYqz4wLoFdLQlx4hTuJ3KpBEywM8z/MHkDX/wm5toaWr52LvyCwVoVr8WeU+2K7klINjgYG4JZA== X-Received: by 2002:a24:dd43:: with SMTP id t64mr8308496itf.49.1560193052984; Mon, 10 Jun 2019 11:57:32 -0700 (PDT) Received: from chatter.i7.local (192-0-228-88.cpe.teksavvy.com. [192.0.228.88]) by smtp.gmail.com with ESMTPSA id s2sm3742261ioj.8.2019.06.10.11.57.32 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 10 Jun 2019 11:57:32 -0700 (PDT) Date: Mon, 10 Jun 2019 14:57:30 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 00/11] v2: implement message editing Message-ID: <20190610185730.GC16418@chatter.i7.local> References: <20190609025147.24966-1-e@80x24.org> <20190610150647.GA16418@chatter.i7.local> <20190610154058.jqaawkktvb5u2itj@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <20190610154058.jqaawkktvb5u2itj@dcvr> User-Agent: Mutt/1.11.4 (2019-03-13) List-Id: On Mon, Jun 10, 2019 at 03:40:58PM +0000, Eric Wong wrote: >I just noticed, the status message triggers a perl uninitialized >warning with multiple epochs, but it's harmless. Will fix in a >bit. I did a few successful tests on small trial lists, but I'm running into a problem when I try to actually edit something in (a copy of) LKML: $ perl5lib/bin/public-inbox-edit -m messageid /mnt/fastio/lkml (mutt opens here) 1 kept, 0 deleted. Exception: Expected block 102325 to be level 2, not 0 The above exception pops up immediately after exiting mutt. I can provide more debug info if that helps. -K