unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Overwriting bindings by importing
@ 2004-04-30 13:09 Wolfgang Jaehrling
  2004-04-30 23:22 ` Kevin Ryde
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Jaehrling @ 2004-04-30 13:09 UTC (permalink / raw)


Hi!

Is this a bug or only (very) counter-intuitive behaviour?

guile> (version)
"1.6.4"
guile> iota
#<procedure iota (n)>
guile> (use-modules (srfi srfi-1))
guile> iota
#<procedure iota (n)>
guile> (module-ref (resolve-module '(srfi srfi-1)) 'iota)
#<procedure iota (count . rest)>

Note that 1.5.8 did not do this:

guile> (version)
"1.5.8"
guile> iota
#<procedure iota (n)>
guile> (use-modules (srfi srfi-1))
guile> iota
#<procedure iota (count . rest)>

Cheers,
Wolfgang

-- 
Repeating false statements makes them true.
Repeating false statements makes them true.
Repeating false statements makes them true.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


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

end of thread, other threads:[~2004-05-24 20:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-30 13:09 Overwriting bindings by importing Wolfgang Jaehrling
2004-04-30 23:22 ` Kevin Ryde
2004-05-01 16:12   ` Wolfgang Jaehrling
2004-05-09  0:47     ` Kevin Ryde
2004-05-24 20:49       ` Marius Vollmer

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