From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.bugs Subject: Re: [PATCH] Fix bug: Init auto var to unrandomize `stack_depth' rv. Date: Wed, 13 Jan 2010 14:56:15 +0100 Message-ID: <87pr5eglc0.fsf@ambire.localdomain> References: <877hrroaux.fsf@ambire.localdomain> <87skadrh67.fsf@ambire.localdomain> <87iqb67260.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263391148 24607 80.91.229.12 (13 Jan 2010 13:59:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jan 2010 13:59:08 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Jan 13 14:59:01 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NV3kS-0006TR-OS for guile-bugs@m.gmane.org; Wed, 13 Jan 2010 14:59:01 +0100 Original-Received: from localhost ([127.0.0.1]:54852 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NV3kT-0004DJ-F2 for guile-bugs@m.gmane.org; Wed, 13 Jan 2010 08:59:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NV3kN-0004Bd-HO for bug-guile@gnu.org; Wed, 13 Jan 2010 08:58:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NV3kL-0004AF-69 for bug-guile@gnu.org; Wed, 13 Jan 2010 08:58:55 -0500 Original-Received: from [199.232.76.173] (port=53789 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NV3kL-0004AC-0Y for bug-guile@gnu.org; Wed, 13 Jan 2010 08:58:53 -0500 Original-Received: from smtp-out112.alice.it ([85.37.17.112]:3796) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NV3kK-0001Bi-Cp for bug-guile@gnu.org; Wed, 13 Jan 2010 08:58:52 -0500 Original-Received: from fbcmmo06.fbc.local ([192.168.184.137]) by smtp-out112.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Wed, 13 Jan 2010 14:58:48 +0100 Original-Received: from FBCMCL01B04.fbc.local ([192.168.69.85]) by fbcmmo06.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Wed, 13 Jan 2010 14:58:47 +0100 Original-Received: from ambire.localdomain ([79.45.68.35]) by FBCMCL01B04.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Wed, 13 Jan 2010 14:58:48 +0100 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1NV3ho-0002jD-2W for bug-guile@gnu.org; Wed, 13 Jan 2010 14:56:16 +0100 In-Reply-To: <87iqb67260.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Wed, 13 Jan 2010 11:02:47 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-OriginalArrivalTime: 13 Jan 2010 13:58:48.0485 (UTC) FILETIME=[87805D50:01CA9458] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4463 Archived-At: () ludo@gnu.org (Ludovic Court=C3=A8s) () Wed, 13 Jan 2010 11:02:47 +0100 I would advise adding explanatory comments in the code, rather than in the log. Good point. Will keep it in mind. thi