svtk
|
c256bdb44f
|
Merge remote-tracking branch 'origin/master'
|
2012-01-18 13:45:18 +04:00 |
|
Maxim Shafirov
|
3b78930b38
|
Don't rely on ant.jar from IDEA distribution, use ANT that runs the task
|
2012-01-18 13:38:04 +04:00 |
|
svtk
|
04b1a4937c
|
Merge remote-tracking branch 'origin/master'
|
2012-01-18 13:31:52 +04:00 |
|
svtk
|
becd713111
|
KT-234 Force when() expressions to have an 'else' branch
KT-973 Unreachable code
|
2012-01-18 13:31:42 +04:00 |
|
Nikolay Krasko
|
2a3d1b2b45
|
KT-1033 Generate implementations produces wrong code
|
2012-01-18 12:16:40 +04:00 |
|
Stepan Koltsov
|
e2782e0766
|
make error type from error class
|
2012-01-18 12:11:02 +04:00 |
|
Stepan Koltsov
|
33aa343ba7
|
one more problem in codegen
|
2012-01-18 12:10:48 +04:00 |
|
Stepan Koltsov
|
cfecf50698
|
useful asserts in codegen
|
2012-01-18 12:10:37 +04:00 |
|
Stepan Koltsov
|
2d36f30d77
|
fix compilation of testlib agains stdlib.jar
|
2012-01-18 12:10:30 +04:00 |
|
Stepan Koltsov
|
b8496fd2f6
|
ReadKotlinBinaryClassTest: check reified
|
2012-01-18 12:08:36 +04:00 |
|
Stepan Koltsov
|
ff74f8217b
|
another "temporary" hack
I heard of some package merging problems, testlib declares std.test package,
and stdlib.jar has std package
|
2012-01-18 12:08:36 +04:00 |
|
Stepan Koltsov
|
6283f5d829
|
hacks against KT-941
http://youtrack.jetbrains.net/issue/KT-941
|
2012-01-18 12:08:36 +04:00 |
|
Stepan Koltsov
|
a6bea1480f
|
read class data: fix IntRange loading
|
2012-01-18 12:08:35 +04:00 |
|
Stepan Koltsov
|
e6b859f7c0
|
temporary hack for jet.Iterator.hasNext property
* javabean property reading will be implemented later
* jet.Iterator will be converted to Islam
|
2012-01-18 12:08:35 +04:00 |
|
Stepan Koltsov
|
df9a4c7786
|
allow two ext properties with same name in one package
|
2012-01-18 12:08:35 +04:00 |
|
Andrey Breslav
|
509e018954
|
Merge remote branch 'origin/master'
|
2012-01-18 12:07:12 +04:00 |
|
Andrey Breslav
|
c5ef3602e3
|
KT-497 IndexOutOfBounds on correct code: a stub fix
#KT-497 In Progress
|
2012-01-18 12:04:57 +04:00 |
|
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 |
|
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 |
|
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 |
|