Commit 2f5fc69
committed
Add
As of `swift-600��.0.57.3`, the following statement errors:
«Extra argument 'style' in call»
`Color.Wrap(style: .Bold)`
Removing the supposedly "extra" argument 'style' errors:
«'().Type' does not have a member named 'Bold'»
`Color.Wrap(.Bold)`
The true problem appears to be the ambiguity between the
two functions of the form `init(foreground:background:style:)`.
`init(styles: StyleParameter...)` for `Color.Wrap` creates a non-ambiguous initializer.init(styles: StyleParameter...) to Color.Wrap.1 parent fdd0bd9 commit 2f5fc69
2 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
78 | 88 | | |
79 | 89 | | |
80 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
185 | 193 | | |
186 | 194 | | |
187 | 195 | | |
| |||
199 | 207 | | |
200 | 208 | | |
201 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
202 | 214 | | |
203 | 215 | | |
204 | 216 | | |
| |||
0 commit comments