Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

fix(PolylinePoint): prevent accessing undefined variable on change#1597

Merged
4 commits merged into
sebholstein:masterfrom
mathstlouis:feature/polylinefix
Jun 3, 2019
Merged

fix(PolylinePoint): prevent accessing undefined variable on change#1597
4 commits merged into
sebholstein:masterfrom
mathstlouis:feature/polylinefix

Conversation

@mathstlouis

Copy link
Copy Markdown
Contributor

Bug already discussed in the following issue:
#1268

When updating only the latitude or longitude of a PolylinePoint, an error is thrown by ngOnChanges.

@codecov

codecov Bot commented Feb 15, 2019

Copy link
Copy Markdown

Codecov Report

Merging #1597 into master will increase coverage by 0.26%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1597      +/-   ##
==========================================
+ Coverage   33.09%   33.35%   +0.26%     
==========================================
  Files          37       37              
  Lines        1644     1646       +2     
  Branches      129      131       +2     
==========================================
+ Hits          544      549       +5     
+ Misses       1098     1095       -3     
  Partials        2        2
Impacted Files Coverage Δ
packages/core/directives/polyline-point.ts 100% <100%> (+30%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7922546...03ddd05. Read the comment docs.

@stale

stale Bot commented May 31, 2019

Copy link
Copy Markdown

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale Bot added the stale label May 31, 2019
@ghost ghost removed the stale label Jun 2, 2019
@ghost ghost merged commit 21efc4f into sebholstein:master Jun 3, 2019
@ghost ghost mentioned this pull request Jun 20, 2019
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants