Re: [swift-corelibs-dev] SR-6405: URLRequest does not capitalise HTTP methods

2017-11-16 Thread Stephen Celis via swift-corelibs-dev
> On Nov 16, 2017, at 3:30 PM, Ian Partridge wrote: > >> Is the Foundation test suite run against both implementations to attempt to >> catch these kinds of things? >> If not it would seem like a big win to do so. > > Not yet, but there is work underway to do this. See > https://github.com/app

Re: [swift-corelibs-dev] SR-6405: URLRequest does not capitalise HTTP methods

2017-11-16 Thread Stephen Celis via swift-corelibs-dev
> On Nov 16, 2017, at 2:57 PM, Alex Blewitt wrote: > > I understood your question, but I can only point to you as to what is > available and run on the swift-corelibs-foundation open source project. Sorry to continue on this train (especially since it’s a big of a derailment). I’m really not t

Re: [swift-corelibs-dev] SR-6405: URLRequest does not capitalise HTTP methods

2017-11-16 Thread Stephen Celis via swift-corelibs-dev
> On Nov 16, 2017, at 2:02 PM, Alex Blewitt wrote: > > There is a TestFoundation target in the swift-corelibs-foundation project, > which can allow the tests to be run against the open source codebase. Sorry, maybe I wasn’t clear, I was wondering if there’s a test suite that regularly runs aga

Re: [swift-corelibs-dev] SR-6405: URLRequest does not capitalise HTTP methods

2017-11-16 Thread Stephen Celis via swift-corelibs-dev
Brandon Williams and I have come across a lot of inconsistencies between Foundations in our Swift web work. We’ve been trying to file bugs when we remember to, but I’m curious if there’s a better way to catch these. Is the Foundation test suite run against both implementations to attempt to catc

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

2015-12-06 Thread Stephen Celis via swift-corelibs-dev
Seems to me that anything with `-compare:` could conform to Comparable. The list, however, is surprisingly short, and half bridge over to native Swift types that are already Comparable: - [NSDate compare:] - [NSIndexPath compare:] - [NSNumber compare:] - [NSString compare:] Looks like NSIndexPa