30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
=== on 3 Jul 2015, 08:42:34 Elena Vilchik wrote:
|
|
\[~ann.campbell.2] Could you "fix" exception I've just added to this rule?
|
|
|
|
=== on 6 Jul 2015, 14:38:36 Ann Campbell wrote:
|
|
double-check me, [~elena.vilchik]
|
|
|
|
=== on 6 Jul 2015, 14:48:28 Elena Vilchik wrote:
|
|
\[~ann.campbell.2] LGTM. Only thing i'm not sure: implementation ignores "lonely" counters but raises issue for other (tuples). WDYT should we put such details in description? (from my point of view we shouldn't, but how knows :))
|
|
|
|
----
|
|
for i in 1...10 { // Ignored
|
|
print("Hello! ");
|
|
}
|
|
|
|
for (a, b) in someElements { // issue for "b"
|
|
print(a)
|
|
}
|
|
----
|
|
|
|
=== on 6 Jul 2015, 14:55:18 Ann Campbell wrote:
|
|
Mention added [~elena.vilchik]. We'd have gotten questions/complaints eventually otherwise. :-)
|
|
|
|
|
|
I'm assuming/hoping that "lonely" is the recognized term for this type of counter in Swift circles?
|
|
|
|
=== on 6 Jul 2015, 15:02:26 Elena Vilchik wrote:
|
|
\[~ann.campbell.2] No :) "lonely" is just my explanation. I replaced it with ``++simple++``.
|
|
|
|
include::../comments-and-links.adoc[]
|