Re: [swift-corelibs-dev] Swift Encoders on Linux

2017-05-23 Thread Tony Parker via swift-corelibs-dev
Hi Ankit, Our intention is to share as much of the implementation as possible. There are some details that need to be worked out around bridging of types like NSNumber (since bridging doesn't exist on Linux we may need to avoid using 'as' in a few places), but in general it could be as easy as

[swift-corelibs-dev] Swift Encoders on Linux

2017-05-23 Thread Ankit Aggarwal via swift-corelibs-dev
Hi, It looks like SE-0167 is implemented and can be used in the latest macOS snapshot (yay!). Will corelibs-foundation need a completely separate implementation? Is the corelibs-foundation implementation going to be community driven? PS: I think these are awesome APIs and the Package Manager