REBOL3 tracker
  0.9.12 beta
Ticket #0001789 User: anonymous

Project:



rss
TypeBug Statusreviewed Date2-Dec-2010 15:03
Versionalpha 110 CategoryDatatype Submitted bycyphre2
PlatformAll Severitymajor Prioritynormal

Summary CHANGE on GOB! doesn't work
Description It looks CHANGE inserts the subgob in the gob/pane instead of changing it.
Example code
>> g: make gob! []
== make gob! [offset: 0x0 size: 100x100 alpha: 0]
>> g1: make gob! []
== make gob! [offset: 0x0 size: 100x100 alpha: 0]
>> g2: make gob! []
== make gob! [offset: 0x0 size: 100x100 alpha: 0]
>> append g g1
== make gob! [offset: 0x0 size: 100x100 alpha: 0]
>> length? g
== 1
>> change g g2
== make gob! [offset: 0x0 size: 100x100 alpha: 0]
>> length? g
== 2

Assigned ton/a Fixed in- Last Update30-Jan-2011 18:57


Comments

Date User Field Action Change
30-Jan-2011 18:57 carl Status Modified submitted => reviewed
12-Dec-2010 07:59 BrianH Category Modified Graphics => Datatype
4-Dec-2010 02:19 BrianH Code Modified -
4-Dec-2010 02:19 BrianH Category Modified Unspecified => Graphics
2-Dec-2010 15:03 cyphre2 Ticket Added -