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

Remove unused / package-private RouteStepProgress#nextStep #1666

Merged
merged 1 commit into from
Jan 14, 2019

Conversation

danesfeder
Copy link
Contributor

Closes #1665

This may be residual code / cleanup missed from the Navigator integration, but RouteStepProgress#nextStep is not used and is package-private. It's creation in the RouteLegProgress is causing the crash.

All tests run fine and it's better to get this "creation logic" out of the object itself.

@danesfeder danesfeder added bug Defect to be fixed. ✓ ready for review labels Jan 14, 2019
@danesfeder danesfeder added this to the v0.27.0 milestone Jan 14, 2019
@danesfeder danesfeder self-assigned this Jan 14, 2019
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.

Thanks for the quick fix here @danesfeder :shipit:

@codecov-io
Copy link

Codecov Report

Merging #1666 into master will decrease coverage by 0.04%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #1666      +/-   ##
============================================
- Coverage      26.5%   26.45%   -0.05%     
  Complexity      795      795              
============================================
  Files           197      197              
  Lines          8392     8387       -5     
  Branches        602      600       -2     
============================================
- Hits           2224     2219       -5     
  Misses         5968     5968              
  Partials        200      200

@danesfeder danesfeder merged commit 7424763 into master Jan 14, 2019
@danesfeder danesfeder deleted the dan-index-crash branch January 14, 2019 14:43
@danesfeder danesfeder mentioned this pull request Jan 16, 2019
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defect to be fixed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants