[swift-corelibs-dev] NSMassFormatter implementation

2016-04-14 Thread Mauricio Meirelles via swift-corelibs-dev
Hi all, I was thinking on start the NSMassFormatter implementation. Are you accepting PR for this? Thanks, Mauricio ___ swift-corelibs-dev mailing list swift-corelibs-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-corelibs-dev

Re: [swift-corelibs-dev] Why isn't Foundation shipped in OS X and iOS open source?

2016-04-14 Thread Kiel Gillard via swift-corelibs-dev
Thanks for the reply and for pointing me to the design document. I doubt that Foundation's dependency on the exclusive features of the Objective-C runtime would be so instrumental to the majority of its implementation details. I doubt things like algorithms and performance optimisations used in

Re: [swift-corelibs-dev] Migrate corelibs-foundation to the newest APIs

2016-04-14 Thread Bhaktavatsal Reddy via swift-corelibs-dev
Hi Tony, we’ve started to change function signature of some of API class. In the process, I completed changes to NSFileManager and its dependant code including TestFoundation. Here is the pull request for the same https://github.com/apple/swift-corelibs-foundation/pull/317

Re: [swift-corelibs-dev] Why isn't Foundation shipped in OS X and iOS open source?

2016-04-14 Thread Alexander Alemayhu via swift-corelibs-dev
> On 14 Apr 2016, at 02:32, Kiel Gillard via swift-corelibs-dev > wrote: > > Hello all, Hei, > > I’m considering contributing yet part of me feels hesitant or reluctant to do > so because I do not want to do a poor job at what feels like I’d be > reverse-engineering the Foundation APIs (as

Re: [swift-corelibs-dev] Why isn't Foundation shipped in OS X and iOS open source?

2016-04-14 Thread Philippe Hausler via swift-corelibs-dev
Some of this topic I am unqualified to comment on but I will try to address some of the concerns. With the goal of matching the surface area of APIs and behavior that are important for cross platform development we can get very close no matter the backing language. In the areas that are potenti

Re: [swift-corelibs-dev] NSMassFormatter implementation

2016-04-14 Thread Philippe Hausler via swift-corelibs-dev
Absolutely! If you have any questions about the details of how the objc version works feel free to reach out. > On Apr 14, 2016, at 5:14 AM, Mauricio Meirelles via swift-corelibs-dev > wrote: > > Hi all, > I was thinking on start the NSMassFormatter implementation. > Are you accepting PR for t

Re: [swift-corelibs-dev] Migrate corelibs-foundation to the newest APIs

2016-04-14 Thread Tony Parker via swift-corelibs-dev
Thanks Bhaktavatsal! I’ll kick off a test and we’ll start getting these merged. - Tony > On Apr 14, 2016, at 9:27 AM, Bhaktavatsal Reddy > wrote: > > Hi Tony, > > we’ve started to change function signature of some of API class. In the > process, I completed changes to NSFileManager and its

[swift-corelibs-dev] Rebased PRs

2016-04-14 Thread Daniel Eggert via swift-corelibs-dev
I've rebased against master and squashed these PRs: https://github.com/apple/swift-corelibs-foundation/pull/287 https://github.com/apple/swift-corelibs-foundation/pull/306 /Daniel ___ swift-corelibs-dev mailing list swift-corelibs-dev@swift.org https:/

[swift-corelibs-dev] Crypto as part of the core libraries

2016-04-14 Thread Travis Beech via swift-corelibs-dev
I would like to propose that basic crypto be part of the core libraries of swift. It seems a large oversight that this isn’t a core part of the runtime. Many if not all modern languages provide the ability to perform hashing, encryption, certificates, etc. out of the box. I believe that any ser