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

Fix object type in replaceObjectInFooAtIndex:withObject: #231

Merged
merged 1 commit into from
Aug 7, 2014

Conversation

jdelStrother
Copy link
Contributor

The generated .m files should use the object class in

  • (void)replaceObjectInFoosAtIndex:(NSUInteger)idx withObject:(Foo*)value

rather than the collection class (eg - (void)replaceObjectInFoosAtIndex:(NSUInteger)idx withObject:(NSOrderedSet*)value)

The .h file for the same method has the correct type.

The generated .m files should use the object class in

- (void)replaceObjectInFoosAtIndex:(NSUInteger)idx withObject:(Foo*)value

rather than the collection class (eg - (void)replaceObjectInFoosAtIndex:(NSUInteger)idx withObject:(NSOrderedSet*)value)
rentzsch added a commit that referenced this pull request Aug 7, 2014
[FIX] object type in `-replaceObjectInFooAtIndex:withObject:`. (Jonathan del Strother)
@rentzsch rentzsch merged commit 27b9ddc into rentzsch:master Aug 7, 2014
@rentzsch
Copy link
Owner

rentzsch commented Aug 7, 2014

Nice catch, thanks!

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