aardvark-platform / aardvark.base

Aardvark.Base is the foundation of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
https://aardvarkians.com/
Apache License 2.0
154 stars 9 forks source link

MutableVolatileDirtySet - collection modified while enumerating #18

Closed haraldsteinlechner closed 8 years ago

haraldsteinlechner commented 8 years ago

Evaluate gets called recursively (wtf), which destroyes enumeration of the set (although locked). Don't know how to fix non-symptomatically - for the moment i use list enumeration (which is faster in this case anyways).

haraldsteinlechner commented 8 years ago

symptomatic fix in: 6845501343a16ab1503ab50da77d59644843e88e, see https://github.com/vrvis/aardvark/issues/19

krauthaufen commented 8 years ago

Solved with new implementation for ASets???

haraldsteinlechner commented 8 years ago

should be fixed