When splitting self tasks, consider whether we have stars, not whether we have feedback.
This fixes a rare issue when running with many many more stars than gas.
I feel it is safe but the splitting code is dangerous so an other pair of eyes is welcomed.
Merge request reports
Activity
So looks OK as we seem to check for
stars + count
for self tasks andfeedback + stars count
for pair tasks initially and this follows that logic. Why isn't itstars + count
for both task types?Edited by Peter W. Drapermentioned in commit 2a0b62ba
Please register or sign in to reply