unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#14922: guard expression doesn't catch everything
@ 2013-07-21  9:29 Göran Weinholt
  2013-08-10 17:07 ` bug#14922: Improving R6RS exception handling in Guile Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: Göran Weinholt @ 2013-07-21  9:29 UTC (permalink / raw)
  To: 14922

[-- Attachment #1: Type: text/plain, Size: 1257 bytes --]

Hello schemers,

the guard expression from (rnrs) would be a lot more useful if it
managed to catch all exceptions. As it is now, some errors will bypass
the guard:

scheme@(guile-user)> (import (rnrs))
scheme@(guile-user)> (guard (exn (else #f)) (fx+ #f #f))
$1 = #f
scheme@(guile-user)> (guard (exn (else #f)) (fx+))
;;; <stdin>:3:0: warning: possibly wrong number of arguments to `fx+'
rnrs/arithmetic/fixnums.scm:153:2: In procedure fx+:
rnrs/arithmetic/fixnums.scm:153:2: Wrong number of arguments to #<procedure fx+ (fx1 fx2)>

The background is that I'm working on a program that intentionally calls
procedures with bad arguments, and it needs to determine if the
procedure accepted the arguments or not. Ideally the object raised would
be a proper and correct R6RS condition object, but I suspect that most
of the existing Guile code doesn't raise conditions like that. I think
it would be a step forward if guard at least caught the exception, even
if the condition object might not be very useful.

Tested with Guile 2.0.9.40-824b-dirty.

Regards,

-- 
Göran Weinholt <goran@weinholt.se>
"Bring me back // to a story left untold // so we can write the ending."
 -- Aly & Fila feat. Jwaydan - We Control The Sunlight

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <87txixqxsp.fsf@tines.lan>]

end of thread, other threads:[~2013-11-18  6:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-21  9:29 bug#14922: guard expression doesn't catch everything Göran Weinholt
2013-08-10 17:07 ` bug#14922: Improving R6RS exception handling in Guile Mark H Weaver
     [not found] <87txixqxsp.fsf@tines.lan>
2013-08-15 10:50 ` Göran Weinholt
     [not found] ` <87pptf8bz2.fsf@industria.weinholt.se>
2013-11-18  6:16   ` Mark H Weaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).