awiggs / chip-gr8

Chip-Gr8
http://chipgr8.io
MIT License
4 stars 1 forks source link

Issues with multiple instances of vm #63

Closed ejrbuss closed 5 years ago

ejrbuss commented 5 years ago

Looping over multiple vms and calling doneIf produces an error as the vm is immediately removed from the iterating list.

for vm in vms:
    vm.doneIf(True)

inParallel appears to fail to respond to doneIf.

ejrbuss commented 5 years ago

Partial fix: only inParallel is broken now 24f979e5c9106641cf8a9080d56d5d84346056bb

ejrbuss commented 5 years ago

85867b0aaa92e59845cbb972a84cbed47edb1353 API changed slightly but inParallel works and is fast now.