Yasushi Iwata wrote:

I found another problem. Following code dose not work as expected.
[...]
But if you remove ordered(2) from getas(), it works as expected. I
also removed ordered(2) from example code that I posted yesterday, it
worked fine. There must be something wrong with ordered().

Thanks for diagnosing this.


Yes, I suspect ordered() has troubles - perhaps it's with more than 1 key field. There are some complex interactions between the view model of indexed access, i.e. control over where things go, and ordered - which tries to decide on its own where to put things (and hash() has no such issues, since it maintains order in MK).

-jcw

_____________________________________________
Metakit mailing list  -  [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit

Reply via email to