unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* "module/" prefix in /usr/local/lib/guile/2.0/ccache/ice-9/*.go
@ 2011-03-24  1:25 Neil Jerram
  2011-03-31 21:36 ` Andy Wingo
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Jerram @ 2011-03-24  1:25 UTC (permalink / raw)
  To: guile-devel

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.)

     Neil



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: "module/" prefix in /usr/local/lib/guile/2.0/ccache/ice-9/*.go
  2011-03-24  1:25 "module/" prefix in /usr/local/lib/guile/2.0/ccache/ice-9/*.go Neil Jerram
@ 2011-03-31 21:36 ` Andy Wingo
  2011-03-31 22:05   ` Neil Jerram
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Wingo @ 2011-03-31 21:36 UTC (permalink / raw)
  To: Neil Jerram; +Cc: guile-devel

On Thu 24 Mar 2011 02:25, Neil Jerram <neil@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/



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: "module/" prefix in /usr/local/lib/guile/2.0/ccache/ice-9/*.go
  2011-03-31 21:36 ` Andy Wingo
@ 2011-03-31 22:05   ` Neil Jerram
  0 siblings, 0 replies; 3+ messages in thread
From: Neil Jerram @ 2011-03-31 22:05 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guile-devel

Andy Wingo <wingo@pobox.com> writes:

> 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.

Great, thanks!

    Neil



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-31 22:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24  1:25 "module/" prefix in /usr/local/lib/guile/2.0/ccache/ice-9/*.go Neil Jerram
2011-03-31 21:36 ` Andy Wingo
2011-03-31 22:05   ` Neil Jerram

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).