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 coding of various enumeration-typed properties #351

Merged
merged 2 commits into from
Feb 19, 2019
Merged

Conversation

1ec5
Copy link
Contributor

@1ec5 1ec5 commented Feb 19, 2019

Fix coding of various enumeration-typed properties in VisualInstruction, VisualInstructionBanner, VisualInstructionComponent, and LaneIndicationComponent. Made RouteOptionsV4 secure coding–compliant.

Updated integration test fixtures. Eliminated implicitly unwrapped optionals in tests, preferring failures over crashes. Added a test of RouteOptionsV4 coding.

Fixes #345.

/cc @mapbox/navigation-ios

Updated integration test fixtures. Eliminated implicitly unwrapped optionals in tests, preferring failures over crashes. Added a test of RouteOptionsV4 coding.
@1ec5 1ec5 added the bug label Feb 19, 2019
@1ec5 1ec5 self-assigned this Feb 19, 2019
@1ec5 1ec5 requested review from frederoni and JThramer February 19, 2019 03:15
@1ec5 1ec5 merged commit c5920d0 into master Feb 19, 2019
@1ec5 1ec5 deleted the 1ec5-coding-enum-345 branch February 19, 2019 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enumeration-typed properties fail to roundtrip through NSCoding
2 participants