-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Rewrite plutil for parity with all Darwin functionality #5172
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
Conversation
@swift-ci test |
313c7fc
to
641ab89
Compare
@swift-ci test |
6 similar comments
@swift-ci test |
@swift-ci test |
@swift-ci test |
@swift-ci test |
@swift-ci test |
@swift-ci test |
46b076d
to
be1272f
Compare
@swift-ci test |
Looks like the
|
The test was looking at stdout for that output, but I moved it to stderr - which seems more correct. Fixed up the test. |
@swift-ci test |
@swift-ci test windows |
1 similar comment
@swift-ci test windows |
@swift-ci test |
@swift-ci test windows |
@swift-ci test |
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
andJSONSerialization
, 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.