Re: excpetion printing

2021-05-04 Thread Ludovic Courtès
Hi Matt, Matt Wette skribis: > Is there any error I can throw in Guile that I don't catch myself > but will result in a user-friendly error message at the top?  Not this: > > Throw to key `misc' with args `("read-yaml-file" "file not found: ~S" > ("demo1x.yml") #f)'. You can call ‘print-excepti

Re: excpetion printing

2021-04-20 Thread Matt Wette
On 4/20/21 5:43 PM, Matt Wette wrote: Is there any error I can throw in Guile that I don't catch myself but will result in a user-friendly error message at the top?  Not this: Throw to key `misc' with args `("read-yaml-file" "file not found: ~S" ("demo1x.yml") #f)'. I did get this: yaml.

excpetion printing

2021-04-20 Thread Matt Wette
Is there any error I can throw in Guile that I don't catch myself but will result in a user-friendly error message at the top?  Not this: Throw to key `misc' with args `("read-yaml-file" "file not found: ~S" ("demo1x.yml") #f)'.