Skip to content

Commit dd75aed

Browse files
committedFeb 17, 2016
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
2 parents 0e1c488 + b480ab1 commit dd75aed

File tree

450 files changed

+8408
-5204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

450 files changed

+8408
-5204
lines changed
 

Diff for: ‎.pep8

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[flake8]
2-
filename = *.py,build-script,gyb,line-directive,ns-html2rst,pre-commit-benchmark,recursive-lipo,submit-benchmark-results,update-checkout,viewcfg
3-
ignore = E101,E111,E128,E265,E302,E501,W191
2+
filename = *.py,Benchmark_Driver,Benchmark_DTrace.in,Benchmark_GuardMalloc.in,Benchmark_RuntimeLeaksRunner.in,build-script,gyb,line-directive,ns-html2rst,recursive-lipo,submit-benchmark-results,update-checkout,viewcfg
3+
ignore = E101,E111,E128,E265,E302,E402,E501,W191

Diff for: ‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Swift 3
55
* Curried function syntax has been removed, and now produces a compile-time
66
error.
77

8+
* Generic signatures can now contain superclass requirements with generic
9+
parameter types, for example:
10+
11+
```
12+
func f<Food : Chunks<Meat>, Meat : Molerat>(f: Food, m: Meat) {}
13+
```
814

915
Swift 2.2
1016
---------

0 commit comments

Comments
 (0)