fix compare_paths_lt irreflexivity for equal paths - #630
Conversation
|
please provide tests that have a practical impact where you prove that the current implementation isn't sufficient. if you propose such a significant change, also add tests that cover the possible edge cases between the current state and your proposal, so we can be sure that the current sorting behaviour persists. then (again), i don't know where you take that strong contract from and why you think it would be mandatory in that case. |
|
Thanks for your response. My original thought is that if |
|
well, let's consider this an academic exercise. |
Solve #628.
Fix
compare_paths_ltto align with Python’s strict ordering contract.