From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dirk Herrmann Newsgroups: gmane.lisp.guile.devel Subject: Re: segfault in CVS HEAD Date: Sat, 21 Aug 2004 10:00:41 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <41270129.7080309@dirk-herrmanns-seiten.de> References: <40DD5A64.60300@ccrma> <40DEC836.3010806@dirk-herrmanns-seiten.de> <40E2917A.7010106@ccrma> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1093073880 789 80.91.224.253 (21 Aug 2004 07:38:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Aug 2004 07:38:00 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Aug 21 09:37:52 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ByQRk-0000M1-00 for ; Sat, 21 Aug 2004 09:37:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByQW5-0004Pq-Kd for guile-devel@m.gmane.org; Sat, 21 Aug 2004 03:42:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ByQW2-0004Pl-Iq for guile-devel@gnu.org; Sat, 21 Aug 2004 03:42:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ByQW0-0004PM-HT for guile-devel@gnu.org; Sat, 21 Aug 2004 03:42:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByQW0-0004P5-B9 for guile-devel@gnu.org; Sat, 21 Aug 2004 03:42:16 -0400 Original-Received: from [212.227.126.184] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ByQQX-00041r-Pv for guile-devel@gnu.org; Sat, 21 Aug 2004 03:36:37 -0400 Original-Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1ByQQV-00074s-00; Sat, 21 Aug 2004 09:36:35 +0200 Original-Received: from [80.131.43.213] (helo=dirk-herrmanns-seiten.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1ByQQU-0006Td-00; Sat, 21 Aug 2004 09:36:35 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040220 X-Accept-Language: de, en Original-To: Bill Schottstaedt , Guile-Devel Mailing List In-Reply-To: <40E2917A.7010106@ccrma> X-Enigmail-Version: 0.76.8.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:494e3e4d1bf8dc247959c49e6f1f4215 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 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.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3998 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3998 Bill Schottstaedt wrote: > There's still one case where the lambda tag appears -- > if you include a documentation string: > > guile> (define (hi) "this is a comment" 34) > guile> (procedure-source hi) > (lambda () "this is a comment" #@lambda 34) > > Also I notice that "let" is sometimes changed to "let*", and > in the define* case I get "(lambda lambda*:G0 (let-optional* > lambda*:G0" etc. Sorry for the delay. I have submitted a patch, that fixes the documentation string issue. Regarding let being changed to let*: As far as I know, guile has always done such conversions in certain circumstances, not just since my recent changes. In the medium term, there will probably even more of such conversions be introduced, since they are intended as optimizations. Do the recent changes introduce a problem for you, or was this just to be seen as a general comment? If it is a problem for you, could you please give more details and also some examples? Thanks a lot, and sorry again for the delay until I fixed the code. Best regards, Dirk _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel