plan9soft / arcreator

Automatically exported from code.google.com/p/arcreator
0 stars 0 forks source link

Replace Kernel.GlobalObjects.get_value and set_value uses #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Kernel.GlobalObjects has long had support for the [] operator but the use of 
set_value and gat_valeu persist.

they should be hunted down and replaced.

note that `request_key` should still retain it's usage 

[]= should be rewritten to raise an error instead of failing silently if the 
key does not exist yet

Original issue reported on code.google.com by Ryexander on 21 Sep 2014 at 8:33

GoogleCodeExporter commented 9 years ago

Original comment by Ryexander on 23 Sep 2014 at 1:15

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r809.

Original comment by Ryexander on 24 Sep 2014 at 2:38