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

[SDL 0011] iOS Library RPCs conform to NSCopying #523

Closed
theresalech opened this issue Feb 9, 2017 · 0 comments
Closed

[SDL 0011] iOS Library RPCs conform to NSCopying #523

theresalech opened this issue Feb 9, 2017 · 0 comments
Labels
proposal Accepted SDL Evolution Proposal
Milestone

Comments

@theresalech
Copy link
Contributor

Proposal: iOS Library RPCs conform to NSCopying

This proposal is to make all RPC requests, responses, and structs conform to the NSCopying protocol and for all requests containing structs to hold those properties with the copy modifier. This is a minor change, as the public interfaces for the RPCs will change to support the copy method.

Review: smartdevicelink/sdl_evolution#33

Steering Committee Decision:

This proposal has been accepted. There was discussion around the necessity of doing so, but the eventual decision was that allowing model objects to be copied is a common practice, so even if we don't immediately begin copying these objects, we should support the ability to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Accepted SDL Evolution Proposal
Projects
None yet
Development

No branches or pull requests

2 participants