You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bad line number assertion due to undefined leaf in LineNode
This is the line number side of ecddf84 (from #21924).
I've stared at this code way too much, since I think that there is
something more fundamentally wrong here. E.g., `EditWalker` only
`push`es to `startPath` but never pops even a `children`-less node that
is left after deleting the whole contents. But I can't figure out the
overall structure, which is also why I couldn't come up with a good way
to test it (and this is also similar to #21924).
Fixes#44518.
0 commit comments