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] [swift-evolution] [Discussion] Resources

2017-09-27 Thread Karl Wagner via swift-corelibs-dev
> On 27. Sep 2017, at 12:32, Karl Wagner via swift-evolution > wrote: > > > >> On 25. Sep 2017, at 18:54, Rick Ballard via swift-evolution >> wrote: >> >> Hi Karl and Keith, >> >> (+ swift-build-dev and swift-corelibs-dev) >> >> The SwiftPM core team has had some preliminary discussions

Re: [swift-corelibs-dev] [swift-evolution] [Discussion] Resources

2017-09-27 Thread Karl Wagner via swift-corelibs-dev
> On 25. Sep 2017, at 18:54, Rick Ballard via swift-evolution > wrote: > > Hi Karl and Keith, > > (+ swift-build-dev and swift-corelibs-dev) > > The SwiftPM core team has had some preliminary discussions already with the > swift-corelibs team about the best way to support resources; whateve