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

fixes a regression that appended wrong distance traveled value to RouteProgress #4749

Merged
merged 2 commits into from
Aug 24, 2021

Conversation

LukasPaczos
Copy link
Member

Description

Fixes a regression from #4509 where RouteProgress#distanceTraveled was reported incorrectly for multi-leg routes.

At some point in time, we unnecessarily commented out a lot of tests that probably would've caught the issue. This PR reintroduces and extends these tests while leaving only the actually blocked cases ignored.

Changelog

<changelog>Fixed an issue where `RouteProgress#distanceTraveled` was reported incorrectly for multi-leg routes.</changelog>

@LukasPaczos LukasPaczos requested a review from a team August 24, 2021 17:29
Copy link
Contributor

@Guardiola31337 Guardiola31337 left a comment

Choose a reason for hiding this comment

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

Nice catch 🚀

Left a minor comment.

@LukasPaczos LukasPaczos enabled auto-merge (rebase) August 24, 2021 17:49
@LukasPaczos LukasPaczos merged commit 000ae51 into main Aug 24, 2021
@LukasPaczos LukasPaczos deleted the lp-progress-regression branch August 24, 2021 18:24
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