-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[NSAffineTransform] NSCoding implementation #815
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
Hm, the darwin one encodes this as a C array of 6 big-endian floats. |
So should it encode a |
|
@parkera please review. Not sure it's a right implementation, but i found no other way to encode |
Sure, let's give this a shot. |
@swift-ci please test and merge |
|
@parkera please review. |
@swift-ci please test |
@parkera if i understand correctly this test job (617) performed without errors. |
Great! |
@swift-ci test and merge |
Implemented
NSCoding
protocol andisEqual
to match macOS Foundation.