On Thu 24 Mar 2011 02:25, Neil Jerram <n...@ossau.uklinux.net> writes:

> I noticed that the filename properties in installed .go files always
> begin with "module/".  Is this correct and, if not, does it matter?
>
> (For example, and-let-star.go has several occurrences of
> module/ice-9/and-let-star.scm where I'd expect just
> ice-9/and-let-star.scm.)

It does matter, yes: that suffix is used for looking for a file within
the load path, and obviously having module/ on the beginning isn't going
to work.  Good catch.  You'll have to rebuild everything to get the
right paths residualized.

Pushed a fix to git.

Andy
-- 
http://wingolog.org/

Reply via email to