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

Rewrite plutil for parity with all Darwin functionality #5172

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

parkera
Copy link
Contributor

@parkera parkera commented Feb 19, 2025

A new implementation for plutil, which achieves parity with Darwin by sharing the same implementation.

This is in swift-corelibs-foundation instead of swift-foundation, for now, because it depends on the "raw" serialization classes PropertyListSerialization and JSONSerialization, plus a few CoreFoundation-isms. I think those can probably be addressed in follow-ups, which would let us sink this down to the essentials package.

@parkera parkera requested a review from jmschonfeld February 19, 2025 22:37
@parkera
Copy link
Contributor Author

parkera commented Feb 19, 2025

@swift-ci test

@parkera parkera closed this Feb 19, 2025
@parkera parkera reopened this Feb 19, 2025
@parkera parkera force-pushed the parkera/plutil_rewrite branch from 313c7fc to 641ab89 Compare February 19, 2025 22:57
@parkera
Copy link
Contributor Author

parkera commented Feb 25, 2025

@swift-ci test

@parkera
Copy link
Contributor Author

parkera commented Feb 28, 2025

@swift-ci test

@parkera
Copy link
Contributor Author

parkera commented Feb 28, 2025

@swift-ci test

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