unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#38237: I/O errors do not currently have their own exception type
@ 2019-11-16 21:09 Andy Wingo
  0 siblings, 0 replies; only message in thread
From: Andy Wingo @ 2019-11-16 21:09 UTC (permalink / raw)
  To: 38237

For R7RS, this should be true:

  (file-error? (guard (exn (else exn)) (open-input-file " no such file ")))

However currently an error during Guile's open-input-file doesn't raise
a specific-enough exception for file-error? to be implementable.
Something to fix.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-16 21:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-16 21:09 bug#38237: I/O errors do not currently have their own exception type Andy Wingo

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).