Re: [swift-corelibs-dev] encodeEncodable/decodeDecodable

2017-09-27 Thread Luke Howard via swift-corelibs-dev
Hi Itai, I’ve done something for failWithError on Darwin, you should see it in the pull request. Still blocked on Linux, getting Swift to build. Cheers, Luke > On 28 Sep 2017, at 05:57, Itai Ferber wrote: > > Hi Luke, > > Thanks for putting this together! In the meantime, CI testing has high

Re: [swift-corelibs-dev] encodeEncodable/decodeDecodable

2017-09-27 Thread Itai Ferber via swift-corelibs-dev
Hi Luke, Thanks for putting this together! In the meantime, CI testing has highlighted an issue that will need to be solved before this can be pulled in — namely that `NSKeyedUnarchiver` is currently incomplete as it does not implement or override `failWithError` properly. This is something w

Re: [swift-corelibs-dev] encodeEncodable/decodeDecodable

2017-09-27 Thread Luke Howard via swift-corelibs-dev
Still having trouble building it on Linux – I did kind of get it built from swift-4.0-branch, but didn’t have a working lldb so was difficult to debug (except by printf). Currently appear to be running into SR-5938 when trying to build from master. > On 26 Sep 2017, at 09:37, Luke Howard via sw

Re: [swift-corelibs-dev] encodeEncodable/decodeDecodable

2017-09-25 Thread Luke Howard via swift-corelibs-dev
Hi Itai, Pull request is here , unfortunately tests are failing on Linux. I’m still trying to get Swift built on Linux so I can investigate (didn’t have any luck using the prebuilt binaries to build Foundation). Cheers, Luke > On

Re: [swift-corelibs-dev] encodeEncodable/decodeDecodable

2017-09-25 Thread Itai Ferber via swift-corelibs-dev
Hi Luke, Thanks for putting this together! Do you mind putting that up as a [pull request](https://github.com/apple/swift-corelibs-foundation/pulls) so we can review it more formally and run it through CI? — Itai On 22 Sep 2017, at 19:53, Luke Howard via swift-corelibs-dev wrote: Had a cra

Re: [swift-corelibs-dev] encodeEncodable/decodeDecodable

2017-09-22 Thread Luke Howard via swift-corelibs-dev
Had a crack on this, is anyone able to test this on Linux? https://github.com/lhoward/swift-corelibs-foundation/commit/8f8d16c8d68f1af7730522e728d96f8d93c88a2e > On 20 Sep 2017, at 23:30, Luke

[swift-corelibs-dev] encodeEncodable/decodeDecodable

2017-09-20 Thread Luke Howard via swift-corelibs-dev
I’m fairly out of touch with Swift these days, but I took a quick look at importing the encodeEncodable/decodeDecodable changes from stdlib into SwiftFoundation. I ran into a bunch of bridging issues with the PropertyListDecoder, where it would be balk on the encoded property list types being F