Commit Graph

2312 Commits

Author SHA1 Message Date
James Strachan 2bc5efce12 add java.util.Map's size and empty properties 2012-01-04 09:36:14 +00:00
James Strachan bf29d48772 removed a TODO 2012-01-04 09:00:03 +00:00
Alex Tkachman b2593b268e KT-715. T.javaClass & TypeInfo.javaClassForType 2012-01-04 10:17:40 +02:00
Stepan Koltsov c85be68047 move typeinfo annotations
annotations should not be used by developers, so place them under jet.runtime package
2012-01-04 02:39:50 +04:00
Stepan Koltsov e373d215d6 remove noise after 0b93c1f8e8 2012-01-03 22:09:12 +04:00
Stepan Koltsov 3cd0939530 fix tests
(I don't understand why tests passed before)
2012-01-03 22:02:42 +04:00
Stepan Koltsov 74e72fbbc6 fix comparable signature generation
fix todo by Alex Tkachman 2ec54436c5
2012-01-03 21:15:26 +04:00
Stepan Koltsov a7a1bd2102 omit generic signature for simple methods 2012-01-03 21:15:21 +04:00
Stepan Koltsov 526df9ca80 fix copy-paste in tests
WriteSignatureTest
CompileJavaAgainstKotlinTest
ReadClassDataTest
2012-01-03 21:15:15 +04:00
Stepan Koltsov 52400dbd1e explicit test for java signature writing
(partially replaces CompileJavaAgainstKotlinTest)
2012-01-03 21:15:12 +04:00
Stepan Koltsov f4b7c0b081 fix blinking ReadClassDataTest 2012-01-03 18:46:31 +04:00
Stepan Koltsov 7325285813 read properties from binary classes
(intermediate version)
2012-01-03 17:16:50 +04:00
Stepan Koltsov 72192bf67b ignore vim buffer files 2012-01-03 17:16:39 +04:00
Alex Tkachman 2ec54436c5 KT_887 fix. jet.Comparable mapped to j.l.Comparable 2012-01-03 12:34:12 +02:00
Alex Tkachman e576423c8e KT-903 test. unreproducable 2012-01-02 14:47:58 +02:00
Alex Tkachman cde54d59bd KT-877 - wrong codegen for unary plus 2012-01-02 09:49:04 +02:00
Alex Tkachman c3725054eb test for obsolete KT-889 2012-01-02 09:36:13 +02:00
Alex Tkachman a25416e5cf KT-894 wrong string concatenation 2012-01-02 09:27:32 +02:00
Alex Tkachman 12af19e991 KT-881 overoptimized + in string templates 2012-01-02 08:35:54 +02:00
Alex Tkachman e29c54cb6e Merge remote branch 'origin/master' 2011-12-31 00:55:27 +02:00
Stepan Koltsov 94ef40fc51 safer toString in classes 2011-12-31 00:53:43 +04:00
Stepan Koltsov 0f1b534d7b rename ModuleBuilder.sourceFiles
Currently invalid bytecode is generated, see
http://youtrack.jetbrains.net/issue/KT-904
for details.
2011-12-31 00:53:36 +04:00
Stepan Koltsov 07281691b5 fix error reporting in CodegenTestCase 2011-12-31 00:53:32 +04:00
Stepan Koltsov b22ec83b15 split ResolveToJava.jet into smaller test 2011-12-31 00:53:28 +04:00
Stepan Koltsov b644e53725 catch error of string comparison in JetDiagnosticTest 2011-12-31 00:53:22 +04:00
Stepan Koltsov 0b93c1f8e8 split JetDiagnosticTest Abstract.jet into smaller tests 2011-12-31 00:53:14 +04:00
Maxim Shafirov 28d4715db2 Don't depend on project file layout, disable compileEnvironmentTest for now because it messes with stdlib heavily. 2011-12-30 19:58:08 +04:00
Alex Tkachman 35fef8e134 Merge remote branch 'origin/master' 2011-12-30 17:52:00 +02:00
Maxim Shafirov 1cfdbf9406 fixing tests 2011-12-30 19:48:35 +04:00
Maxim Shafirov 9a11564d27 fixing tests 2011-12-30 19:39:35 +04:00
Maxim Shafirov b8590ada4f Move close to other stdlib tests 2011-12-30 19:29:29 +04:00
Alex Tkachman 3059aba110 Merge remote branch 'origin/master' 2011-12-30 17:01:52 +02:00
Maxim Shafirov db7e2b0871 We have source-level dependency on stdlib for now 2011-12-30 18:54:19 +04:00
Alex Tkachman 169e8520ef Merge remote branch 'origin/master' 2011-12-30 16:52:36 +02:00
Stepan Koltsov 6446e83b29 remove VariableDescriptor.inType
(approved by Andrey Breslav)
2011-12-30 18:45:49 +04:00
Stepan Koltsov 4b9e4b65b4 constant for "namespace" 2011-12-30 18:45:40 +04:00
Alex Tkachman 42c9b08174 Merge remote branch 'origin/master' 2011-12-30 16:32:36 +02:00
Maxim Shafirov c2dc189bec Don't attach library sources when compiling stdlib 2011-12-30 18:25:05 +04:00
Alex Tkachman c87987db8e Merge remote branch 'origin/master' 2011-12-30 15:38:03 +02:00
Maxim Shafirov 18d73e8dc2 Share testlib tests configuration to be performed during TC build 2011-12-30 17:28:01 +04:00
Alex Tkachman d140cbbea9 Merge remote branch 'origin/master' 2011-12-30 15:10:45 +02:00
Maxim Shafirov 5897e90911 Debug module generation on TC build 2011-12-30 17:03:18 +04:00
Alex Tkachman f2b1a16a1c Merge remote branch 'origin/master' 2011-12-30 14:57:49 +02:00
Maxim Shafirov 9fd76fbc77 We don't support inter-module dependencies yet 2011-12-30 16:57:18 +04:00
Maxim Shafirov b377d819a4 Debug module generation on TC build 2011-12-30 16:56:23 +04:00
svtk e25446a708 resolve imports from objects; error "cannot import from"; ClassDescriptorBoundToReceiver added 2011-12-30 16:19:10 +04:00
svtk 244d390d71 KT-587 Unresolved reference 2011-12-30 16:17:32 +04:00
Stepan Koltsov e39648774d fix exception, KT-891 2011-12-30 15:14:14 +04:00
Alex Tkachman 14c0ec13fd Merge remote branch 'origin/master'
Conflicts:
	compiler/backend/src/org/jetbrains/jet/compiler/CompileEnvironment.java
2011-12-30 13:01:18 +02:00
Maxim Shafirov 87748bb0c7 Make sure we write output for the files even if they're in std.* package 2011-12-30 14:28:59 +04:00