Hi!
This:
echo "(package: a)" > gerbil.pkg
echo "(define (abc) 'yes)" > a.scm
gxi
(import ./a)
fails with:
> (import ./a)
*** ERROR IN ##main -- Syntax Error
*** ERROR IN (console)@1.9
--- Syntax Error: Cannot resolve relative module path; not in module context
... form: ./a
This should obviously work, right?! what's wrong??
Phil