[swift-evolution] Logging facade

2017-11-01 Thread Maik Koslowski via swift-evolution
Hey! I haven’t found anything in the history of this mail list about this topic. What do you think about having a logging facade within the standard library (like SLF in Java)? SLF4J is not within the standard library in Java, but it is well used and I’d like to have something like that within

Re: [swift-evolution] Introduction of OrderedSet

2017-06-13 Thread Maik Koslowski via swift-evolution
ered set and dictionary, and please add ordered dictionary in >>>> ObjC as well. >>>> >>>> Envoyé de mon iPhone >>>> >>>> Le 9 juin 2017 à 03:11, Robert Bennett via swift-evolution >>>> mailto:swift-evolution@sw

Re: [swift-evolution] Introduction of OrderedSet

2017-06-12 Thread Maik Koslowski via swift-evolution
;> ObjC as well. >>> >>> Envoyé de mon iPhone >>> >>> Le 9 juin 2017 à 03:11, Robert Bennett via swift-evolution >>> mailto:swift-evolution@swift.org>> a écrit : >>> >>>> +1, and would also like to see OrderedDictionary

[swift-evolution] Introduction of OrderedSet

2017-06-08 Thread Maik Koslowski via swift-evolution
Hello, in the past there have been a few requests for an OrderedSet implementation in Swift. In the proposal https://github.com/apple/swift-evolution/blob/master/proposals/0069-swift-mutability-for-foundation.md was mentioned that the OrderedSet will be considered for the feature. However, sin