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

Feature/ARC #15

Merged
merged 2 commits into from
Oct 12, 2011
Merged

Feature/ARC #15

merged 2 commits into from
Oct 12, 2011

Conversation

danyowdee
Copy link

Fixes an issue with the error code-upon parsing an unfinished JSON dictionary.

The other change is only WRT naming conventions:
Xcode doesn't like retained properties when using the ARC refactoring tools. So if you happened to add this code before converting the entire project, Xcode will not let you perform the refactoring if the properties are not converted from retain to strong...

Daniel Demiss added 2 commits October 6, 2011 14:59
…r CJSONScanner with the error domain as its code.\nThis commit fixes that problem and uses the code 'kJSONScannerErrorCode_DictionaryNotTerminated'
@schwa
Copy link
Member

schwa commented Oct 12, 2011

Thanks for the pull req.

schwa added a commit that referenced this pull request Oct 12, 2011
@schwa schwa merged commit 6b439ca into TouchCode:feature/ARC Oct 12, 2011
@danyowdee
Copy link
Author

You're very welcome:
It's the least I can do to thank you for your awesome work!

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