unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* %load-path
@ 2021-06-12  8:47 Damien Mattei
  2021-06-12 11:32 ` %load-path Zelphir Kaltstahl
  0 siblings, 1 reply; 3+ messages in thread
From: Damien Mattei @ 2021-06-12  8:47 UTC (permalink / raw)
  To: guile-user

hi,
i had :
;; set current path in load path
(set! %load-path (reverse (cons "." (reverse %load-path))))
in my .guile
in guile 2.*
and i was able to load module like that:
(not sure it is correct to do that)

(use-modules (guile/growable-vector))
and now it works with:
(use-modules (guile growable-vector))

in guile 2.* the beahvior was exactly opposite: the first example worked
not the second

did someone know if it changed? or a possible problem in my config files?

Damien


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

end of thread, other threads:[~2021-06-12 12:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12  8:47 %load-path Damien Mattei
2021-06-12 11:32 ` %load-path Zelphir Kaltstahl
2021-06-12 12:08   ` %load-path tomas

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