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

Implement NSArray read&write URL #2218

Merged
merged 1 commit into from
Mar 14, 2017
Merged

Conversation

aballway
Copy link
Contributor

Implement [NSArray writeToURL:atomically:], [NSArray arrayWithContentsOfURL:], and [NSArray initWithContentsOfURL:].

Fixes #2069

@Status Stub
@Notes
@Status Caveat
@Notes Only file:// URLs supported. atomically parameter not supported.

Choose a reason for hiding this comment

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

I'm not sure about noting either of these here; they're gaps from NSData, really, and if we fix those this works "for free"

Copy link
Contributor Author

@aballway aballway Mar 14, 2017

Choose a reason for hiding this comment

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

Whenever NSData is fixed yes this would work for free, but this still isn't interoperable, and marking it as so would be a lie ☹️

@aballway aballway merged commit 7865d69 into microsoft:packaging Mar 14, 2017
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.

4 participants