Commit Graph

4254 Commits

Author SHA1 Message Date
Pavel Talanov d836ea04cb added native math object 2012-02-06 14:19:58 +04:00
Maxim Shafirov 87f3b649e6 Yet another attempt to fix tests 2012-02-06 14:15:37 +04:00
Pavel Talanov e9a8c3b0d9 Added a method for applet to be able to get the bindingContext 2012-02-06 13:46:03 +04:00
Alex Tkachman a5185ad206 Guice example 2012-02-06 11:04:19 +02:00
Pavel Talanov 1a01dfd848 migrated to junit3 2012-02-05 18:19:38 +04:00
Pavel Talanov 171c43cc6f refactoring 2012-02-05 17:18:36 +04:00
Pavel Talanov 534375f975 a bunch or refactoring and TODO fixes 2012-02-05 17:10:44 +04:00
Pavel Talanov f5dd688746 fix cosmetic TODOs
add short class comments where meaningful
2012-02-05 16:33:47 +04:00
Pavel Talanov 2f5baf8934 modified maze example but could not get it to compile 2012-02-05 15:52:29 +04:00
Pavel Talanov 6b23bd1ac8 implemented one billion hacks to make life example work 2012-02-05 15:36:49 +04:00
Pavel Talanov 1b594d8181 implemented charAt intrinsics for CharSequence#get
removed redundant logic from arrayAccessTranslator
2012-02-05 15:33:48 +04:00
Pavel Talanov 1859ddf941 a couple of hacks to make life example work (still not working) 2012-02-05 15:16:09 +04:00
Alex Tkachman 3578d51cb1 Initial support for annotations 2012-02-05 11:29:04 +02:00
Evgeny Goldin 1ed825e2cb Ant task - Maze test is commented out (compilation fails); <kotlin-home-setup> update to reflect project changes; <verify-exists> added. 2012-02-04 19:01:54 +02:00
Stepan Koltsov ba15b59ff5 add missing JDK classes to mockJDK
java.lang.Appendable and several others
2012-02-04 12:49:35 +04:00
Stepan Koltsov b4028bff97 attach asm src to libraries 2012-02-04 12:46:19 +04:00
Stepan Koltsov 5dfcda80c0 Test never worked. Mark it pending for convenience. 2012-02-04 12:15:23 +04:00
Stepan Koltsov 9015ce29c2 diamond inheritance in JetDiagnosticsTest 2012-02-04 11:59:57 +04:00
Stepan Koltsov 3623c7fc59 OverrideFunctionWithParamDefaultValue test in JetDiagnosticsTest 2012-02-04 11:59:54 +04:00
Stepan Koltsov bf53a14c4e properly copy error function 2012-02-04 11:56:36 +04:00
Stepan Koltsov d9ffa4c882 more precise type of TypeConstructor.getDeclarationDescriptor 2012-02-04 03:55:57 +04:00
Stepan Koltsov a7eb137b2f error descriptions in error objects 2012-02-04 03:41:21 +04:00
Maxim Shafirov a0ea7ba2b3 Yet another attempt to fix tests 2012-02-03 22:05:06 +04:00
Pavel Talanov d46281822f commit 2012-02-03 20:46:27 +04:00
Andrey Breslav 20178a7bb5 Local object declarations support (by Pavel Talanov) 2012-02-03 20:45:39 +04:00
svtk 0632f90c53 KT-1193 Check enum entry supertype 2012-02-03 20:35:29 +04:00
Maxim Shafirov 91da7e4e16 Hopefully, fix tests (they needn't to be executed actually) 2012-02-03 19:39:13 +04:00
Nikolay Krasko cc19a21ff3 Enable completion for top level functions from kotlin in kotlin mode 2012-02-03 17:02:04 +04:00
Pavel Talanov ad281a29bb some todo fixes 2012-02-03 16:40:31 +04:00
Pavel Talanov 3b9a20ba89 refactor generators to inner classes 2012-02-03 16:38:26 +04:00
Pavel Talanov f285d55d09 added jslib changes 2012-02-03 16:20:55 +04:00
Pavel Talanov 566eb09139 rename annotations to native and library 2012-02-03 16:20:20 +04:00
Pavel Talanov bcbba26d68 deleted lots of dead code 2012-02-03 16:15:32 +04:00
Pavel Talanov 34f10890ca reordered name generation rules properly 2012-02-03 16:10:35 +04:00
Nikolay Krasko bd1bb1f0bd - Tests for KT-1051, KT-1151 and KT-1100
- Icon for java fake class
2012-02-03 16:05:30 +04:00
Pavel Talanov c50652db9c added hack which prevents translator from obfuscating the name of "toString" method 2012-02-03 15:38:12 +04:00
Andrey Breslav 35fb5faad8 Trying to fix the test 2012-02-03 15:05:55 +04:00
Andrey Breslav 649a639bba Test for
KT-274  Add Enumeration.iterator () method in global namespace
2012-02-03 15:04:14 +04:00
Andrey Breslav abd0932dfe Test for
KT-274  Add Enumeration.iterator () method in global namespace
2012-02-03 15:00:55 +04:00
Andrey Breslav fba7829ab8 KT-274 Add Enumeration.iterator () method in global namespace
Looking up iterator() via generic extensions' too
2012-02-03 14:57:26 +04:00
Pavel Talanov 4b2c375998 moved lazy generators to static context (2 test fail) 2012-02-03 14:42:39 +04:00
Pavel Talanov 9fe011bf43 implementing lazy initialization. working version (3 test fail) 2012-02-03 14:13:48 +04:00
svtk 75f1f06862 test for KT-1028 2012-02-03 13:14:50 +04:00
svtk 34ee879094 KT-1189 StackOverflow in ide 2012-02-03 13:14:28 +04:00
svtk 6251b413a2 New check rules for inc, plus & plusAssign
KT-1176 arrayList[0]++. Setter is stored for array access expression when it's needed
2012-02-03 12:10:12 +04:00
svtk db07a33d59 Added reference to array set method for expression like 'array[0]++' 2012-02-03 12:10:12 +04:00
svtk 1cb4c89c5c Mark only brackets when array access expression is unresolved 2012-02-03 12:10:12 +04:00
Alex Tkachman 948ccc5205 javaClass<T>() function 2012-02-03 09:46:40 +02:00
Alex Tkachman 36203e5e17 typo fixed 2012-02-03 08:51:00 +02:00
Alex Tkachman 43a2a27966 String.endWith & replace added 2012-02-03 08:48:03 +02:00