Ilya Gorbunov
|
404b228954
|
StdLib cleanup: replace fails with assertFails
|
2015-10-07 22:36:06 +03:00 |
|
Denis Zharkov
|
a0e9754edc
|
Adjust js collections to size transformation
|
2015-10-07 08:46:33 +03:00 |
|
Denis Zharkov
|
5cecaa6f87
|
Get rid of deprecated annotations and modifiers in stdlib (besides JS)
|
2015-09-18 10:14:28 +03:00 |
|
Ilya Gorbunov
|
63110dcdf8
|
Remove StdLibArraysTest and include collections/ArraysTest.kt into StdLibTestToJSTest smoke tests instead.
Move helper methods, so they are available in JS semantics tests.
|
2015-08-27 00:09:04 +03:00 |
|
Ilya Gorbunov
|
690a536734
|
Tests for minus operation for collections, sets, iterables and sequences.
|
2015-07-17 10:53:31 +03:00 |
|
Ilya Gorbunov
|
048a3ebcc1
|
Implement plus for sequence as operand and refactor plus tests.
|
2015-07-17 10:53:05 +03:00 |
|
Ilya Gorbunov
|
dd945f4d1a
|
Tests for plus on collections, sets, sequences.
|
2015-07-17 10:52:12 +03:00 |
|
Ilya Gorbunov
|
f7aa997003
|
Provide fast path for negative index values in elementAt.
Minor: kdoc wording.
|
2015-05-12 21:07:24 +03:00 |
|
Ilya Gorbunov
|
a5ed5d4269
|
Generate elementAtOrNull and elementAtOrElse extension methods for iterables, collections, sequences, etc.
#KT-6952 Fixed
|
2015-05-12 20:08:20 +03:00 |
|
Ilya Gorbunov
|
d531d7130f
|
Add an optional parameter to joinToString() and joinTo() functions: lambda function which maps the element to string.
#KT-5468 Fixed
|
2015-05-09 01:11:47 +03:00 |
|
Stanislav Erokhin
|
b703f59e04
|
Migrate kotlin sources, maven projects and stdlib to new lambda syntax
|
2015-04-07 13:08:53 +03:00 |
|
Valery Kharitonov
|
c8094e7587
|
Implemented indexOfFirst/Last(predicate). #KT-6577 Fixed
|
2015-03-10 11:21:40 +03:00 |
|
Ilya Ryzhenkov
|
1a67e35739
|
Add more tests to cover stdlib
|
2015-03-10 11:21:38 +03:00 |
|
Ilya Ryzhenkov
|
95d4accda7
|
stdlib: add flatten()
|
2015-01-20 22:39:24 +03:00 |
|
Ilya Ryzhenkov
|
1d4591d99c
|
stdlib: add sumBy(function)
|
2015-01-20 22:39:23 +03:00 |
|
Ilya Ryzhenkov
|
4ee64d7283
|
Covering stdlib with tests.
|
2015-01-20 22:37:16 +03:00 |
|
Ilya Ryzhenkov
|
9b04f57a25
|
Collection tests: format and fix usages of deprecated symbols.
|
2015-01-20 22:37:15 +03:00 |
|
Ilya Ryzhenkov
|
f4b96a0a1a
|
Add mapIndexed() function for common case withIndex().map{} #KT-3153 Fixed
|
2014-12-16 17:33:27 +03:00 |
|
Ilya Ryzhenkov
|
fa0542b801
|
Clean size/length/first/head/empty properties and functions.
|
2014-12-16 17:33:21 +03:00 |
|
Ilya Ryzhenkov
|
e890c2ee0d
|
Deprecate withIndicies(), introduce optimized and fixed withIndex and forEachIndexed()
|
2014-12-16 17:33:20 +03:00 |
|
Michael Nedzelsky
|
edac2dd3bd
|
JS backend: tests for KT-2468
|
2014-10-14 16:45:54 +04:00 |
|
Zalim Bashorov
|
f202ad9f98
|
Stdlib: run all stdlib tests with JS backend(as possible).
|
2014-10-13 21:25:56 +04:00 |
|
Ilya Ryzhenkov
|
2b6fcc0b7c
|
singleOrNull methods should never throw exception #KT-5424 Fixed
|
2014-07-16 21:10:32 +04:00 |
|
Ilya Ryzhenkov
|
f94b79fac3
|
Minor. Update reference to issue.
|
2014-06-24 23:49:15 +04:00 |
|
Ilya Ryzhenkov
|
266f6ad81a
|
Clean TODOs, add custom Iterable implementation test.
|
2014-03-19 20:25:15 +04:00 |
|
Ilya Ryzhenkov
|
e37d8174c3
|
New stdlib generators
|
2014-03-19 20:25:11 +04:00 |
|