Changes between Initial Version and Version 1 of Ticket #19251, comment 9
- Timestamp:
- 2020-05-17T17:04:18+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19251, comment 9
initial v1 1 Replying to [comment:7 simon04]:2 > In [changeset:"16444/josm" 16444/josm]:3 > {{{4 > #!CommitTicketReference repository="josm" revision="16444"5 > see #19251 - Fix NavigatableComponent.getAllNearest6 > }}}7 8 ----9 10 1 Replying to [comment:4 GerdP]: 11 2 > Are you sure that this doesn't cause an endless loop when relation contains itself or when we have more complex loops like 12 3 > a -> b, b-> c; c->a ? 13 No, thanks for spotting the error! Inlining the variable `parentRelations` was faulty. I addressed this in the above commit.4 No, thanks for spotting the error! Inlining the variable `parentRelations` was faulty. I addressed this in r16444.