From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: Preparing for 2.0.6 Date: Fri, 29 Jun 2012 10:55:15 +0800 Message-ID: References: <87obo38an2.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1340938526 6715 80.91.229.3 (29 Jun 2012 02:55:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 29 Jun 2012 02:55:26 +0000 (UTC) Cc: =?UTF-8?Q?Ludovic_Court=C3=A8s?= , guile-devel@gnu.org To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jun 29 04:55:25 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SkRMh-0001nt-5Q for guile-devel@m.gmane.org; Fri, 29 Jun 2012 04:55:23 +0200 Original-Received: from localhost ([::1]:35310 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkRMh-0004Vw-6z for guile-devel@m.gmane.org; Thu, 28 Jun 2012 22:55:23 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkRMe-0004Ve-IL for guile-devel@gnu.org; Thu, 28 Jun 2012 22:55:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkRMc-0002o5-Ly for guile-devel@gnu.org; Thu, 28 Jun 2012 22:55:20 -0400 Original-Received: from mail-vc0-f169.google.com ([209.85.220.169]:35747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkRMc-0002lJ-EI; Thu, 28 Jun 2012 22:55:18 -0400 Original-Received: by vcbfl10 with SMTP id fl10so2385937vcb.0 for ; Thu, 28 Jun 2012 19:55:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=X8Otlvz8qXcCwCC0XmPhwaiB829mYb3LF7jxuurEcBs=; b=aJs6+zNcNOpYrD0KM1ECP9OQJG1gnvFxWyHoWpE010vqSv312FzpXr65sKWmdt+Kar yz5QzcX/PUL0yl2Gw/UlNtd2MXLaYD6SlYkqNcNwnsf7Jl5AlhCPjzUgybeCi0vzldv7 u7OORWSiWW0ovCeGc3mUQoQqP8Ldli8/Wa+Am5jS4ute7+fQ22/Lg8+uaPwMh7QWb1WE +HuUp6qjTY4M/iwfC7JLBjL2uJkvDfmKwP6aFTACDXVjseNjY3R3laae4dGVu/V+a3hw 7U+1oCwQWu9SF2NDQjWtDI9eMmeWajjYm+fsgsAQaAeEH9Cr11FQYUd2o0lmlf/sZCjq qMNg== Original-Received: by 10.52.19.133 with SMTP id f5mr2636607vde.41.1340938515728; Thu, 28 Jun 2012 19:55:15 -0700 (PDT) Original-Received: by 10.52.37.81 with HTTP; Thu, 28 Jun 2012 19:55:15 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.220.169 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:14676 Archived-At: For stable-2.0? I'm tracing wip-rtl these days, and it failed: ---------------error msg--------------- GNU Guile 2.1.0.322-e765d Copyright (C) 1995-2012 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guile-user)> ,L ecmascript Happy hacking with ECMAScript! To switch back, type `,L scheme'. ecmascript@(guile-user)> 1+1 ... ; While compiling expression: ERROR: compilation not yet implemented: (case-lambda ((a100 a99) (let ((t102 (class-of a100)) (t101 (class-of a99))) (if (and (eq? t101 c104) (eq? t102 c108)) (p109 a100 a99) (if (and (eq? t101 c104) (eq? t102 c106)) (p107 a100 a99) (if (and (eq? t101 c104) (eq? t102 c103)) (p105 a100 a99) (cache-miss g98 (list a100 a99))))))) (args (cache-miss g98 args))) ecmascript@(guile-user)> var a = 1+1; ERROR: In procedure #: ERROR: In procedure public-lookup: No variable bound to js-init in module (language ecmascript impl) Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. ecmascript@(guile-user) [1]> -------------------end------------------------ On Fri, Jun 29, 2012 at 10:49 AM, Noah Lavine wrote: > On Thu, Jun 28, 2012 at 10:38 PM, Nala Ginrut wrote: >> @Noah: Could you apply the patch to fix ecmascript? >> http://lists.gnu.org/archive/html/guile-devel/2012-05/msg00001.html > > I think that's already done! Do you not see it in your tree? > > Noah