bug#60799: Bogus 'Error while printing exception' message when raising srfi-35 exception

2023-01-14 Thread Maxim Cournoyer
Hello Ricardo, Ricardo Wurmus writes: > Hi Maxim, > >> When raising a srfi-35 defined exception type like in the following, a >> generic (and unhelpful) "Error while printing exception" message is >> shown, with not even the exception type mentioned: >> >> (use-modules (srfi srfi-35)) >> >>

bug#60799: Bogus 'Error while printing exception' message when raising srfi-35 exception

2023-01-13 Thread Ricardo Wurmus
Hi Maxim, > When raising a srfi-35 defined exception type like in the following, a > generic (and unhelpful) "Error while printing exception" message is > shown, with not even the exception type mentioned: > > (use-modules (srfi srfi-35)) > > (define-condition-type >

bug#60799: Bogus 'Error while printing exception' message when raising srfi-35 exception

2023-01-13 Thread Maxim Cournoyer
Hello Guile, When raising a srfi-35 defined exception type like in the following, a generic (and unhelpful) "Error while printing exception" message is shown, with not even the exception type mentioned: --8<---cut here---start->8--- (use-modules (srfi