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: Re: [PATCH] Add SRFI-41 Date: Tue, 26 Mar 2013 22:53:45 -0400 Message-ID: <87sj3h7dty.fsf@tines.lan> References: <87li9hbn8m.fsf@tines.lan> <87ip4lxhc5.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1364352850 17032 80.91.229.3 (27 Mar 2013 02:54:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Mar 2013 02:54:10 +0000 (UTC) Cc: "Chris K. Jester-Young" , guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Mar 27 03:54:35 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 1UKgVS-0001qn-9y for guile-devel@m.gmane.org; Wed, 27 Mar 2013 03:54:30 +0100 Original-Received: from localhost ([::1]:52405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKgV4-0007nZ-D3 for guile-devel@m.gmane.org; Tue, 26 Mar 2013 22:54:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKgV0-0007nU-Qw for guile-devel@gnu.org; Tue, 26 Mar 2013 22:54:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKgUz-0002p2-PV for guile-devel@gnu.org; Tue, 26 Mar 2013 22:54:02 -0400 Original-Received: from world.peace.net ([96.39.62.75]:50772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKgUz-0002oq-Kw for guile-devel@gnu.org; Tue, 26 Mar 2013 22:54:01 -0400 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 1UKgUs-0000bB-CJ; Tue, 26 Mar 2013 22:53:54 -0400 In-Reply-To: <87ip4lxhc5.fsf@pobox.com> (Andy Wingo's message of "Thu, 21 Mar 2013 09:55:22 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) 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:16012 Archived-At: Andy Wingo writes: > On Thu 21 Mar 2013 01:38, Mark H Weaver writes: > >> Chris K. Jester-Young has been hard at work getting his SRFI-41 >> implementation ready in time for Guile 2.0.8, and I think it might be >> ready to push. What do you think? > > Needs documentation. Good point :) Here's an updated version of the SRFI-41 patch set. The first patch includes the actual code along with stub docs (and is credited to cky, although again I've made some tweaks since he last looked), and the second patch includes a full set of documentation. I'd especially appreciate a review of my texinfo code (if someone has time to do so) but I looked at both the info and pdf output, and I didn't see any glaring problems. If anyone wants to see the incremental evolution of this patch set, the history is on the srfi-41 branch. I'd like to push this in the next couple of days if possible, since we hope to release 2.0.8 soon. I think it's ready. What do you think? Mark