Nikolay Krasko
|
871f57ff69
|
Infer Nullability refactoring
|
2012-08-06 11:05:07 +04:00 |
|
Natalia.Ukhorskaya
|
5730955ce0
|
Android module: add test files which depend on junit.jar
|
2012-08-06 10:48:39 +04:00 |
|
Natalia.Ukhorskaya
|
57707d3a69
|
Android module: fix build - multifile test isn't supported yet
|
2012-08-06 10:48:38 +04:00 |
|
Alex Tkachman
|
59d58648bd
|
KT-2275 fix: wrong coercion between nullable primitives
|
2012-08-06 09:25:20 +03:00 |
|
Alex Tkachman
|
2d63f6f970
|
KT-2271 fix: default param value refering another param
|
2012-08-06 08:28:38 +03:00 |
|
Alex Tkachman
|
9819095451
|
KT-1739: test for obsolete issue
|
2012-08-04 22:58:33 +03:00 |
|
Alex Tkachman
|
fcab204459
|
KT-2210: Array<Array<T>> type mapping
|
2012-08-04 22:52:02 +03:00 |
|
Alex Tkachman
|
4e0e7fb943
|
KT-1892: initializers for extension properties
|
2012-08-04 22:07:21 +03:00 |
|
Alex Tkachman
|
186807a6d7
|
KT-1779: test for obsolete issue
|
2012-08-04 21:41:25 +03:00 |
|
Alex Tkachman
|
5c8863dafe
|
typo while commit fixed
|
2012-08-04 21:30:39 +03:00 |
|
Alex Tkachman
|
bf7bf194e6
|
KT-1733 test for obsolete issue
|
2012-08-04 21:29:28 +03:00 |
|
Alex Tkachman
|
454f0aaa15
|
KT-1936 codegen tests for issue which in fact frontend one
|
2012-08-04 21:20:28 +03:00 |
|
Alex Tkachman
|
c4ff8ae452
|
KT-1846 proper visibility for constructor parameters properties
|
2012-08-04 20:13:48 +03:00 |
|
Alex Tkachman
|
0ecb02cc25
|
KT-2260 test for non reproducable (probably obsolete) issue
|
2012-08-04 19:23:41 +03:00 |
|
Alex Tkachman
|
3ca1cbf5a0
|
KT-1845 test for obsolete issue
|
2012-08-04 19:17:36 +03:00 |
|
Alex Tkachman
|
e1e8c65a71
|
KT-2257 fix. private namespace visibility becomes protected in java land
|
2012-08-04 18:58:45 +03:00 |
|
Alex Tkachman
|
e848e5502b
|
KT-2291: test for obsolete issue
|
2012-08-04 16:46:27 +03:00 |
|
Alex Tkachman
|
34a0b0dcd4
|
KT-2334 partly fix: boolean to object coercion
|
2012-08-04 12:46:49 +03:00 |
|
Alex Tkachman
|
301b55788e
|
KT-2269 fix: hashCode & equals for primitives
|
2012-08-04 08:55:38 +03:00 |
|
Alex Tkachman
|
bcec8b7c36
|
KT-2331 fix: proper dealing with privite property setters
|
2012-08-04 08:10:38 +03:00 |
|
Pavel V. Talanov
|
3f2e1bc1ce
|
Move TEST_MODULE_NAME to Config and rename to REWRITABLE_MODULE_NAME.
|
2012-08-03 16:35:18 +04:00 |
|
Alex Tkachman
|
64c86346a1
|
Merge remote branch 'origin/master'
|
2012-08-03 12:04:10 +03:00 |
|
Alex Tkachman
|
e8debde256
|
test for unreproducable KT-2288
|
2012-08-03 12:03:36 +03:00 |
|
James Strachan
|
713a2d3bf0
|
enabled more tests now that KT-2520 is fixed
|
2012-08-03 09:00:25 +01:00 |
|
Alex Tkachman
|
0e4a8660fd
|
KT-2416 fix contains for ranges with primitive parameters
|
2012-08-03 09:15:53 +03:00 |
|
Alex Tkachman
|
8ba9e9f51b
|
even more exact test for KT-2509
|
2012-08-03 08:08:03 +03:00 |
|
Alex Tkachman
|
4f385e89d3
|
test for unreproducable KT-2509
|
2012-08-03 08:01:25 +03:00 |
|
Alex Tkachman
|
abee22ccca
|
KT2482 fix - empty if codegen
|
2012-08-03 07:53:12 +03:00 |
|
Alex Tkachman
|
40d98dc7ef
|
optimization of constant expressions. will be useful only when frontend does good job
|
2012-08-03 07:19:15 +03:00 |
|
Alex Tkachman
|
2df30416cd
|
KT-2485 fix - coercion boolean to Any? etc.
|
2012-08-03 07:00:25 +03:00 |
|
Alex Tkachman
|
d6e614a2d4
|
KT-2566 fix - accessors naming
|
2012-08-02 19:07:55 +03:00 |
|
Evgeny Gerashchenko
|
6062e0e03d
|
Updated mappings to IDEA soruces in project structure.
|
2012-08-02 16:10:17 +04:00 |
|
Evgeny Gerashchenko
|
db101f732e
|
Made some fields final in AlternativeSignatureData.
|
2012-08-02 16:06:10 +04:00 |
|
James Strachan
|
7400a373b0
|
made ResultSet.map() lazy by default - to save blowing RAM by always making a List of all results
|
2012-08-02 12:41:52 +01:00 |
|
James Strachan
|
9a33ca43bb
|
added a test case showing map() in use
|
2012-08-02 12:21:42 +01:00 |
|
James Strachan
|
7eba9c3896
|
let Connection.use() return a T
|
2012-08-02 12:06:08 +01:00 |
|
James Strachan
|
137eee3f45
|
moved the Map<String,String>.toProperties() helper function into the standard library and added a test case
|
2012-08-02 11:57:12 +01:00 |
|
James Strachan
|
94cdbb0f08
|
refactored tests to use the neater annotation based test functions
|
2012-08-02 11:45:54 +01:00 |
|
James Strachan
|
1a35061693
|
Merge pull request #116 from cy6erGn0m/3cf1fd5377f4cf6c719c93f513bbd2b96a1213b3
kotlin-jdbc: Additional extenstions to work with ResultSet
|
2012-08-02 03:38:06 -07:00 |
|
James Strachan
|
f53a40d1e0
|
lowered the maven requirement version a little
|
2012-08-02 10:14:01 +01:00 |
|
Nikolay Krasko
|
600349f5be
|
Handle URL from class loader with unescaped chars too
|
2012-08-02 11:46:00 +04:00 |
|
Alex Tkachman
|
b52b92cd31
|
one more test for scripts
|
2012-08-02 09:31:32 +03:00 |
|
Alex Tkachman
|
46611bde09
|
fix import
|
2012-08-02 08:08:10 +03:00 |
|
Alex Tkachman
|
45a08ff9ae
|
revert changes done in attenpt to fix the build as now indications it helped
|
2012-08-02 07:44:48 +03:00 |
|
Alex Tkachman
|
380d7add9f
|
another attempt to fix broken (windows) cli test on public server
|
2012-08-02 07:27:15 +03:00 |
|
Alex Tkachman
|
29054586d3
|
default imports added to script definitions
|
2012-08-01 23:05:56 +03:00 |
|
Nikolay Krasko
|
2677c8842e
|
An attempt to fix build on public server
|
2012-08-01 21:52:02 +04:00 |
|
Alexander Udalov
|
a85f46816e
|
KT-937 When loading array types from Java project them so that they are covariant
#KT-937 Fixed
|
2012-08-01 21:27:57 +04:00 |
|
Nikolay Krasko
|
8550b74fdb
|
Move to Community Dist configuration and more recent version
|
2012-08-01 20:02:15 +04:00 |
|
Svetlana Isakova
|
b5229b8b3d
|
tests for type inference tasks added
#KT-742 fixed
#KT-832 fixed
#KT-943 fixed
|
2012-08-01 17:03:53 +04:00 |
|