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

More subtype objc wrapping #402

Merged
merged 4 commits into from
Feb 9, 2024
Merged

Conversation

julianlocke
Copy link
Contributor

@julianlocke julianlocke commented Feb 9, 2024

Continuing the fix for #399

For each api type with subtypes, generate a static method to create it while preserving the subtype information by mapping it to the equivalent objc compatibility wrapper type. Then use this static method at the three places where we do the wrapping (within api type field mapping logic, with rpc/upload result wrapping, and within download result wrapping).

Stone changes: dropbox/stone#321

@julianlocke julianlocke merged commit 6236116 into master Feb 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants