Closed kurtraschke closed 3 years ago
@sheldonabrown (or @mmaranda-cs, @jeffmaki?) any objections to merging this?
Sorry, I missed this. Let me take a look...
Same, but fine by me
On Thu, Jun 17, 2021 at 12:03 PM sheldonabrown @.***> wrote:
Sorry, I missed this. Let me take a look...
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OneBusAway/onebusaway-gtfs-modules/pull/176#issuecomment-863365764, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABDG65223QXDTVH63DB4QDTTIMDJANCNFSM43KPVKAQ .
-- Jeff Maki http://www.jeffmaki.com @jeffmaki 248.225.4954
Summary:
pathways.txt
was observed to serialize the deprecatedpathway_type
field with a value of0
; in addition the requiredpathway_mode
andis_bidirectional
fields were missing from serialized output.Expected behavior:
pathway_type
should not be serialized unless explicitly set, andpathway_mode
andis_bidirectional
should be present in the serialized output.Please make sure these boxes are checked before submitting your pull request - thanks!
mvn test
to make sure you didn't break anything