From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marco Maggi Newsgroups: gmane.lisp.guile.user Subject: Re: [r6rs] quest to make the makers package work Date: Sat, 19 Jun 2010 20:16:53 +0200 Message-ID: <87y6ea6g6i.fsf@rapitore.luna> References: <87bpbmos7x.fsf@rapitore.luna> <878w6e9ke0.fsf@rapitore.luna> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276971400 20311 80.91.229.12 (19 Jun 2010 18:16:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Jun 2010 18:16:40 +0000 (UTC) Cc: guile-user@gnu.org To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Jun 19 20:16:38 2010 connect(): No such file or directory Return-path: Envelope-to: guile-user@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 1OQ2as-00009Z-6X for guile-user@m.gmane.org; Sat, 19 Jun 2010 20:16:38 +0200 Original-Received: from localhost ([127.0.0.1]:45016 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQ2ar-0001mf-KK for guile-user@m.gmane.org; Sat, 19 Jun 2010 14:16:37 -0400 Original-Received: from [140.186.70.92] (port=34768 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQ2al-0001jO-HJ for guile-user@gnu.org; Sat, 19 Jun 2010 14:16:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQ2ak-0000PN-7B for guile-user@gnu.org; Sat, 19 Jun 2010 14:16:31 -0400 Original-Received: from relay-pt2.poste.it ([62.241.5.253]:62904) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQ2ak-0000Ox-0V for guile-user@gnu.org; Sat, 19 Jun 2010 14:16:30 -0400 Original-Received: from rapitore.luna (93.147.76.241) by relay-pt2.poste.it (8.5.121.01) (authenticated as marco.maggi-ipsu@poste.it) id 4C1BFABA0001B481; Sat, 19 Jun 2010 20:16:19 +0200 Original-Sender: marco@localhost X-Loop: marco@maggi.it X-Mailer: GNU Emacs In-Reply-To: marco@localhost 2010 19:29:21 +0200") Original-Lines: 18 X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7906 Archived-At: "Andy Wingo" wrote: > I added open-string-input-port and > open-string-output-port, and at this point Marco's module > passes its tests, though with many warnings about > duplicated bindings. Yes! Thanks to everyone. My infix to prefix transformer works too, even though compilation with both packages fails with multiple errors like: ;;; key wrong-type-arg, throw_args ("dirname" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "string" #f) (#f)) with commit a2e0b12608ccc578f66473f67ffaafa4309b2c14. -- Marco Maggi