REBOL3 tracker
  0.9.12 beta
Ticket #0001697 User: anonymous

Project:



rss
TypeBug Statustested Date20-Oct-2010 17:17
Versionalpha 108 CategorySecurity Submitted byBrianH
PlatformAll Severityminor Priorityhigh

Summary PROTECT/hide/words makes words read-only
Description PROTECT/hide/words is only supposed to hide words, not make them read-only. This is why #1696 doesn't work, and why the protect/hide/words call in sys/load-ext-module kills extensions.
Example code
>> protect/hide/words [a] a: 1
** Script error: protected variable - cannot modify: a:
; should be == 1

Assigned ton/a Fixed inalpha 109 Last Update21-Oct-2010 05:56


Comments

Date User Field Action Change
21-Oct-2010 05:56 BrianH Status Modified built => tested
20-Oct-2010 18:39 carl Fixedin Modified => alpha 109
20-Oct-2010 18:39 carl Status Modified reviewed => built
20-Oct-2010 18:36 carl Code Modified -
20-Oct-2010 18:36 carl Status Modified submitted => reviewed
20-Oct-2010 17:17 BrianH Ticket Added -