-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Migrate away from deprecated OSAtomic APIs. #4184
Conversation
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
1 similar comment
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
fyi - killed and restarted the macOS objc travis tests since yesterday's travis hiccups seem to have prevented this from getting tested. |
Thanks |
Followup to protocolbuffers#4184, keep the import to not break any existing generated code that isn't regenerated when they update to the newer protobuf code.
The generated code for enums needs atomics support, so generate the import instead of relying on it via transitive imports. This will make future changes to this likely likely to break generated code and runtime support are mixed. Followup to protocolbuffers#4184.
Followup to protocolbuffers#4184, keep the import to not break any existing generated code that isn't regenerated when they update to the newer protobuf code.
The generated code for enums needs atomics support, so generate the import instead of relying on it via transitive imports. This will make future changes to this likely likely to break generated code and runtime support are mixed. Followup to protocolbuffers#4184.
No description provided.