On 3/2/19 8:23 AM, Matt Wette wrote:
Is there a known issue for include-from-path for 2.0.14?
I'm testing install scripts and what seems to work with "guild" on
2.2.3 does not with 2.0.14:
context: foo.scm includes the expression (include-from-path
"abc/def/bar.scm")
On 2.2.3:
guild compile -L . -o abc/def/foo.go abc/def/foo.scm
works
On 2.0.14:
guild compile -L . -o abc/def/foo.go abc/def/foo.scm
error: no such file: abc/def/./abc/def/bar.scm
But 2.0.14 works if I use -L `pwd`
I will go with that.