Swiftweekly.github.io: [161] Issue #161 - June 11, 2020

Created on 21 May 2020  ·  21Comments  ·  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

Sure, I'm ok with that.

Thank you @BasThomas @fassko. I appreciate you ❤️

While I also wouldn't mind to publish (it might be a welcome distraction to some) postponing a week works, too.

Yes, perhaps. However, I would argue that the luxury of distraction is mostly (or only) afforded to folks whose communities have the privilege of not being directly affected by police violence.

All 21 comments

Replace the reference types weak and unowned with nonstrong

https://forums.swift.org/t/replace-the-reference-types-weak-and-unowned-with-nonstrong/36740

Deriving Combine’s Publisher type from Swift’s Sequence protocol 📝 https://twitter.com/jasdev/status/1265030587523502081

https://twitter.com/maxdesiatov/status/1265555090204700673

"llbuild2 is an experimental, Swift native, fully async, NIO futures-based low level build system. Started as the cevobuild experiment in llbuild, this repository aims to continue that exploration".

https://github.com/apple/swift-llbuild2

(More details here: https://forums.swift.org/t/llbuild2/36896)

Swift on Server WorkGroup May 13th, 2020 meeting notes

https://forums.swift.org/t/may-13th-2020/36929

@BasThomas If there is nothing incredibly important, I would like to suggest postponing this issue until next week, given the unrest across the US right now.

An Implementation Model for Rational Protocol Conformance Behavior

https://forums.swift.org/t/an-implementation-model-for-rational-protocol-conformance-behavior/37171

@BasThomas If there is nothing incredibly important, I would like to suggest postponing this issue until next week, given the unrest across the US right now.

Sure, I'm ok with that. While I also wouldn't mind to publish (it might be a welcome distraction to some) postponing a week works, too.

For your information, I then do plan to write and publish issue 162 on June 18, a week after this issue, as there's a sponsorship that I don't feel like moving around :)

Sure, I'm ok with that.

Thank you @BasThomas @fassko. I appreciate you ❤️

While I also wouldn't mind to publish (it might be a welcome distraction to some) postponing a week works, too.

Yes, perhaps. However, I would argue that the luxury of distraction is mostly (or only) afforded to folks whose communities have the privilege of not being directly affected by police violence.

SE-0282 (Review #2): Interoperability with the C Atomic Operations Library

https://forums.swift.org/t/se-0282-review-2-interoperability-with-the-c-atomic-operations-library/37360

Draft PR: Multi-statement closure type inference.

Introduce support for type inference of closures with multiple
statements. Type inference flows from the closure parameters through
the body of the closure to determine the return type. This, for example,
allows a "map" closure with multiple statements to infer the result type
based on the "return" in the body:

let _ = ints.map { i in
 let value = i + 1
 return String(value)
}

https://github.com/apple/swift/pull/32223

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jessesquires picture jessesquires  ·  9Comments

jessesquires picture jessesquires  ·  4Comments

jessesquires picture jessesquires  ·  10Comments

jessesquires picture jessesquires  ·  10Comments

jessesquires picture jessesquires  ·  8Comments