bug#21855: eq?

2015-11-08 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Nov 07, 2015 at 01:58:48PM +0100, Atticus wrote: > So I wanted to try out gnu guix and thus make myself more familiar with > guile first. While running some tests I encountered a problem/bug with eq?: > > $ guile -v > guile (GNU Guile) 2.1.1 >

bug#21855: eq?

2015-11-08 Thread Atticus
to...@tuxteam.de writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, Nov 07, 2015 at 01:58:48PM +0100, Atticus wrote: >> So I wanted to try out gnu guix and thus make myself more familiar with >> guile first. While running some tests I encountered a problem/bug with eq?: >> >> $

bug#21855: eq?

2015-11-08 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Nov 08, 2015 at 02:30:42PM +0100, Atticus wrote: [...] > Yes you are right that the implementation may treat it as non #f if both > arguments refer to the same object. In r5rs (and also r6rs) (eq? '(a) > '(a)) is unspecified (r5rs, page 19) a

bug#21863: gcc 5 (5.2.1) breaks guile 1.8.7

2015-11-08 Thread Sergey
Hello. I attempt to build GNU Mailutis (current git) by gcc 5.2.1 but it is failed with === cat mu_address.doc mu_body.doc mu_debug.doc mu_mailbox.doc mu_message.doc mu_mime.doc mu_logger.doc mu_port.doc mu_scm.doc mu_util.doc | \ /usr/bin/guile-tools snarf-check-and-output-texi > gui

bug#21855: eq?

2015-11-08 Thread Atticus
to...@tuxteam.de writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sun, Nov 08, 2015 at 02:30:42PM +0100, Atticus wrote: > > [...] > >> Yes you are right that the implementation may treat it as non #f if both >> arguments refer to the same object. In r5rs (and also r6rs) (eq? '(a) >