Alex Tkachman
|
cedec38b8e
|
test for obsolete KT-1093
|
2012-01-24 18:57:29 +02:00 |
|
Alex Tkachman
|
855a0097a0
|
test for unreproducable KT-1134
|
2012-01-24 18:36:38 +02:00 |
|
Alex Tkachman
|
7359388725
|
KT-1113 proper typeinfo(javaClass)
|
2012-01-24 18:11:29 +02:00 |
|
svtk
|
930eb255b2
|
fix after merge
|
2012-01-24 16:58:29 +04:00 |
|
svtk
|
70d0cd882b
|
KT-650 Prohibit creating class without constructor
|
2012-01-24 16:58:29 +04:00 |
|
Alex Tkachman
|
ee5fcccda9
|
Merge remote branch 'origin/master'
|
2012-01-24 14:48:27 +02:00 |
|
Alex Tkachman
|
8176487c93
|
changed synchronized from extension method to normal one
|
2012-01-24 14:48:09 +02:00 |
|
Nikolay Krasko
|
fa6109a843
|
KT-1036 JetFile -> PsiJavaFile cast problem - one more test for changed diagnostic behaviour
|
2012-01-24 16:32:41 +04:00 |
|
Alex Tkachman
|
e61a9f62ba
|
crazy bug with constructing object of the same class as calling class
|
2012-01-24 13:30:38 +02:00 |
|
Nikolay Krasko
|
5613cb90f9
|
KT-1036 JetFile -> PsiJavaFile cast problem
|
2012-01-24 15:00:07 +04:00 |
|
Stepan Koltsov
|
590a81feae
|
test Tuple0 is properly mapped/unmapped
|
2012-01-24 00:38:30 +04:00 |
|
Stepan Koltsov
|
614ee5d690
|
java.lang.String in signature should serialized and mapped back to java.lang.String
|
2012-01-24 00:38:26 +04:00 |
|
Stepan Koltsov
|
f21ad2f536
|
fix couple of bugs in constructor signature serialization/parsing
|
2012-01-23 22:49:46 +04:00 |
|
Stepan Koltsov
|
4b7f3f718e
|
ReadKotlinBinaryClassTest: fix constructor with type parameter
class ClassWithConstructorAndTypeParameter<P>()
|
2012-01-23 20:19:37 +04:00 |
|
Stepan Koltsov
|
45cc0cd99e
|
properly read fields of array type from java bytecode
KT-1086
|
2012-01-23 19:12:19 +04:00 |
|
Alex Tkachman
|
5add400e5e
|
Merge remote branch 'origin/master'
|
2012-01-20 20:21:25 +01:00 |
|
svtk
|
496ced4f1a
|
test for default std.io.*
|
2012-01-20 19:32:12 +04:00 |
|
svtk
|
b3eb44e769
|
removed some string methods from library.jet
|
2012-01-20 19:32:12 +04:00 |
|
Alex Tkachman
|
35a1240dc7
|
KT-1018: better handling of property visibility
|
2012-01-20 14:21:38 +01:00 |
|
svtk
|
8ec8fa47a4
|
KT-1078 Problem with visibility in do-while
|
2012-01-20 14:52:48 +04:00 |
|
svtk
|
c09806da79
|
KT-1066 false 'Variable cannot be initialized before declaration'
|
2012-01-20 14:01:31 +04:00 |
|
svtk
|
936a081bae
|
KT-1075 No type check for 'in range' condition in 'when' expression
|
2012-01-20 12:10:34 +04:00 |
|
svtk
|
7fae503a38
|
KT-1080 Don't use previously imported packages while resolving import references
|
2012-01-20 11:58:17 +04:00 |
|
Stepan Koltsov
|
b360d2ada3
|
test for bytecode generation of kotlin code against descriptors loaded from binary classes
test is:
1. compile file A
2. compile file B with binary class A in classpath
3. execute some code from file B
|
2012-01-19 20:16:09 +04:00 |
|
Alex Tkachman
|
52b81a15e5
|
KT-998: wrong codegen for labeled continue/break
|
2012-01-19 00:01:46 +01:00 |
|
Alex Tkachman
|
86a33f8b16
|
KT-1076 reversed ranges
|
2012-01-18 20:01:18 +01:00 |
|
Alex Tkachman
|
a529ad2ac7
|
KT-1054 comparison of booleans
|
2012-01-18 18:10:41 +01:00 |
|
Alex Tkachman
|
01b405c86a
|
KT-1055 wrong identityEquals codegen
|
2012-01-18 17:34:48 +01:00 |
|
svtk
|
cc3a7448dc
|
KT-657 Semantic checks for when without condition
|
2012-01-18 19:28:39 +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 |
|
Stepan Koltsov
|
df9a4c7786
|
allow two ext properties with same name in one package
|
2012-01-18 12:08:35 +04:00 |
|
Stepan Koltsov
|
6ceb6816be
|
ReadKotlinBinaryClassTest: List<*>
|
2012-01-18 12:03:42 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
svtk
|
a07e164076
|
KT-955 Unable to import a Kotlin package into a Kotlin file with no package header
|
2012-01-13 18:18:18 +04:00 |
|
svtk
|
3f003a16c2
|
Merge remote-tracking branch 'origin/master'
|
2012-01-13 13:28:35 +04:00 |
|
svtk
|
119783ef31
|
warning on hidden imports
|
2012-01-13 13:28:05 +04:00 |
|
Stepan Koltsov
|
8055cf0704
|
fix another case of property resolution
val <T> T.prop: Something<T>
|
2012-01-13 03:55:11 +04:00 |
|
Stepan Koltsov
|
a8137d1a56
|
fix another case of property resolution, refactoring
|
2012-01-13 03:55:11 +04:00 |
|