* (class-of #u32(1 2 3 4))
@ 2010-01-12 8:39 Tristan Colgate
2010-10-30 10:15 ` Neil Jerram
0 siblings, 1 reply; 2+ messages in thread
From: Tristan Colgate @ 2010-01-12 8:39 UTC (permalink / raw)
To: guile-devel
Hi all,
I mentioned this on IRC but thought I'd pop a message in here to incase.
git master is return <unknown> for (class-of #u32(1 2 3 4)) rather than
the previous <uvec>. Apparently this is related to
"reimplement srfi-4 vectors on top of bytevectors"
Cheers,
--
Tristan Colgate-McFarlane
----
"You can get all your daily vitamins from 52 pints of guiness, and a
glass of milk"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: (class-of #u32(1 2 3 4))
2010-01-12 8:39 (class-of #u32(1 2 3 4)) Tristan Colgate
@ 2010-10-30 10:15 ` Neil Jerram
0 siblings, 0 replies; 2+ messages in thread
From: Neil Jerram @ 2010-10-30 10:15 UTC (permalink / raw)
To: Tristan Colgate; +Cc: guile-devel
Tristan Colgate <tcolgate@gmail.com> writes:
> Hi all,
>
> I mentioned this on IRC but thought I'd pop a message in here to incase.
>
> git master is return <unknown> for (class-of #u32(1 2 3 4)) rather than
> the previous <uvec>. Apparently this is related to
> "reimplement srfi-4 vectors on top of bytevectors"
>
> Cheers,
According to my old email, I don't think there was any followup to this,
so I just checked if it's fixed by now:
scheme@(guile-user)> (use-modules (oop goops))
scheme@(guile-user)> (class-of #u32(1 2 3 4))
$1 = #<<class> <uvec> 9cd8870>
:-)
Neil
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-30 10:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-12 8:39 (class-of #u32(1 2 3 4)) Tristan Colgate
2010-10-30 10:15 ` Neil Jerram
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).