@BasThomas thanks so much for doing all the GH issue maintenance! 馃檶
You're welcome. 馃槂
SE-0165 accepted
SE-0155 accepted
Couple of interesting pre-proposal pitches from Apple folks on the mailing lists:
"Should we just always import C/ObjC types under their Swift 4 names, and use typealiases in Swift 3 mode?" 鈥斅燿ealing with renamed types when mixing and matching Swift 3/4 code.
https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20170417/004408.html
Replacing the swap function with something that follows the ownership manifesto when dealing with mutable collections.
https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170417/035986.html
swift server group notes:
https://github.com/swift-server/work-group/pull/80
Code size reduction:
https://github.com/apple/swift/pull/8909
SE-0168 implementation
https://github.com/apple/swift/pull/8813
Swift unwrapped 馃槉
Source compatibility is a strong goal for future Swift releases. To aid in this goal, a community owned source compatibility test suite serves to regression test changes to the compiler against a (gradually increasing) corpus of Swift source code. Projects added to this test suite are periodically built against the latest development versions of Swift as part of Swift's continuous integration system, allowing Swift compiler developers to understand the compatibility impact their changes have on real-world Swift projects.
announcement: https://swift.org/blog/swift-source-compatibility-test-suite/
repo: https://github.com/apple/swift-source-compat-suite
tweet: https://twitter.com/tkremenek/status/856629269828575232
SE-0172 accepted, SE-0171 accepted, SE-0173 in review
call for assistance:
https://twitter.com/ericasadun/status/856942755162996737
bad swift things:
http://ericasadun.com/2017/04/25/bad-swift-things-we-do-because-we-can/
"Multi-line string literals are in!"
https://twitter.com/Ilseman/status/857042195961978880
And a starter task: SR-4701 Starter: better diagnostics for multi-line string literals
https://bugs.swift.org/browse/SR-4701
Most helpful comment
SE-0168 implementation
https://github.com/apple/swift/pull/8813