Swiftweekly.github.io: [67] Issue #67 - April 27, 2017

Created on 20 Apr 2017  路  18Comments  路  Source: SwiftWeekly/swiftweekly.github.io

full issue notes

Most helpful comment

All 18 comments

@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

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

"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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jessesquires picture jessesquires  路  6Comments

gregheo picture gregheo  路  3Comments

jessesquires picture jessesquires  路  4Comments

jessesquires picture jessesquires  路  10Comments

jessesquires picture jessesquires  路  9Comments