From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.devel Subject: Re: srfi-18 and the vm Date: Fri, 22 May 2009 11:01:36 -0400 Message-ID: <2bc5f8210905220801i4249c5cdua981dbd4dcbd328b@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243004516 1481 80.91.229.12 (22 May 2009 15:01:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 May 2009 15:01:56 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 22 17:01:49 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M7WFo-0007qD-UU for guile-devel@m.gmane.org; Fri, 22 May 2009 17:01:49 +0200 Original-Received: from localhost ([127.0.0.1]:51445 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7WFo-00027r-B2 for guile-devel@m.gmane.org; Fri, 22 May 2009 11:01:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7WFk-00027G-Fk for guile-devel@gnu.org; Fri, 22 May 2009 11:01:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7WFg-000261-PS for guile-devel@gnu.org; Fri, 22 May 2009 11:01:44 -0400 Original-Received: from [199.232.76.173] (port=59245 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7WFg-00025y-Jb for guile-devel@gnu.org; Fri, 22 May 2009 11:01:40 -0400 Original-Received: from mail-ew0-f162.google.com ([209.85.219.162]:50930) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7WFf-0008RQ-Ol for guile-devel@gnu.org; Fri, 22 May 2009 11:01:40 -0400 Original-Received: by ewy6 with SMTP id 6so2045349ewy.42 for ; Fri, 22 May 2009 08:01:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=tc0OZ8RuBpF4MqSD8e4GhHRpN+kUjwCSOasmbdnICtg=; b=rs4R+MHxblsfdIaKLDFUqOU83jlZTSDQF9F1wZ4QDY4DbchYOWoinUF431mDelcwU2 pjtIHcXUnislrXS94tqgdlmT/A2D9A/3GamVPMuSqm/0FwR59qjNF2xPFiD9aoVt//73 /9jk+fc3FThBm/vfJ/qfhyECvfql2KAtJcNlw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=TzxFcig6V45KgUqOWYUH/hwUbE7xUJXPSYNxX2olkIwvuL04aNeWMtmqi7LRiQ7M9c fSto3FxA50zmjqqpa2HR+2FXdUEXZlBLXfJb2+s92C28pbYLXGw0Qn4YDEoR7ELo9NN4 SIe6gtTJ7NXrnzcZpbb1QSf/e4e2k+JET5SAQ= Original-Received: by 10.216.7.212 with SMTP id 62mr797999wep.92.1243004496660; Fri, 22 May 2009 08:01:36 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8502 Archived-At: I second the Yaaaay! On Fri, May 22, 2009 at 10:39 AM, Andy Wingo wrote: > Hi! > > I'm catching up with mail. On my syncase-in-boot-9 branch, I enabled > compilation of srfi-18 and fixed a bug in it regarding multiple-value > returns. Now I just ran the srfi-18 test like 100 times in a row and it > didn't show any strange errors. Yaaaay! > > With psyntax running a pre-analysis phase on all source code, we can do > away with lazy memoization entirely -- a neat hack, but it made eval.c > buggy and impenetrable. I'll write more about that in the future.