Heya,
On Tue 15 May 2012 00:30, Mark H Weaver 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 if we are not
Hi Mark,
Mark H Weaver 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
>> "home/ludo/src/guile/test-suite/lalr/co
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
> "home/ludo/src/guile/test-suite/lalr/common-test.scm" in load path
>
> (These tests
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 me