Re: [PATCH] Update comment about uc_locale_language

2011-03-26 Thread Andy Wingo
On Sat 26 Mar 2011 16:51, Bruno Haible writes: > The comment about uc_locale_language is outdated. Please consider this patch > (to be applied with "patch -p0"). Applied. Thanks! Andy -- http://wingolog.org/

Re: Strategy for supporting GOOPS based numeric types

2011-03-26 Thread Andy Wingo
Hi Mark, On Thu 10 Mar 2011 00:28, Mark H Weaver writes: > #define SCM_GNUMBERP(x) \ > (SCM_STRUCTP (x) && (SCM_STRUCT_VTABLE_FLAGS (x) & SCM_CLASSF_NUMBER)) > > scm_number_p is implemented as: > > return scm_from_bool (SCM_NUMBERP (x) || SCM_GNUMBERP (x)); It's a late reply, but I just wan

Re: Guile Book

2011-03-26 Thread Andy Wingo
On Fri 25 Mar 2011 21:29, l...@gnu.org (Ludovic Courtès) writes: > Mike Gran writes: > >> The Guile web site links to a doc on lonelycactus.com, which I'm going >> to repurpose at somepoint in the future.  The doc is way obsolete, so it >> should probably be de-linked. > > Done, At a user's requ

[PATCH] Update comment about uc_locale_language

2011-03-26 Thread Bruno Haible
Hi, The comment about uc_locale_language is outdated. Please consider this patch (to be applied with "patch -p0"). 2011-03-26 Bruno Haible Update comment about uc_locale_language. * libguile/i18n.c (locale_language): Update comment. --- libguile/i18n.c.origSat Mar 26

Re: Error in make check building guile-lib for guile 2.0. trap-enable unbound

2011-03-26 Thread Ludovic Courtès
Hello! Andy Wingo writes: > On Mon 07 Mar 2011 22:14, l...@gnu.org (Ludovic Courtès) writes: > >> Thoughts? > > Thanks for dealing with Guile-lib's bugs! I went ahead and pushed a > 0.2.0 release. Excellent! (I see 8942bd0cf6192526af5490a7c26ff1cef0fe3916 makes it clear that (sxml fold) doesn

Re: Fmt Module

2011-03-26 Thread Andreas Rottmann
l...@gnu.org (Ludovic Courtès) writes: > Hello, > > Andreas Rottmann writes: > >> l...@gnu.org (Ludovic Courtès) writes: > >> However, even if I think based on your criteria nothing speaks against >> including fmt in Guile, there is still the argument of code duplication: >> if some external libr

Re: Error in make check building guile-lib for guile 2.0. trap-enable unbound

2011-03-26 Thread Andy Wingo
On Mon 07 Mar 2011 22:14, l...@gnu.org (Ludovic Courtès) writes: > Thoughts? Thanks for dealing with Guile-lib's bugs! I went ahead and pushed a 0.2.0 release. Regards, Andy -- http://wingolog.org/