Bug in ESI$VariableDefinition.CreationProperties/VALUE
Brought to you by:
ferret1964,
twiechmann
The Value accessor method in ESI$VariableDefinition.
CreationProperties has the inputs switched, which results in the data
in the variable definition being set backwards!
Compare:
set T%Var.CreationProperties("TargetClass")=$LIB.FindClass("boo")
vs.
do T%Var.SetCreationProperty("TargetClasss",$LIB.FindClass("boo")
)
The SetCreationProperty method does it correctly.
Attached is an export file of the CreationProperties property,
featuring a new version of the Value accessor (and exported via
GEODE, the ESI Objects linux IDE).
fixed ESI$VariableDefinition.CreationProperties property export file
Logged In: YES
user_id=172059
Was assigned to nobody. Assigning to Terry because he has the power to
deal with this. =)