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

Implementing KeyValueCoding dictionaryWithValuesForKeys functionality. #515

Merged
merged 1 commit into from
May 31, 2016
Merged

Implementing KeyValueCoding dictionaryWithValuesForKeys functionality. #515

merged 1 commit into from
May 31, 2016

Conversation

ForTheCodes
Copy link
Contributor

No description provided.

@@ -30,10 +30,10 @@

#import <unicode/utf8.h>

#include <stdio.h>
#include <stdlib.h>
#include <functional>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

auto formatted is reordering the import order.

@DHowett-MSFT
Copy link

Overall, I approve of this. I won't withhold my approval for my comments :)

@DHowett-MSFT
Copy link

:shipit:

@rajsesh
Copy link
Contributor

rajsesh commented May 25, 2016

🕐

@ForTheCodes
Copy link
Contributor Author

comments addressed

[results setValue:(retValue ?: [NSNull null]) forKey:key];
}

return [[results copy] autorelease];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems like it may be better served by a vector or something local so that you can just make the final dictionary without doing potentially expensive grows and copies on the mutable guy.

@bbowman
Copy link
Member

bbowman commented May 27, 2016

:shipit:

1 similar comment
@rajsesh
Copy link
Contributor

rajsesh commented May 31, 2016

:shipit:

@rajsesh rajsesh merged commit 5593d96 into microsoft:master May 31, 2016
shahmeeresmail pushed a commit to shahmeeresmail/WinObjC that referenced this pull request Jun 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants