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

[SR-432] Temporary file creation APIs for use by NSKeyedArchiver #4185

Closed
lhoward opened this issue Jan 1, 2016 · 1 comment
Closed

[SR-432] Temporary file creation APIs for use by NSKeyedArchiver #4185

lhoward opened this issue Jan 1, 2016 · 1 comment
Assignees

Comments

@lhoward
Copy link
Contributor

lhoward commented Jan 1, 2016

Previous ID SR-432
Radar None
Original Reporter @lhoward
Type Bug
Status Closed
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Foundation
Labels Bug, Foundation
Assignee @lhoward
Priority Medium

md5: 7d71372f93ea35d081864d21e293ee9b

relates to:

  • SR-377 Implement NSKeyed[Un]Archiver

Issue Description:

Internal APIs such as:

internal func _NSCreateTemporaryFile(filePath: String) throws -> (Int32, String)
internal func _NSCleanupTemporaryFile(auxFilePath: String, _ filePath: String) throws

will be useful in the implementation of NSKeyedArchiver.

@lhoward
Copy link
Contributor Author

lhoward commented Jan 2, 2016

integrated in b043658

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 5, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant