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 deprecations of structs -> dictionary and visa versa #1558

Merged

Conversation

joeljfischer
Copy link
Contributor

Fixes #1557

This PR is ready for review.

Risk

This PR makes minor API changes.

Testing Plan

  • I have verified that I have not introduced new warnings in this PR (or explain why below)
  • I have run the unit tests with this PR
  • I have tested this PR against Core and verified behavior (if applicable, if not applicable, explain why below).

Unit Tests

No unit tests were added due to merely un-deprecating existing code

Core Tests

None due to merely un-deprecating existing code

Core version / branch / commit hash / module tested against: n/a
HMI name / version / branch / commit hash / module tested against: n/a

Summary

This PR un-deprecates SDLRPCStruct.initWithDictionary: and SDLRPCStruct.serializeAsDictionary: due to valid use-cases being presented to serialize RPC data to disk for later restoration.

Changelog

Enhancements
  • Un-deprecate SDLRPCStruct.initWithDictionary: and SDLRPCStruct.serializeAsDictionary:

CLA

@joeljfischer joeljfischer added best practice Not a defect but something that should be improved anyway rpc Relating to the RPC layer labels Feb 18, 2020
@joeljfischer joeljfischer self-assigned this Feb 18, 2020
@joeljfischer joeljfischer added this to In progress in v6.6.0 via automation Feb 18, 2020
v6.6.0 automation moved this from In progress to Reviewer approved Feb 20, 2020
@joeljfischer joeljfischer merged commit 88b5e48 into develop Feb 20, 2020
v6.6.0 automation moved this from Reviewer approved to Done Feb 20, 2020
@joeljfischer joeljfischer deleted the bugfix/issue-1557-revert-nsdictionary-deprecations branch February 20, 2020 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
best practice Not a defect but something that should be improved anyway rpc Relating to the RPC layer
Projects
No open projects
v6.6.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants