Swiftweekly.github.io: [121] Issue #121 - November 1, 2018

Created on 18 Oct 2018  ·  13Comments  ·  Source: SwiftWeekly/swiftweekly.github.io

To contribute to this issue, simply leave a comment here. Please also review our contributing guidelines.

The current draft for this issue in _drafts/. If you want to contribute directly, feel free to open a pull request.

full issue notes

Most helpful comment

All 13 comments

https://twitter.com/slava_pestov/status/1053084033389752320

One of the last remaining places where ‘curry levels’ were still used was by diagnostics: https://github.com/apple/swift/pull/19947

230 accepted

https://twitter.com/aciidb0mb3r/status/1055190174231973889

SwiftPM can now generate code coverage data! Check it out in the latest trunk snapshot by running swift test --enable-code-coverage. The exported JSON file will be available in the build directory .build/debug/codecov

https://twitter.com/dgregor79/status/1057121197454852096

The expanded version of the Swift Generics talk by @AirspeedSwift and I is up! It contains an all-new section on recursive constraints, associated type and protocol where clauses, and divide-and-conquer algorithms starting around 33:00. Check it out! https://developer.apple.com/videos/play/wwdc2018/406/

What's .self, .Type and .Protocol? Understanding Swift Metatypes
https://swiftrocks.com/whats-type-and-self-swift-metatypes.html

232 accepted

@fassko I haven't included the blog post about Swift Metatypes, as it didn't touch anything related to the open source projects. 👍

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jessesquires picture jessesquires  ·  7Comments

jessesquires picture jessesquires  ·  10Comments

jessesquires picture jessesquires  ·  10Comments

jessesquires picture jessesquires  ·  8Comments

gregheo picture gregheo  ·  3Comments