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

[WIP] Add Support for deterministic UUIDs #185

Closed
wants to merge 1 commit into from

Conversation

fabiopelosin
Copy link
Member

This is the work in progress patch for #175.

The difficult part of this patch are:

  • Xcodeproj relies on the UUIDs (objects_by_uuid) for its internal reference counting.
  • Proxies to avoid retain cycles and to allow to reference objects in another projects consider the UUIDs as strings (instead of using the Xcodeproj reference system) and objects, with this patch, might not have an UUID until saved.

There are alternative approaches like specifying an temporary UUID during the creation of the object and then update it during save according to the final attributes of the object. However, I feel that this approach would be slower and I would prefer to first explore any alternative with the approach proposed in this patch.

550 specifications (886 requirements), 3 failures, 0 errors

Closes CocoaPods/CocoaPods#1118

@kylef
Copy link
Contributor

kylef commented Jan 31, 2015

Hey, I'm going to close this as nothing is moving in a while. Please re-open when this is ready for merge.

@kylef kylef closed this Jan 31, 2015
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.

Edit Pods projects in place
2 participants