On Mar 3, 12:47 pm, Attila Szegedi <[EMAIL PROTECTED]> wrote:
> Actually, I raised this myself about two months ago:
>
> <http://groups.google.com/group/mozilla.dev.tech.js-engine.rhino/brows...
>  >
>
> Nothing has been done about it yet. That's actually quite a serious
> problem for me, but just as you, I'd be willing to adapt if I knew how
> -- we'd need more input from whoever wrote the new Iterable support
> (either Norris or someone he committed the code on behalf of).
>
> Attila.
>
> On 2008.03.03., at 18:13, Ruland Kevin-BHP637 wrote:
>
> > 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

Sorry, Attila, I thought the change I made when you first brought the
problem up should have fixed it. How does it fail now?

--Norris
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to