Commit Graph

3736 Commits

Author SHA1 Message Date
Pavel Talanov 29d8ac593e Merge remote-tracking branch 'origin/master' 2012-02-07 16:13:55 +04:00
unknown 123386106a Load jslib by class.getResourceAsStream 2012-02-07 16:09:00 +04:00
Pavel Talanov 6822debe90 added try catch in applet 2012-02-07 15:39:58 +04:00
Pavel Talanov 01b3b13fa1 updated canvas helper
and migrated to new code
2012-02-07 15:37:19 +04:00
Nikolay Krasko ddbd86cdf5 KT-1051 Java interoperability completion - enum tests and test for auto import directive auto insert 2012-02-07 14:05:08 +04:00
Nikolay Krasko aa9b2db300 KT-1051 Java interoperability completion - more tests 2012-02-07 13:32:46 +04:00
Nikolay Krasko d3c37f65e4 KT-1051 Java interoperability completion - invalidating java packages strategy 2012-02-07 13:29:21 +04:00
Andrey Breslav a82b3dacb8 handling abnormal termination of the compiler 2012-02-07 13:25:32 +04:00
Andrey Breslav 7683854908 handling abnormal termination of the compiler 2012-02-07 12:52:55 +04:00
Alefas b0046348aa Parameter info popup after completion insertion.
Do not add '(' if it's already exist in completion (+Tests).
2012-02-07 12:43:27 +04:00
Maxim Shafirov f91fa19ea1 memoize psiClass() 2012-02-06 22:09:28 +04:00
Stepan Koltsov f4ffbd3360 properly rewrite *Descriptor owner in FunctionDescriptorImpl.copy() 2012-02-06 20:51:25 +04:00
Stepan Koltsov 7364633be3 remove overloading in FunctionDescriptorImpl constructor 2012-02-06 20:44:52 +04:00
Stepan Koltsov bbf2f60aef Revert "remove FunctionDescriptorImpl constructor overloading"
This reverts commit 964b66ecb1.
2012-02-06 20:39:04 +04:00
Stepan Koltsov b2944a1bd1 Revert "properly rewrite *Descriptor owner in FunctionDescriptorImpl.copy()"
This reverts commit d6907848c5.
2012-02-06 20:38:35 +04:00
Nikolay Krasko ce6850ae4d KT-1051 Java interoperability completion - fix java subpackages 2012-02-06 20:25:02 +04:00
Stepan Koltsov d6907848c5 properly rewrite *Descriptor owner in FunctionDescriptorImpl.copy() 2012-02-06 19:07:14 +04:00
Alex Tkachman abc9a7ca46 JetCompieler reports stderr 2012-02-06 16:57:18 +02:00
Alex Tkachman 9d69c62a6c Netty example 2012-02-06 16:32:22 +02:00
Stepan Koltsov 964b66ecb1 remove FunctionDescriptorImpl constructor overloading 2012-02-06 18:20:03 +04:00
Alex Tkachman 09a8834220 inline variable 2012-02-06 16:16:13 +02:00
Nikolay Krasko e6197f0160 KT-801 Implement Naviagate -> Class... for kotlin 2012-02-06 16:36:36 +04:00
Pavel Talanov 6d27bde4cb refactoring 2012-02-06 16:29:42 +04:00
Maxim Shafirov 9e7581c856 Give up on cleaning loader properly 2012-02-06 16:19:41 +04:00
Pavel Talanov e1513ae579 refactor creating test suites 2012-02-06 16:08:17 +04:00
Nikolay Krasko f03fb92f53 Auto select completion proposal 2012-02-06 15:48:28 +04:00
Nikolay Krasko afd8f380c9 Insert import on applying top level function completion 2012-02-06 15:47:34 +04:00
Pavel Talanov ad32f6ec49 reorganise test structure and remove a couple of old test classes 2012-02-06 15:27:51 +04:00
Maxim Shafirov 326c518dd9 remove debug mode, it's slow 2012-02-06 15:16:51 +04:00
Maxim Shafirov bb3653b612 Make sure it's 3.8 2012-02-06 15:13:27 +04:00
Maxim Shafirov f80ad4c35a Yet another attempt to fix tests 2012-02-06 15:01:54 +04:00
Pavel Talanov e991565311 function inside function supported 2012-02-06 15:00:37 +04:00
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