bug#39509: guile-3.0.0: Error while printing exception
Ludovic Courtès <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi Klaus, Klaus Stehle <[email protected]> skribis: > ;; The compiled program II says: "Error while printing exception". > ;; It doesn't matter which function produces the string for the error message. > ;; The compiled version does not work, if the message string is the returned > ;; value of a function. The pure example: > > (error ((lambda () "If compiled we won't see this error message!"))) This is now fixed in commit d49453259bf97aed6d7e41d1bb364b62310c088f, which will be in 3.0.1. Thanks! Ludo’.