From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.devel Subject: Re: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.1-40-g2252321 Date: Sat, 14 May 2011 01:20:02 +0200 Message-ID: <87pqnmb331.fsf@gmx.at> References: <87liyhe047.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1305328826 9810 80.91.229.12 (13 May 2011 23:20:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 May 2011 23:20:26 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat May 14 01:20:21 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QL1ef-0000U3-0z for guile-devel@m.gmane.org; Sat, 14 May 2011 01:20:21 +0200 Original-Received: from localhost ([::1]:48765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QL1ed-0002pT-E7 for guile-devel@m.gmane.org; Fri, 13 May 2011 19:20:19 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QL1eb-0002pI-Ej for guile-devel@gnu.org; Fri, 13 May 2011 19:20:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QL1ea-0003is-6j for guile-devel@gnu.org; Fri, 13 May 2011 19:20:17 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:53187) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QL1eZ-0003iA-R7 for guile-devel@gnu.org; Fri, 13 May 2011 19:20:16 -0400 Original-Received: (qmail invoked by alias); 13 May 2011 23:20:12 -0000 Original-Received: from 85-127-56-179.dynamic.xdsl-line.inode.at (EHLO nathot.lan) [85.127.56.179] by mail.gmx.net (mp009) with SMTP; 14 May 2011 01:20:12 +0200 X-Authenticated: #3102804 X-Provags-ID: V01U2FsdGVkX18EVNYRe90E4Lb618rRNbyd57WXiscafhyI8XGvNB kM7zIJ75LTReIe Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by nathot.lan (Postfix) with ESMTP id AEE6E3A6A5; Sat, 14 May 2011 01:20:11 +0200 (CEST) Original-Received: from nathot.lan ([127.0.0.1]) by localhost (nathot.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EtUSvR7xIX9N; Sat, 14 May 2011 01:20:02 +0200 (CEST) Original-Received: from delenn.lan (delenn.lan [192.168.3.11]) by nathot.lan (Postfix) with ESMTP id B94463A68F; Sat, 14 May 2011 01:20:02 +0200 (CEST) Original-Received: by delenn.lan (Postfix, from userid 1000) id 6A1392C0086; Sat, 14 May 2011 01:20:02 +0200 (CEST) In-Reply-To: <87liyhe047.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Sun, 08 May 2011 16:30:00 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 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:12489 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Andreas, > > Thanks for taking care of this, and thanks for the great doc too! > > "Andreas Rottmann" writes: > >> commit 2252321bb77fe83d98d5bcc9db1c76b914e9dd6a >> Author: Andreas Rottmann >> Date: Sat May 7 23:40:14 2011 +0200 >> >> Make the R6RS simple I/O library use conditions >>=20=20=20=20=20 >> * module/rnrs/io/ports.scm (display): Implement as an >> exception-converting wrapper around Guile's core display. >> * module/rnrs/io/simple.scm: Don't export Guile's corresponding core >> procedures, but use `(rnrs io ports)' instead. This way, we get t= he >> conditions required by R6RS raised. >>=20=20=20=20=20 >> * doc/ref/r6rs.texi (rnrs io simple): Mention that these procedures = are >> supposed to raise R6RS conditions. > > Could you add one or more test cases? > I've started to hack on this, aiming for at least providing tests of a "control sample" of exception-related behaviors in `(rnrs io simple)' and parts of `(rnrs io ports)'. However, as this is already significantly more than one test, it may take a bit. I could however push my existing work at any point, if that's needed for any reason. Regards, Rotty --=20 Andreas Rottmann --