From: Daniel Llorens
* module/ice-9/boot-9.scm (exception-format): new variable. Globally
replace uses of (format) by (exception-format).
---
module/ice-9/boot-9.scm | 52 ++---
1 file changed, 28 insertions(+), 24 deletions(-)
diff --git a/module/i
Hi Daniel,
daniel.llor...@bluewin.ch writes:
> From: Daniel Llorens
>
> * module/ice-9/boot-9.scm (exception-format): new variable. Globally
> replace uses of (format) by (exception-format).
What's the rationale for this proposed change?
All but one of the occurrences of 'format' that you re
On 10/10/18 2:31 AM, Andy Wingo wrote:
We are pleased to announce GNU Guile release 2.9.1. This is the first
pre-release of what will eventually become the 3.0 release series.
configure, make, check all worked for me on macOS 10.12.6 (w/ gcc 7.3)