Re: [swift-corelibs-dev] [swift-evolution] Proposal: Conforming NSDate to Comparable

2015-12-06 Thread Alexander Kolov via swift-corelibs-dev
I also agree, since all methods already exist in NSDate. Conforming it to Comparable and Strideable is just making interface more in line with Swift spirit. > On Dec 6, 2015, at 11:05 AM, Brent Royal-Gordon via swift-corelibs-dev > wrote: > >> I agree that it makes perfect sense for NSDate to

Re: [swift-corelibs-dev] Standard logging facility

2015-12-05 Thread Alexander Kolov
of most projects. > > Thanks, > - Tony > >> On Dec 3, 2015, at 3:43 PM, Alexander Kolov wrote: >> >> Hi all, >> >> Are the any plans on implementing standard logging API, akin to Python’s >> logging facility? >>