Skip to content

Remove additional unnecessary FileManager code #4971

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

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

jmschonfeld
Copy link
Contributor

This PR removes more FileManager code that is duplicated from swift-foundation. It removes a handful of functions that are no longer necessary, removes the private ._userImmutable file attribute since it is the same as the API .immutable attribute, and updates the private file attribute fetching/setting functions to call down to the public API functions to handle all API attributes instead of duplicating code for the API attributes.

All tests pass locally on linux with this change

@jmschonfeld jmschonfeld merged commit 9a8e5ae into swiftlang:package Jun 5, 2024
@jmschonfeld jmschonfeld deleted the fm-updates branch June 5, 2024 16:46
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.

2 participants