Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Protect against start_date and end_date in wrong order #897

Merged

Conversation

aababilov
Copy link
Collaborator

ServicePeriod constructor throws an exception for start and end date in
wrong order. There is a dedicated GtfsCalendarEndRangeValidator, so an
error is reported to the end user. This change avoids throwing an
exception in other validators that rely on CalendarUtil.

ServicePeriod constructor throws an exception for start and end date in
wrong order. There is a dedicated GtfsCalendarEndRangeValidator, so an
error is reported to the end user. This change avoids throwing an
exception in other validators that rely on CalendarUtil.
Copy link
Contributor

@lionel-nj lionel-nj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Alexei! LGTM.

@aababilov
Copy link
Collaborator Author

Thanks for review!

@aababilov aababilov merged commit 8f815e0 into MobilityData:master May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants