unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* file-exists? confused
@ 2006-03-13 16:55 Bill Schottstaedt
  2006-03-13 21:17 ` Kevin Ryde
  0 siblings, 1 reply; 5+ messages in thread
From: Bill Schottstaedt @ 2006-03-13 16:55 UTC (permalink / raw)


The new Guile's file-exists? function is confused by very large files:

guile> (version)
"1.8.0"
guile> (file-exists? "/home/bil/zap/sounds/bigger.snd")
#f
guile> (quit)

/home/bil/ ls -la /home/bil/zap/sounds/bigger.snd
-rw-r--r--  1 bil bil 6350320648 Mar 13 04:07 /home/bil/zap/sounds/bigger.snd

guile> (version)
"1.6.4"
guile> (file-exists? "/home/bil/zap/sounds/bigger.snd")
#t



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-03-29  0:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-13 16:55 file-exists? confused Bill Schottstaedt
2006-03-13 21:17 ` Kevin Ryde
2006-03-14 22:33   ` Kevin Ryde
2006-03-25 22:48     ` Marius Vollmer
2006-03-29  0:45       ` Kevin Ryde

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