[PATCH] Let (format) used in exceptions be overriden

2018-10-20 Thread daniel . llorens
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

Re: [PATCH] Let (format) used in exceptions be overriden

2018-10-20 Thread Mark H Weaver
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

Re: GNU Guile 2.9.1 Released [beta]

2018-10-20 Thread Matt Wette
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)