Tristan Colgate <tcolg...@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