Evgeny Gerashchenko
|
8e1323bb43
|
Replaced sure() invocations with '!!' operator in libraries written on Kotlin.
|
2012-09-17 18:00:21 +04:00 |
|
Svetlana Isakova
|
ca6d7e643e
|
use kotlin Iterable/Iterator
instead of java Iterable/Iterator
in Kotlin code in library
|
2012-08-16 18:39:23 +04:00 |
|
James Strachan
|
bb8dc49692
|
added more iterator based tests to the JS compilation; exposes some issue with enums...
|
2012-07-04 09:19:03 +01:00 |
|
James Strachan
|
8f94f5e43f
|
added a bunch more JS test cases from standard library test cases
|
2012-07-03 22:20:00 +01:00 |
|
James Strachan
|
f022b61794
|
#KT-39 Fixed with eager and lazy implementations
|
2012-04-03 15:36:34 +01:00 |
|
James Strachan
|
153b668d3e
|
#KT-1391 Fixed
|
2012-04-03 10:40:21 +01:00 |
|
James Strachan
|
1d342978d0
|
#KT-1675 Fixed, renaming join() -> makeString() and adding an appendString() which reduces the possible number of appendables being created
|
2012-04-02 20:01:24 +01:00 |
|
James Strachan
|
fbd1279cc9
|
removed Iterator.toString() as it changes the iterator state, the default is fine and folks should be explicit about iterating over an iterator. Also disabled the default limit on the iterator on join(); if folks want to limit the join they should be explicit
|
2012-03-30 10:24:27 +01:00 |
|
Franck Rasolo
|
ca4f552245
|
KT-1653 Implemented map, flatMap, take, takeWhile, join, and toString for iterators, #KT-1653 Fixed
|
2012-03-28 15:55:27 +01:00 |
|
James Strachan
|
a194764657
|
added a helper method for converting functions into iterators (which have all the various standard library APIs on them)
|
2012-03-25 08:10:17 +01:00 |
|