guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

include-from-path in 2.0.14 broken?


From: Matt Wette
Subject: include-from-path in 2.0.14 broken?
Date: Sat, 2 Mar 2019 08:23:04 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

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

Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]