metaeducation / rebol-issues

6 stars 1 forks source link

Cannot set bitset components with index 65536 and over #1398

Open rebolbot opened 14 years ago

rebolbot commented 14 years ago

Submitted by: meijeru

I gleaned this from the ALTME group, where it was said that the bug is already in Curecode, but I could not find it, so I added it. See also #1336.

>> b: charset ""
>> b/65535: true
== true
>> b/65536
== none ;; getting is always possible
>> b/65536: true
** error

CC - Data [ Version: alpha 95 Type: Bug Platform: All Category: Datatype Reproduce: Always Fixed-in:alpha 97 ]

rebolbot commented 14 years ago

Submitted by: Carl

Maximum expanded to 7ffffff. Please test it well to make sure no internal wrapping is occurring.