Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Fixed issue where response serializers did not inherit super class copying #3559

Merged
merged 1 commit into from
Oct 6, 2016

Conversation

kcharwood
Copy link
Contributor

Reference to #3537

NSCopying documentation states the following:

Implement NSCopying by invoking the superclass’s copyWithZone: when NSCopying behavior is inherited. If the superclass implementation might use the NSCopyObject function, make explicit assignments to pointer instance variables for retained objects.

This change implements this behavior, and properly copies the super properties.

@kcharwood kcharwood added this to the 3.1.1 milestone Jun 6, 2016
@kcharwood kcharwood modified the milestones: 3.1.1, 3.2.0 Oct 3, 2016
@kcharwood kcharwood force-pushed the bug/3537_Response_Serialization_Copying branch from 56dab15 to 163c3ce Compare October 5, 2016 18:19
@codecov-io
Copy link

codecov-io commented Oct 5, 2016

Current coverage is 86.69% (diff: 100%)

Merging #3559 into master will increase coverage by 0.05%

@@             master      #3559   diff @@
==========================================
  Files            44         44          
  Lines          6067       6094    +27   
  Methods        1079       1080     +1   
  Messages          0          0          
  Branches        407        407          
==========================================
+ Hits           5256       5283    +27   
  Misses          808        808          
  Partials          3          3          

Powered by Codecov. Last update e337471...163c3ce

@kcharwood kcharwood merged commit 2d1fb6b into master Oct 6, 2016
@kcharwood kcharwood deleted the bug/3537_Response_Serialization_Copying branch October 6, 2016 13:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants