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

Reply via email to