From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: My Guile 2.0.8 TODO list Date: Tue, 05 Mar 2013 16:14:47 -0500 Message-ID: <87vc95czw8.fsf@tines.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1362518142 19250 80.91.229.3 (5 Mar 2013 21:15:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Mar 2013 21:15:42 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 05 22:16:06 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 1UCzDQ-0001nZ-OE for guile-devel@m.gmane.org; Tue, 05 Mar 2013 22:16:04 +0100 Original-Received: from localhost ([::1]:53955 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCzD1-0008MQ-NY for guile-devel@m.gmane.org; Tue, 05 Mar 2013 16:15:39 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:40953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCzCi-0008Kh-Uh for guile-devel@gnu.org; Tue, 05 Mar 2013 16:15:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCzCX-0005ZA-25 for guile-devel@gnu.org; Tue, 05 Mar 2013 16:15:15 -0500 Original-Received: from world.peace.net ([96.39.62.75]:51593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCzCW-0005TA-UD for guile-devel@gnu.org; Tue, 05 Mar 2013 16:15:08 -0500 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UCzCI-0003mr-Ab; Tue, 05 Mar 2013 16:14:54 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 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:15866 Archived-At: 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.