From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: GNU Guile 2.9.9 Released [beta] Date: Tue, 14 Jan 2020 17:15:50 +0100 Message-ID: <87imleggjt.fsf@pobox.com> References: <87zherlphs.fsf@pobox.com> <87eew2i8z3.fsf@pobox.com> <87pnfmglbo.fsf@pobox.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="159198"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: guile-devel To: Stefan Israelsson Tampe Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Tue Jan 14 17:18:00 2020 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1irOtC-000es8-Ij for guile-devel@m.gmane-mx.org; Tue, 14 Jan 2020 17:17:58 +0100 Original-Received: from localhost ([::1]:42920 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irOtB-0000kJ-0P for guile-devel@m.gmane-mx.org; Tue, 14 Jan 2020 11:17:57 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51727) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irOrT-0007da-MX for guile-devel@gnu.org; Tue, 14 Jan 2020 11:16:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irOrQ-0005Z3-3x for guile-devel@gnu.org; Tue, 14 Jan 2020 11:16:11 -0500 Original-Received: from fanzine.igalia.com ([178.60.130.6]:44202) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irOrP-0005Rm-GC for guile-devel@gnu.org; Tue, 14 Jan 2020 11:16:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:Cc:To:From; bh=I54Tjy4LNnkLDq4ULsFdZcMtMGJplVN0kwLY+s+LjqY=; b=gpMHHah+iWgY+YC7TLfFGET2IJqQjEVLyZin3qbCAlUQ0AgJa/x2dLt/M1CGQMutO3Ep779rF9pCPdJ+cvNu33fxzruJUT5gxuMKJERBB9Be/3xfq5Y0f2/Wtu5CKu2JfbR7jiPDL3FPKEtlQM4FNpLn4bgh3iU6RNsSummON7xTnucPyDE4j+FOvcg4eJNznHnmqcmP/q9BOpw/5LovNdI8eOPpoGV2TpNNFFejWuClwZLfCgKEpvk0QsMApNyx4FXz5ZRIspq3IVtCiwuNP7zid13bRUchcwqiAxp8rVLHYHL2oqWRDLQF0eFr0jCBCCbDAwMjyRmQUgyDczaOuA==; Original-Received: from [37.172.151.250] (helo=sparrow) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1irOrJ-0001IT-GF; Tue, 14 Jan 2020 17:16:01 +0100 In-Reply-To: (Stefan Israelsson Tampe's message of "Tue, 14 Jan 2020 15:47:25 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 178.60.130.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:20270 Archived-At: On Tue 14 Jan 2020 15:47, Stefan Israelsson Tampe writes: > Yes, your patch is indicating when you should use the same identity > e.g. all uses of procedures in a higher order position such as an > argument or a return value. But I looked at your patch, which looks > good but I saw that for operator position you decrease the count. Why? > Also you are free to use one version in argument / return position and > another one in operator position the only limit is to use the same > identity for on operator position. Finally don't you need to count > usage of returning a variable as well? Not sure what the bug is. Do you have a test case that shows the behavior that you think is not good? Andy