Workout zero repeat crash#625
Conversation
|
@gerhardol is this the right PR? We need really 141 commits and change 253 files to fix this bug, dropping FROYO as part of the PR, etc? Or was it a typo and you pushed a branch that was supposed to do something else, which should be merged separately? |
|
Ah, I see. Can't you merge the other two PRs first and do this one later, just to make things easier to follow? From a stylistic point of view, why commenting out sections of code instead of deleting them? |
|
Commenting out: The Asserts are situations that should not occur, but do. Not new. I could make a new PR sure, but I believe you will see only the relevant commits when the preceeding PRs are merged. |
|
Alright, thanks for taking the time to explain. |
Still allow 0 repeats, can be used to skip parts 'dynamically'
eec1d63 to
210a344
Compare
|
Rebased to classic branch |
Workout zero repeat crash
Zero repeat steps will never finish, #568
Still allow 0 repeats, can be used to skip parts 'dynamically'