Changes between Initial Version and Version 1 of Ticket #19251, comment 9


Ignore:
Timestamp:
2020-05-17T17:04:18+02:00 (5 years ago)
Author:
simon04

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.getAllNearest
    6 > }}}
    7 
    8 ----
    9 
    101Replying to [comment:4 GerdP]:
    112> Are you sure that this doesn't cause an endless loop when relation contains itself or when we have more complex loops like
    123> 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.
     4No, thanks for spotting the error! Inlining the variable `parentRelations` was faulty. I addressed this in r16444.