Skip to content

Commit d88e505

Browse files
committed
drafts
1 parent 9cd4aaf commit d88e505

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_drafts/2016-04-07-issue-17.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Welcome to issue #17! After all this time, the core team is still [just as encou
1010

1111
### Starter tasks
1212

13+
- [SR-1145](https://bugs.swift.org/browse/SR-1145): XCTestSuite doc comments describe behavior exclusive to Apple XCTest
14+
- [SR-1141](https://bugs.swift.org/browse/SR-1141): [llbuild] Add support for understanding Swift parseable output
15+
- [SR-216](https://bugs.swift.org/browse/SR-216): Increase test coverage on Linux
16+
- [SR-1111](https://bugs.swift.org/browse/SR-1111): Non-optimized builds should avoid redundant `thick_to_objc_metatype` conversions
17+
1318
Suggestions from [Brian Gesiak](https://github.com/SwiftWeekly/swiftweekly.github.io/issues/30):
1419

1520
- [SR-1124](https://bugs.swift.org/browse/SR-1124): Migrate legacy Swift stdlib tests to the StdlibUnittest framework. This would make those tests easier to read and maintain. Over the course of completing this task, newcomers to Swift development would become familiar with several tools used to test the compiler. There are 35 tests in total--feel free to claim individual tests by commenting on the task.
@@ -52,6 +57,8 @@ Jordan Rose's proposal, [SE-0055](https://github.com/apple/swift-evolution/blob/
5257

5358
>The community and core team overall agree that it is best to make the null pointer processing more consistent (by eliminating types that can be nil, but which are not Optional). While UnsafePointer is disliked by many in the community, it is a necessary part of working with C APIs (as one prominent example). Making them work consistently with other types makes the language simpler and more predictable. This approach also dovetails well with the Clang nullability attributes, which allow auditing of C pointers.
5459
60+
Russ Bishop's proposal, [SE-0058](https://github.com/apple/swift-evolution/blob/master/proposals/0058-objectivecbridgeable.md): *Allow Swift types to provide custom Objective-C representations*, is now [under review](https://lists.swift.org/pipermail/swift-evolution-announce/2016-April/000090.html).
61+
5562
### Mailing lists
5663

5764
> TODO:

0 commit comments

Comments
 (0)