commit | 82f215ea8f97076386170975d66120a567b7d47b | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Mon Nov 09 17:36:16 2015 -0800 |
committer | Vitaly Buka <vitalybuka@google.com> | Tue Nov 10 01:48:47 2015 +0000 |
tree | cfbc1dba060d2af047e853f463551225eeb782db | |
parent | a627e127b9947e8b5746770b1ad4d90b43ff6114 [diff] |
Fixed check for pending tasks Goal was to move ready tasks to the end of array. Existing coded did opposite. Also movable types can be invalid in the second part of the array after applying remove_if. BUG:24204632 Change-Id: I9be84fa8f536337a265c1e24cc75036c7fca8dbb Reviewed-on: https://weave-review.googlesource.com/1500 Reviewed-by: Vitaly Buka <vitalybuka@google.com>