From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrew Gaylard Newsgroups: gmane.lisp.guile.devel Subject: Re: My Guile 2.0.8 TODO list Date: Wed, 06 Mar 2013 20:45:58 +0200 Message-ID: <51378EE6.5000102@computer.org> References: <87vc95czw8.fsf@tines.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1362595466 15979 80.91.229.3 (6 Mar 2013 18:44:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Mar 2013 18:44:26 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Mar 06 19:44:44 2013 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 1UDJKU-00081R-Fd for guile-devel@m.gmane.org; Wed, 06 Mar 2013 19:44:42 +0100 Original-Received: from localhost ([::1]:49500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDJK8-0002j3-Sj for guile-devel@m.gmane.org; Wed, 06 Mar 2013 13:44:20 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:35812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDJJu-0002LW-IY for guile-devel@gnu.org; Wed, 06 Mar 2013 13:44:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDJJm-00088U-3V for guile-devel@gnu.org; Wed, 06 Mar 2013 13:44:06 -0500 Original-Received: from mail-ee0-f43.google.com ([74.125.83.43]:46465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDJJl-000881-Tw for guile-devel@gnu.org; Wed, 06 Mar 2013 13:43:58 -0500 Original-Received: by mail-ee0-f43.google.com with SMTP id c50so6119280eek.2 for ; Wed, 06 Mar 2013 10:43:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=PpXeF+Jcg7fsUE43UGlXQ7bGEumAmBGmrxwHLrNNsk4=; b=Dj0LMheJjCohlT34D5KXaIsT4YCY/+fu9QCW5sMahACX04woaZ+Y+Yo1IhCOD2iS91 y2REwXX83m6AQRfm55qmaxXrmbUllRAsvi/wRDeilrhjq9+8t0OZ/m1doV0ryanK2yGf z37K7RzFe6sf3k3LlyqqRnV9CJA1VgIupuOIPL64361hpetdRd5aRjgZ91yJ2Cmf8WbF ZNUT3KPPKRXEwfDj5fDTa+EWtDnUMh8V5vEtzAKSATqHeYl+ZM1kqfxGtDK/3UstGmtg lw1DTCQgiYt9UxY3yhbcjFygca/wh5c55GbSOgK+nZIMp1EjEuJyTGvevj+G3VqkFLME HxSg== X-Received: by 10.15.101.204 with SMTP id bp52mr84597048eeb.31.1362595436449; Wed, 06 Mar 2013 10:43:56 -0800 (PST) Original-Received: from [10.0.0.3] (41-135-66-173.dsl.mweb.co.za. [41.135.66.173]) by mx.google.com with ESMTPS id o3sm43913020eem.15.2013.03.06.10.43.54 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Mar 2013 10:43:55 -0800 (PST) User-Agent: Mozilla/5.0 (X11; SunOS sun4u; rv:17.0) Gecko/20130108 Thunderbird/17.0.2 In-Reply-To: <87vc95czw8.fsf@tines.lan> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.83.43 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:15876 Archived-At: On 03/05/13 23:14, Mark H Weaver wrote: > FYI, here's what I'm hoping to get into Guile 2.0.8. > > Mark > > > 2.0.8 TODO > ========== > > * [SUBMITTED] Refactor pending numerics patches. > > * [SUBMITTED] Implement Dybvig and Burger's algorithm for printing > floats. > > * [NEEDS REVISION] Fix BOM handling. > > * #!optional and #!rest reader handling. > > * Add command-line option to augment %load-compiled-path. > > * Change 'sqrt' to return an exact rational when possible. > > * Optimize overflow check in scm_product (i.e. avoid the division). > > * Add call/ec and let/ec. > > * Implement optional arguments to vector-copy (SRFI-43) > > * Make sure that 'syntax-parameterize' reports an error (or at least a > warning) if the associated identifier is not defined as a syntax > parameter. > > * [Ludovic?] Fix par-map and par-for-each to not overflow the stack for > large lists. > > * [Daniel Hartwig?] Support Relative URIs in (web uri) > > * [Ian Price?] Fix flawed index range check in bytevector accessors. > Hi Mark, Two suggestions for 2.0.8: It'd be great to get Andy's (oop goops save) patch in. See http://lists.gnu.org/archive/html/guile-user/2013-01/msg00088.html Also, Nala's colourised REPL patch is pretty cool; see https://lists.gnu.org/archive/html/guile-devel/2012-12/msg00062.html -- Andrew