Changes between Version 3 and Version 4 of Ticket #17177, comment 59


Ignore:
Timestamp:
2021-05-18T18:37:24+02:00 (5 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17177, comment 59

    v3 v4  
    88From 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):
    99* ~~`alignways`~~ (WaySegment)
     10* `CadTools` (WaySegment)
     11* `contourmerge` (WaySegment) -- see comment:3:ticket:20882 (PR open, non JOSM)
    1012* ~~`CustomizePublicTransportStop`~~ (WaySegment)
    1113* `FixAddresses` (RelationMember#getWay -- return type `Way` -> `IWay`)
    1214* `graphview` (RelationMember#getWay)
    1315* `imagery-xml-bounds` (RelationMember#getWay)
     16* ~~`ImproveWay`~~ (WaySegment)
    1417* `intersection` (RelationMember#getWay)
     18* ~~`Mapillary`~~ (WaySegment, FilterWorker)
    1519* ~~`mapwithai`~~ (WaySegment, RelationMember#getWay)
     20* `PolygonCutOut` (RelationMember#getWay)
     21* ~~`pt_assistant`~~ (WaySegment, RelationMember#getWay)
    1622* `reltoolbox` (RelationMember#getWay)
    1723* `turnrestrictions` (RelationMember#getWay)
    1824* `turnlanes` (RelationMember#getWay)
    1925* `scripting` (RelationMember#getWay)
     26* ~~`ShapeTools`~~ (WaySegment)
     27* `TombPlugin` (RelationMember#getWay)
    2028
    21 119/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.
     29All 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.