From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: two oh, two oh, two oh Date: Thu, 27 Jan 2011 11:46:56 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296130132 27198 80.91.229.12 (27 Jan 2011 12:08:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Jan 2011 12:08:52 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jan 27 13:08:48 2011 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.69) (envelope-from ) id 1PiQec-0005t1-Qi for guile-devel@m.gmane.org; Thu, 27 Jan 2011 13:08:47 +0100 Original-Received: from localhost ([127.0.0.1]:56301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiQec-0002uV-55 for guile-devel@m.gmane.org; Thu, 27 Jan 2011 07:08:46 -0500 Original-Received: from [140.186.70.92] (port=39477 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiQdu-0002Yq-Mb for guile-devel@gnu.org; Thu, 27 Jan 2011 07:08:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiQdt-0002j9-0v for guile-devel@gnu.org; Thu, 27 Jan 2011 07:08:02 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:56195 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiQds-0002iu-V4 for guile-devel@gnu.org; Thu, 27 Jan 2011 07:08:00 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id DFAB33FF1 for ; Thu, 27 Jan 2011 07:08:49 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=n7wbQKXa3K1C/VhpX3dIDfdJcNE=; b=TucMiX hJVcB1PiaIpdLbLz4VPG0z3PRwaVQqIIUWdp1g9Q/Rwzu98WnX3G5RHsmkt68v5q LSYlgSefyScyDE0T/uHpX9cQN7R/nZLGf86erRbYouCttzzm5Q9alfx4N3AYe+rO WMH+oIO8blbhKzCKbTbCSej6Rg1wngh0jbnRA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=cLEVKc1rR+ufBFoYC+ZpObxlkn7oV69o 2++6Ll8BDxYFGDJt62gBQyKzUUPXlGG+DZ1E3YD92MNnk52L96VAi/GcbTPscFM1 xTkCB0Ywyaxf1QkJqTUISrCOF3E3Dtph5WSTCLqZkSlV71BkZlQNvfwiwSIMj1iy MDtf8h8JAR4= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id DCD373FF0 for ; Thu, 27 Jan 2011 07:08:49 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 5BE4F3FEF for ; Thu, 27 Jan 2011 07:08:49 -0500 (EST) In-Reply-To: (Andy Wingo's message of "Tue, 07 Dec 2010 11:19:48 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 333D43C8-2A0E-11E0-A3BC-BC4EF3E828EC-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:11357 Archived-At: Hey list, On Tue 07 Dec 2010 11:19, Andy Wingo writes: > * Blocker bugs for 2.0 > > - See if objcode space can be reserved for native code -- Andy / Noah I would still like to do this, for 1.9.15 if possible. > - The guile <-> unistring escaping issue -- ? Ludovic is our hero! > * Would-be-nice things for 2.0 > > - Merge in SoC work, finally (elisp, lua, peg parser) -- Andy I merged in elisp. I don't want to merge in Lua until it implements all of Lua; it's close but there are some multiple-value issues that still need to be sorted. I would like to merge the PEG parser soon too; but there are some things about it that I would like to review first. > - Test ecmascript - ? > (For a long time it was broke at the REPL, due to a608cad27. Fixed > now, I think, but needs completion :/) Thanks to all that > - Update website - ? > - "Marketing" plan - ? We could still use someone to do this -- to review the web site to see if it actually expresses the message that we want to express, and to do some PR. I think Guile 2.0 is a good story, but the press basically needs to be spoon-fed, I think... Anyone want to take this one? I seem to recall Julian having an interest ;-) And I think that Mike had some opinions on this at one point, too... > * Schedule > > - 15 Jan -- Branch for stable 2.0.x series, master becomes 2.1 > > - 1 Feb 2011 -- Release 2.0.0 Here we have changed, as mentioned: we will release another 1.9.15 on 2 February, and 2.0 on 16 February, if all goes well. Ciao, Andy -- http://wingolog.org/