From: Kevin Ryde <user42@zip.com.au>
Cc: guile-devel@gnu.org
Subject: Re: Patch for ice-9/format.scm (removes arbitrary ~{...~} iteration limit)
Date: Mon, 19 Jul 2004 10:47:06 +1000 [thread overview]
Message-ID: <87hds42585.fsf@zip.com.au> (raw)
In-Reply-To: <uw5n024s3wv.fsf@merkur.math.uni-magdeburg.de> (Matthias Koeppe's message of "Tue, 13 Jul 2004 10:32:48 +0200")
Matthias Koeppe <mkoeppe@merkur.math.uni-magdeburg.de> writes:
>
> Kevin, could you commit the patch to CVS then? I think this should
> go into HEAD and the stable branch.
Done. Thanks.
> + (pass-if "format ~F (format-out-substr) maintains the column correctly"
> + (= (string-length (format "~@F~20T" 1)) 20)))
Marius has applied this to the head previously. You can argue for it
in the 1.6 if it addresses some bug or misfeature.
> + (pass-if "format ~{ has no arbitrary iteration limit"
> + (= (string-length (format "~{~a~}" (make-list 200 #\b))) 200)))
Tests exercising the other three iteration forms (~{ modifiers) would
be nice, since the code for those is separate.
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
next prev parent reply other threads:[~2004-07-19 0:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-25 14:25 Patch for ice-9/format.scm (removes arbitrary ~{...~} iteration limit) Matthias Koeppe
2004-07-10 1:05 ` Kevin Ryde
2004-07-13 8:32 ` Matthias Koeppe
2004-07-19 0:47 ` Kevin Ryde [this message]
2004-07-19 9:04 ` Matthias Koeppe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87hds42585.fsf@zip.com.au \
--to=user42@zip.com.au \
--cc=guile-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).