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 crash on partially defined time bounds #303

Merged
merged 2 commits into from
Feb 20, 2020
Merged

Conversation

andywer
Copy link
Contributor

@andywer andywer commented Feb 19, 2020

Fix Cannot read property 'toString' of undefined error. Did occur when either timebounds.minTime or timebounds.maxTime were set, but not both.

PS: Need to test this fix some more.

Copy link
Contributor

@abuiles abuiles left a comment

Choose a reason for hiding this comment

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

@andywer awesome! could you add some regression tests?

@andywer
Copy link
Contributor Author

andywer commented Feb 20, 2020

Sure, I will look into that 👍

Sorry for the delayed response.

andywer and others added 2 commits February 20, 2020 10:39
Fix `Cannot read property 'toString' of undefined` error. Did occur when either `timebounds.minTime` or `timebounds.maxTime` were set, but not both.
@andywer
Copy link
Contributor Author

andywer commented Feb 20, 2020

Changed the fix and added a regression test.

Copy link
Contributor

@abuiles abuiles left a comment

Choose a reason for hiding this comment

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

@andywer awesome, thanks!

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.

2 participants