unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* include bug in guile
@ 2016-03-29 17:16 rain1
  2016-03-30  1:05 ` Wette, Matthew R (3441)
  0 siblings, 1 reply; 4+ messages in thread
From: rain1 @ 2016-03-29 17:16 UTC (permalink / raw)
  To: guile-devel

I think this is a bug in guile relating to "include":

a.scm: (define a 1)
b.scm: (include "a.scm") (display a) (newline)

guile -l b.scm # prints 1

now update
a.scm: (define a 2)

guile -l b.scm # still prints 1




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

end of thread, other threads:[~2016-03-31 12:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-29 17:16 include bug in guile rain1
2016-03-30  1:05 ` Wette, Matthew R (3441)
2016-03-31 12:39   ` Wette, Matthew R (3441)
2016-03-31 12:55     ` rain1

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