bytevector-ieee-double-ref for big-endian uses the wrong index
Bug #297855 reported by
G. Weinholt
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ikarus Scheme |
Fix Committed
|
Medium
|
Abdulaziz Ghuloum |
Bug Description
$ ikarus
Ikarus Scheme version 0.0.3+ (revision 1673, build 2008-11-13, 64-bit)
Copyright (c) 2006-2008 Abdulaziz Ghuloum
> (let ((b (make-bytevector 16 0)))
(bytevector
(bytevector
(values
(bytevecto
(bytevecto
2.71
2.71
>
It would seem that index 0 is used no matter what index is given.
Related branches
Changed in ikarus: | |
milestone: | none → 0.0.4 |
To post a comment you must log in.
Fixed in 1675. Thanks! (this must have been nasty for you to find)