From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 23 15:22:49 2016 Received: (at 20272) by debbugs.gnu.org; 23 Jun 2016 19:22:49 +0000 Received: from localhost ([127.0.0.1]:52994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bGADB-0004Fv-1A for submit@debbugs.gnu.org; Thu, 23 Jun 2016 15:22:49 -0400 Received: from pb-sasl2.pobox.com ([64.147.108.67]:60198 helo=sasl.smtp.pobox.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bGAD9-0004Fo-I1 for 20272@debbugs.gnu.org; Thu, 23 Jun 2016 15:22:47 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 2734025F8D; Thu, 23 Jun 2016 15:22:46 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=o8dox7vTyFUrJLHLW9TvH6NgyFk=; b=aFMfw1 EehhBy2hJmoqzu2AlERpY1eJ++OE0SAkYM0kcPRZJhGzwmGfrsNkd2v505/vcxYr DJ6XERoIIz+aMgBIucDrugBTigyt0nF7EXLbXSd+g4xRJbwK+lpNMX8UjY2t/2ON oBXwq9YLL55hEZuFMe5AS7jGecsQFBxFxkM2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=ckiYCuLUpmfX8ul2A6VNuaZPMNisJqZG eAER1RB9DcR4J4j7ihCcCXIs3jJWDiPl/L8LpZNVpdmOjTREUmQ/SYZX4LRmW4g7 wzlraz/J0DypLtcT+B3+m/0I700QHvN0IQvlVrWh70MNR8JuadNn0GG7BRyngwNd zrSE2xAsP/4= Received: from pb-sasl2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 1F48025F8C; Thu, 23 Jun 2016 15:22:46 -0400 (EDT) Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl2.pobox.com (Postfix) with ESMTPSA id 2C94F25F8B; Thu, 23 Jun 2016 15:22:45 -0400 (EDT) From: Andy Wingo To: Mark H Weaver Subject: Re: bug#20272: Support reproducible builds References: <87twws88hr.fsf@gnu.org> <87vb5vn2nw.fsf@netris.org> <87a8n5vqn0.fsf@netris.org> <8737o7hndq.fsf@pobox.com> Date: Thu, 23 Jun 2016 21:22:37 +0200 In-Reply-To: <8737o7hndq.fsf@pobox.com> (Andy Wingo's message of "Mon, 20 Jun 2016 17:48:49 +0200") Message-ID: <8737o3n20y.fsf@pobox.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: DD200E42-3977-11E6-B367-28A6F1301B6D-02397024!pb-sasl2.pobox.com X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: 20272 Cc: 20272@debbugs.gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.4 (-) On Mon 20 Jun 2016 17:48, Andy Wingo writes: >>> Currently, we include both the session-id and a global gensym counter in >>> the names of freshly generated marks and labels in psyntax.scm. >>> Instead, let them include the module name and a per-module counter. >> >> I've attached a preliminary implementation of this idea, but I'm not yet >> confident in its correctness. > > Looks pretty good to me but I think we should put it off until after > 2.0.12, just so we can get the release out the door. WDYT? On the other hand, maybe including it in 2.0.12 is the right thing; dunno. What do you think? Andy