REBOL3 tracker
  0.9.12 beta
Ticket #0001398 User: anonymous

Project:



rss
TypeBug Statustested Date21-Dec-2009 13:53
Versionalpha 95 CategoryDatatype Submitted bymeijeru
PlatformAll Severityminor Prioritynormal

Summary Cannot set bitset components with index 65536 and over
Description 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.
Example code
>> b: charset ""
>> b/65535: true
== true
>> b/65536
== none ;; getting is always possible
>> b/65536: true
** error

Assigned ton/a Fixed inalpha 97 Last Update8-Feb-2010 01:55


Comments
(0001970)
Carl
6-Feb-2010 05:06

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

Date User Field Action Change
8-Feb-2010 01:55 BrianH Status Modified built => tested
6-Feb-2010 05:06 carl Comment : 0001970 Added -
6-Feb-2010 05:05 carl Fixedin Modified => alpha 97
6-Feb-2010 05:05 carl Status Modified reviewed => built
23-Dec-2009 13:12 carl Code Modified -
23-Dec-2009 13:12 carl Status Modified submitted => reviewed
21-Dec-2009 13:53 meijeru Ticket Added -