Fix early exit from clearStacks#12155
Conversation
themavik
left a comment
There was a problem hiding this comment.
clearStacks: changing early return to continue is right—one bad/missing stack no longer skips clearing the rest of items. (Ignore my earlier one-line mistaken submit if you see it.)
|
Seems to be missing tests for this case |
0965de9 to
fefa1d9
Compare
|
I've added a test case |
|
Just a gentle ping on this PR 🙂 This includes an important fix that would benefit quite a few users. It also closes the last remaining issue needed for the Version 4.6.0 milestone, which makes it pretty important as well. |
|
Is there anything I need to do now to get this merged? |
|
@markw65 once the CI passes. Not sure why github isn't running it |
|
Looks like checks aren't running - should I rebase? |
Sure, let's give that a try |
|
I guess the workflows need to be approved before they will run? |
|
@themavik yup, I've approved them so they're running now |
Fixes #12154
Repro and details in the issue