-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Give SwiftValue a tailored description
property similar to Darwin's
#2699
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 please test |
@tbkka should tests be added? |
I put together a very basic test to verify this functionality. I think I connected the test to all the right places: CMakeLists.txt, main.swift, and both Xcode projects. |
@swift-ci Please test |
All good beside the comment. |
@swift-ci please test |
@swift-ci please test and merge |
1 similar comment
@swift-ci please test and merge |
@swift-ci Please test |
@swift-ci Please test macOS |
1 similar comment
@swift-ci Please test macOS |
@tbkka Could you rebase this to remove the merge commit and then it can be merged. Ignore the macOS failures, thats a separate issue. |
In particular, printing a SwiftValue on Darwin will print the contained value. This brings that same behavior to non-Apple platforms.
53905e5
to
d62a826
Compare
@spevans -- I rebased this on top of up-to-date master. It should be a trivial merge now. |
@swift-ci Please test and merge |
@swift-ci Please test Linux |
@spevans -- I don't seem to be able to trigger CI test and merge. Can you help? |
@swift-ci test linux |
This |
In particular, printing a SwiftValue on Darwin will print the
contained value, not the generic type + address dump that
is implemented by NSObject.
This brings that same behavior to non-Apple platforms.