Swiftweekly.github.io: [54] Issue #54 - January 26, 2017

Created on 19 Jan 2017  路  20Comments  路  Source: SwiftWeekly/swiftweekly.github.io

full issue notes

Most helpful comment

I don't think it's a recent thing, but @calebd turned me on to https://fossies.org/dox/swift-swift-3.0.2-RELEASE/, and it's changing my life. You can type in the name of any class in the Swift compiler C++ source code, and it'll show you class diagrams, documentation, and more. Suuuuper helpful.

All 20 comments

SE-0148, Generic Subscripts, will probably be reviewed soon: https://github.com/apple/swift-evolution/commit/b5788812dc7dc6c4f94f8a3ab1bade2f4ab07d0a

iOS, watchOS, tvOS added as supported platforms to swift-corelibs-xctest, apple/swift-corelibs-xctest#176.

SE-site legibility improvements: https://github.com/apple/swift-evolution/pull/592

I think it would be great mentioning about PR Add Unit Testing Infrastructure for swift-corelibs-xctest. Maybe someone will help proceeding with this PR.

We've just published a roadmap for the Swift 4 Package Manager: https://lists.swift.org/pipermail/swift-evolution-announce/2017-January/000307.html

URLSession Test Fest

If you鈥檝e been wondering how to make a meaningful contribution, this is the perfect time. It鈥檇 be great to greatly expand both unit test and higher level test coverage of URLSession.

https://lists.swift.org/pipermail/swift-corelibs-dev/Week-of-Mon-20170123/001092.html

Swift 3.1 Development Snapshots

Get a leg up on testing out Swift 3.1.

Swift 3.1 Snapshots are prebuilt binaries that are automatically created from the swift-3.1-branch branch.

Development snapshots download page: https://swift.org/download/#snapshots

Announcement: https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20170123/003862.html

GitHub syntax highlighting for Swift has finally picked up several recent fixes: https://github.com/textmate/swift.tmbundle/compare/textmate:841f53f...textmate:c7aca87
https://twitter.com/jtbandes/status/823991172527898624

0xFFFF   // <-- no longer a hideous red color 馃悾

I don't think it's a recent thing, but @calebd turned me on to https://fossies.org/dox/swift-swift-3.0.2-RELEASE/, and it's changing my life. You can type in the name of any class in the Swift compiler C++ source code, and it'll show you class diagrams, documentation, and more. Suuuuper helpful.

@modocache that is AMAZING! I looked up what I thought would make the scariest class diagram and wasn't disappointed 馃槃 (https://fossies.org/dox/swift-swift-3.0.2-RELEASE/structVisitNodeResult.html)

Swift ABI Stability Manifesto

_Is it manifesto week or something?_

https://github.com/apple/swift/blob/master/docs/ABIStabilityManifesto.md

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jessesquires picture jessesquires  路  6Comments

jessesquires picture jessesquires  路  6Comments

BasThomas picture BasThomas  路  4Comments

jessesquires picture jessesquires  路  10Comments

jessesquires picture jessesquires  路  9Comments