Re: string-every returns #f when applied to an empty sequence

2004-08-13 Thread Rob Browning
Kevin Ryde [EMAIL PROTECTED] writes: Thanks. If it's contrary to the spec then it's a bug in guile. Looks like guile also doesn't make the final predicate application a tail call the way the spec describes. Not sure how to fix that. Actually, we can change it so that we handle the last

segfault if no GUILE_LOAD_PATH

2004-08-13 Thread Bill Schottstaedt
In the CVS guile, if you don't have GUILE_LOAD_PATH set, you get an immediate segfault: /home/bil/cl/ gdb ../test/bin/guile (gdb) run Starting program: /home/bil/test/bin/guile [New Thread 1075184800 (LWP 29892)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1075184800

Re: segfault if no GUILE_LOAD_PATH

2004-08-13 Thread Marius Vollmer
Bill Schottstaedt [EMAIL PROTECTED] writes: In the CVS guile, if you don't have GUILE_LOAD_PATH set, you get an immediate segfault: Yep, thanks. Fixed! -- Marius Vollmer AG Datentechnik / E-Technik Tel: +49-231-755-3036 Universität Dortmund