Hi all,
 
Some of my custom ScriptableObject implementations have broken between 1.6 and 
1.7.  I had been abusing getIds() to return non-String, non-Number objects 
(basically value references) to implement crude 'for each' value-iteration 
semantics.  What I had done is now completely broken when using 1.7 because 
ScriptRuntime.enumNext now does a blind cast to Number.
 
I am willing to change my code to make this work correctly, but I'd like some 
idea about what I need to do.  Is there any documentation on the implementation 
of iteration in 1.7?
 
Thanks
 
Kevin
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to