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

Support immutable containers #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Support immutable containers #13

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 13, 2013

YAML.framework does not currently support kYAMLReadOptionImmutable except for NSString, this change uses the optimized ::copy message of NSMutableArray and NSMutableDictionary to make container immutable after the population of the graph. ::copy returns self in an immutable container. Also to support this the YAML.framework API is changed to always return immutable types whether or not the actual reference points to a mutable type or not. If you want a mutable container, cast it, if you use the flag kYAMLReadOptionImmutable casting will fail.

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.

0 participants