unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* GIT version: values writing
@ 2011-01-18  9:57 Hans Aberg
  2011-01-19 14:44 ` GIT version: values Hans Åberg
                   ` (4 more replies)
  0 siblings, 5 replies; 32+ messages in thread
From: Hans Aberg @ 2011-01-18  9:57 UTC (permalink / raw)
  To: bug-guile

There seems to be a bug in GIT version when writing the 'values' data  
type.
   (list 2 (values 3 4) 5)
   $1 = (2 3 5)
with the value 4 lost In guile-1.8.8, it would write
   (2 #<values 3 4> 5)

The top level write out all values:
   (values 3 4)
   $2 = 3
   $3 = 4

The values correspond to tuples, so they might be written out as  
ordinary tuples, though that is perhaps not Scheme style.




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

end of thread, other threads:[~2011-01-29 22:51 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-18  9:57 GIT version: values writing Hans Aberg
2011-01-19 14:44 ` GIT version: values Hans Åberg
2011-01-26 20:51   ` Andy Wingo
2011-01-26 23:34     ` Hans Aberg
2011-01-27  9:00       ` Andy Wingo
2011-01-27 13:20         ` Hans Aberg
2011-01-19 17:05 ` Hans Aberg
2011-01-20 15:17   ` Ludovic Courtès
2011-01-20 17:10     ` Hans Aberg
2011-01-19 19:40 ` GIT version: segmentation fault Hans Aberg
2011-01-26 20:46   ` Andy Wingo
2011-01-26 23:37     ` Hans Aberg
2011-01-19 22:22 ` GIT version: missing linking flag Hans Aberg
2011-01-20 15:20   ` Ludovic Courtès
2011-01-20 17:03     ` Hans Aberg
2011-01-20 21:01       ` Ludovic Courtès
2011-01-20 21:13         ` Hans Aberg
2011-01-21 16:02           ` Ludovic Courtès
2011-01-21 17:59             ` Hans Aberg
2011-01-26 20:52               ` Andy Wingo
2011-01-26 23:44                 ` Hans Aberg
2011-01-29 21:47             ` Ludovic Courtès
2011-01-29 22:51               ` Hans Aberg
2011-01-26 20:55       ` Andy Wingo
2011-01-26 23:47         ` Hans Aberg
2011-01-20 15:16 ` GIT version: values writing Ludovic Courtès
2011-01-20 16:51   ` Hans Aberg
2011-01-20 21:18     ` Ludovic Courtès
2011-01-20 21:55       ` Hans Aberg
2011-01-21 17:13       ` Values extension Hans Aberg
2011-01-26 20:57     ` GIT version: values writing Andy Wingo
2011-01-26 23:50       ` Hans Aberg

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