[racket] Bug with equal? and bit-vectors
On Thu, 26 Feb 2015 12:57:51 -0800, Ryan Davis
<zenspider at gmail.com> wrote:
>>
>> On Feb 25, 2015, at 23:25, George Neuner <gneuner2 at comcast.net> wrote:
>
>> It's still in the 6.1.1 release.
>>
>> I played with it a little: if the two bit-vectors have equal length
>> and the length is <= 8, then equal? always returns #t ... the values
>> of the elements seem to be ignored.
>
>Please file a bug so it gets properly tracked.
Done.
Greg and Robby believe it is fixed in the development version, but to
be safe I filed on the release version.
George