Fix a serious bug in midpoint placement
This only compared using `==` which means that we misidentify a lot of open-ranges when calculating `move_to_end`/`move_to_start`.
Showing
Please register or sign in to comment
This only compared using `==` which means that we misidentify a lot of open-ranges when calculating `move_to_end`/`move_to_start`.