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

complete fix for include checks #2355

Merged
merged 1 commit into from Nov 17, 2015
Merged

Conversation

dev4dev
Copy link
Contributor

@dev4dev dev4dev commented Nov 16, 2015

Fix for #2352

@segiddins
Copy link
Member

👍🏻

segiddins added a commit that referenced this pull request Nov 17, 2015
complete fix for include checks
@segiddins segiddins merged commit 95f501a into RestKit:development Nov 17, 2015
falkobuttler pushed a commit to JIFFinc/RestKit that referenced this pull request Mar 2, 2016
This reverts commit 95f501a, reversing
changes made to fb6d3df.
mcfedr added a commit to mcfedr/RestKit that referenced this pull request Mar 18, 2016
This reverts commit 95f501a, reversing
changes made to fb6d3df.
falkobuttler pushed a commit to JIFFinc/RestKit that referenced this pull request May 13, 2016
* development:
  Update RKObjectManager.h
  Fix imports to be ready to use as dynamic framework
  Fix whitespace (tab width)
  Remove extra whitespace reintroduced by reverts
  RKHTTPRequestOperation: remove unused (and possibly dangerous) NSURLConnectionDelegate method. If it happens to be used it will try to trigger this method on a super - but no superclass implements it, so it will crash. RKMappingOperation: remove RestKit 'mappingOperationShouldSkipPropertyMapping:' deprecation warning by replacing with two corresponding methods (attribute, relationship mapping). Is it a suitable fix?
  added metadata list to RKTestMapping
  fixed RKObjectMapping equality (RestKit#2412)
  Revert "Merge pull request RestKit#2310 from RestKit/seg-bracket-imports"
  Revert "Merge pull request RestKit#2353 from TimothyChilvers/development"
  Revert "Merge pull request RestKit#2355 from dev4dev/development"
  Update ruby version to 2.3.0
  [Pod] Update RKValueTransformers
  Update ruby version to 2.3.0
  Fix bundle command
  Use a strong pointer inside the block.
  Completion block retained self, causing leaks if request operations did not complete or was not used at all.
  Removed the confusing comment "Weakly tag the HTTP operation with its parent object request operation". The HTTP operation is not tagged anymore and when it was it was not weak (in the end), which caused a major leak.
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.

None yet

2 participants