Re: Empty entries in $GUILE_LOAD_PATH

2012-05-15 Thread Ludovic Courtès
Hi Mark, Mark H Weaver m...@netris.org skribis: l...@gnu.org (Ludovic Courtès) writes: Try something like: $ GUILE_LOAD_PATH=/foo/bar: make check … and see the LALR tests fail with: ERROR: In procedure primitive-load-path: Unable to find file

Re: Empty entries in $GUILE_LOAD_PATH

2012-05-15 Thread Andy Wingo
Heya, On Tue 15 May 2012 00:30, Mark H Weaver m...@netris.org writes: It seems to me that a valid load path should never contain empty entries, because the empty string is not a valid path. Traditionally empty path components indicate the current directory, AFAIK. I think they're valid, and

Empty entries in $GUILE_LOAD_PATH

2012-05-08 Thread Ludovic Courtès
Hello! Try something like: $ GUILE_LOAD_PATH=/foo/bar: make check … and see the LALR tests fail with: ERROR: In procedure primitive-load-path: Unable to find file home/ludo/src/guile/test-suite/lalr/common-test.scm in load path (These tests use ‘load’.) Is that expected? What’s the