v1.4.1
Fixes Compi hang when loop iterations of binded foreach abort.
So far, when more than one loop iteration inside a foreach abort,he dependant binded iterations were not notified (only the dependants of the first one iteration), so they were waiting forever to start, tleading Compi to hang. This commit fixes this bug.