REBOL3 tracker
  0.9.12 beta
Ticket #0000186 User: anonymous

Project:



rss
TypeBug Statusdismissed Date2-Jul-2007 17:55
Version1.0.0 Categoryn/a Submitted byhenrikmk
PlatformAll Severitytrivial Prioritynone

Summary b: make gob! a does not copy or reference panes in 'a to 'b
Description a: make gob! []
b: make gob! []
append a b
a/pane ; == [make gob! ....]
c: make gob! a
c/pane ; == [] should be a copy of or reference to a/pane?
Example code

			

Assigned ton/a Fixed in- Last Update16-Jul-2007 20:57


Comments
(0000099)
admin
16-Jul-2007 20:57

I think it makes sense that the pane is not copied... -Gabriele

Currently, a GOB can only be in one pane at a time. So, the pane is not copied or it would violate that rule.

Date User Field Action Change
2-Dec-2008 18:50 Admin Ticket Added -