Hi guys,
I have just run across a problem with sets and iteration. I haven't
managed to make a repo that doesn't include most of our source, but a
little investigation has shown that in SetIterator.Current, there is a
test to see whether the current element is still in the enumerator
(!_items.Contains(_enumerator.Current)). This is failing when I believe
it shouldn't. I have thrown in some debugging code to compare the
elements of _items against _enumerator.Current using == and that
returns true for one of the elements when .Contains is returning False.
This is a blocker for us at Resolver because a workaround would require quite a lot of work.
Thanks
Glenn
_______________________________________________
Users mailing list
Users@...
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com