Re: [swift-corelibs-dev] CharacterSet Issues

2017-03-29 Thread Tony Parker via swift-corelibs-dev
Hi David, Philippe recently put up a PR for these changes again to the overlay and its tests, but I think we’re stuck on some issue where the iPhone sim test is failing and we’re not sure why (https://github.com/apple/swift/pull/8283 ). On the darwin s

[swift-corelibs-dev] CharacterSet Issues

2017-03-29 Thread David Dunn via swift-corelibs-dev
Hey, I noticed there's a lot of bugs within CharacterSet at the moment some of which I've started to look at. In particular I've been looking at SR-3485 (CharacterSet.isSuperset(of:) returns wrong result on Linux), alongside this I've noticed there's various others such as SR-3282, SR-3825 and SR-