test patch for slib3

Derek Atkins warlord at MIT.EDU
Tue Mar 30 09:42:49 EST 2004


Andreas Rottmann <a.rottmann at gmx.at> writes:

> I'd add an (use-modules (ice-9 format)) to be safe.

I can do this...  But I don't think it's necessary.

>>From the Guile reference manual:
>
> ,----
> |    The `format' procedure, to be found in module `(ice-9 format)', can
> | do all this, and even more.  If you are a C programmer, you can think
> | of this procedure as Guile's `fprintf'.
> `----

Is this true on older versions of guile?  We still support guiles back
to 1.3.4 in the 1.8 tree.

> The "default" format is simple-format, which only understands ~S and ~A.

I think that may be sufficient...  Looking at all the places where we
call "format" in the scheme code, we only use ~S and ~A.  So
simple-format is just fine.

Did my patch actually work, tho?  That's the question!

> Andy

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list