guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Reader bug in 1.7


From: Roland Orre
Subject: Reader bug in 1.7
Date: Fri, 20 Feb 2004 02:42:10 +0100

A uniform vector of type double is read as a vector.

guile-user> (array-prototype #i(1 2 3 4))
()
guile-user> (array-prototype #s(1 2 3 4))
1.0

I'm mostly using 1.7 now (I'm in research, not production) but I hadn't
noticed this until now because most often I'm using float vectors. I
found it when testing one of my uniform vector routines.

        Best regards
        Roland Orre






reply via email to

[Prev in Thread] Current Thread [Next in Thread]