Comment #10 on issue 1247 by [email protected]: Use new modules provided by Guile
V2 - Part 1 (ice-9 curried-definitions)
http://code.google.com/p/lilypond/issues/detail?id=1247
It's worth noting that (ice-9 curried-definitions) is broken in all
currently released versions of Guile (including 2.0.9). It's pretty hard
to track down since superficially everything looks fine, but define-public
does not actually export the curried definition. A fix has been committed
to the stable-2.0 branch of GUILE as
commit 0ac084bf2b0b0d7dcae4c5f27477f5af0374d6e5 (HEAD, origin/stable-2.0,
stable-2.0)
Author: Mark H Weaver <[email protected]>
Date: Fri Aug 23 01:57:50 2013 -0400
Fix 'define-public' from (ice-9 curried-definitions).
* module/ice-9/curried-definitions.scm (cdefine, cdefine*): Simplify,
and improve error reporting by making the patterns more strict.
(define-public): Fix bug in generated 'export' form.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings