Commit Graph

2968 Commits

Author SHA1 Message Date
Stepan Koltsov e7daae8804 fix ext prop type param output of ReadKotlinClassDataTest 2012-01-18 12:04:16 +04:00
Stepan Koltsov 106846e868 ReadKotlinBinaryClassTest: nullability 2012-01-18 12:03:58 +04:00
Stepan Koltsov 6ceb6816be ReadKotlinBinaryClassTest: List<*> 2012-01-18 12:03:42 +04:00
Stepan Koltsov 0229e725ab read class data: resolve Function* types 2012-01-18 12:03:23 +04:00
Stepan Koltsov 4ded2e79ad refactor java descriptor resolver 2012-01-18 12:01:00 +04:00
Stepan Koltsov c18a5009a4 test for function type 2012-01-18 11:56:27 +04:00
Stepan Koltsov 5c6823a094 ReadJavaBinaryClassTest: Any 2012-01-18 11:56:14 +04:00
Evgeny Goldin 3407f808f0 Ant task - running "kotlinc-dir"/"kotlinc-jar" added to all tests 2012-01-18 01:55:02 +02:00
Evgeny Goldin f34c285fef Ant task - class names made shorter; destjar/includeRuntime/excludeStdlib supported; no static references; 2012-01-18 00:00:43 +02:00
Evgeny Goldin 157353e2cd Merge branch 'build-tools' of git+ssh://git.labs.intellij.net/jet into build-tools 2012-01-17 23:06:52 +02:00
Stepan Koltsov 0f9a21a305 no error scope in good type
propagate error types in several sites
2012-01-17 19:33:47 +04:00
Stepan Koltsov cf8e901823 test read class with two properties 2012-01-17 19:33:15 +04:00
Stepan Koltsov 7954938cb8 properly read final field from java code 2012-01-17 19:33:03 +04:00
Stepan Koltsov 1fc0d9b0f4 ReadKotlinModelFromJavaBinaryClasses 2012-01-17 19:32:50 +04:00
Stepan Koltsov 49dbcaa728 rename ReadClassDataTest 2012-01-17 19:32:18 +04:00
Stepan Koltsov 0dd7387f6c substitute on error class should be error 2012-01-17 19:32:05 +04:00
Stepan Koltsov b05c8ac3fd fix kotlin command-line launcher: add classpath entry 2012-01-17 19:30:43 +04:00
Nikolay Krasko c4bdd59f02 Make java classes completion popup not so obtrusive 2012-01-17 19:21:34 +04:00
Andrey Breslav 7b8a057f37 Merge remote branch 'origin/master' 2012-01-17 19:04:20 +04:00
Andrey Breslav edb324860a Stub visibility checker 2012-01-17 19:03:59 +04:00
Sergey Ignatov b93b25d002 JavaToKotlinCli added 2012-01-17 16:42:32 +04:00
svtk 94e3cc9976 Merge remote-tracking branch 'origin/master' 2012-01-17 15:43:17 +04:00
svtk e6a2b2fc0f //KT-1027 Strange selection of unreachable code 2012-01-17 15:43:11 +04:00
svtk 3a634417b9 KT-776 Wrong detection of unreachable code
KT-1001 Argument 2 for @NotNull parameter of JetFlowInformationProvider.checkIsInitialized must not be null
2012-01-17 15:27:54 +04:00
Nikolay Krasko 62de24d6c9 KT-1021 "internal" is suggested in completion where type is expected 2012-01-17 13:58:00 +04:00
Evgeny Goldin 292366b310 Ant task - <run-kotlinc> wrapper + "compilation-fail-tests" task testing <kotlinc> fails if compilation fails 2012-01-17 01:19:10 +02:00
Evgeny Goldin c39f078e35 <javac>: includeAntRuntime="false" + "-Xlint:all" for "build-tools" 2012-01-17 01:01:09 +02:00
Evgeny Goldin 74d44fb6d1 Ant task - all <java> invocations have their output checked in <run-java>; tests organization; no "dist" dependency 2012-01-17 00:54:48 +02:00
Evgeny Goldin 4edf29da2f Ant task - distribution zip is unpacked to ${kotlin-home} and used for all tests. 2012-01-17 00:26:28 +02:00
Evgeny Goldin 1fc1301cb2 Merge branch 'master' into build-tools 2012-01-16 21:18:34 +02:00
Maxim Shafirov d51c030803 New module script DSL 2012-01-16 20:59:17 +04:00
Sergey Ignatov 0ed16b5c9c KT-1048 Need to replace missed generics parameters by theirs upper bounds 2012-01-16 18:55:34 +04:00
Andrey Breslav fb463da84b KT-918 Use-case for using some functions and lambdas (confused) 2012-01-16 17:22:12 +04:00
Maxim Shafirov 7142bc10d0 Comment out temporarily to fix compilation 2012-01-16 16:38:37 +04:00
Maxim Shafirov 654bc92246 fix compiler compile 2012-01-16 16:16:36 +04:00
Sergey Ignatov 3fa6882c8c KT-1016 Add initializers for fields more correctly 2012-01-16 15:05:31 +04:00
Sergey Ignatov d9b7435559 KT-963 Add "constructor" after the latest field 2012-01-16 14:08:15 +04:00
Stepan Koltsov 73a1a5a083 fix exception in error type mapper
(reported by Sergey)
2012-01-16 12:47:49 +04:00
Sergey Ignatov f2e6716c82 KT-981 Update Kotlin keywords 2012-01-16 12:44:58 +04:00
Evgeny Goldin 2522cbc9c8 Ant task - "build.xml": comments added to <macrodef>s 2012-01-16 00:05:15 +02:00
Evgeny Goldin 4e1f831cce Ant task - "longer examples" compiled and run 2012-01-15 23:00:28 +02:00
Evgeny Goldin 28267606e6 Ant task - CompileEnvironment is used + "buildToolsTest" verifies <java> output 2012-01-15 22:16:28 +02:00
Evgeny Goldin 823852cc6c First Ant task + "buildToolsTest" Ant target added 2012-01-15 19:55:11 +02:00
Stepan Koltsov 0c4936981a @Nullable annotations 2012-01-15 19:50:52 +04:00
Evgeny Goldin 28044c18cd "build-tools" module + "buildTools" Ant target added 2012-01-15 17:35:49 +02:00
Stepan Koltsov 5f44c17b85 ReadClassDataTest: read inner classes
(this commit is made on speed 250km/h somewhere between Moscow and Saint Petersburg)
2012-01-15 18:56:48 +04:00
Stepan Koltsov 669ea44c1a write InnerClasses attribute 2012-01-15 18:56:45 +04:00
Stepan Koltsov 3ce345b06b fix inner class serialization in ReadClassDataTest 2012-01-15 18:56:42 +04:00
Stepan Koltsov 882a475ac8 replace JavaClassDescriptor with MutableClassDescriptorLite 2012-01-14 04:27:22 +04:00
Stepan Koltsov 10eb516743 split MutableClassDescriptor
into MutableClassDescriptor base class MutableClassDescriptorLite.
Latter will be used to replace JavaClassDescriptor
2012-01-14 04:27:15 +04:00