Changes between Initial Version and Version 1 of Ticket #17177, comment 59


Ignore:
Timestamp:
2021-05-18T01:02:55+02:00 (5 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17177, comment 59

    initial v1  
    44* https://github.com/JOSM/pt_assistant/pull/38
    55* https://github.com/Gubaer/josm-contourmerge-plugin/pull/25
     6
     7EDIT:
     8From the script at comment:51, the following plugins have issues between JOSM r17861 and r17862 (since r17862 pretty much hides `way` and `lowerIndex` without a recompile, it also applies to r17896):
     9* ~~`alignways`~~ (WaySegment)
     10* ~~`CustomizePublicTransportStop`~~ (WaySegment)
     11* `FixAddresses` (RelationMember#getWay -- return type `Way` -> `IWay`)
     12* `graphview` (RelationMember#getWay)
     13* `imagery-xml-bounds` (RelationMember#getWay)
     14* `intersection` (RelationMember#getWay)
     15* `mapwithai` (WaySegment, RelationMember#getWay)
     16* `reltoolbox` (RelationMember#getWay)
     17
     18100/160 plugins have been checked. I haven't seen any crashes with `RelationMember#getWay` (IIRC I checked with `graphview` specifically), so I don't think I have to recompile for those.