Commit Graph

3952 Commits

Author SHA1 Message Date
Stepan Koltsov 406c81fbb3 better diag in CompileEnvironmentTest 2012-03-07 04:09:00 +04:00
Stepan Koltsov 522083bf5a lang package 2012-03-07 04:08:18 +04:00
Stepan Koltsov 5ae9cdff6b link from method to similar 2012-03-07 04:07:14 +04:00
Stepan Koltsov c2026b89b8 missing test in ReadJavaBinaryClassTest 2012-03-07 04:07:10 +04:00
James Strachan fee9d2d1a2 fixed up surefire configuration so the build works 2012-03-06 20:26:40 +00:00
James Strachan 310af17e83 added a pom for kunit 2012-03-06 20:24:10 +00:00
James Strachan 6b514bdb9a include the test cases for stdlib maven build 2012-03-06 20:18:25 +00:00
James Strachan 8fda6a8892 got a basic mvn build working (without testing stdlib yet) 2012-03-06 20:15:17 +00:00
James Strachan 0e50c76f44 added first spike at maven poms for stdlib and kdoc 2012-03-06 19:50:03 +00:00
Evgeny Gerashchenko a79a36dd11 Updated DescriptorRenderer to to be aware of types like Iterator<#(Int, Boolean)> 2012-03-06 22:01:23 +04:00
Evgeny Gerashchenko 78b7c32cd5 Refactored JetStandardClasses and DescriptorRenderer: renderer for tuple and function types share common code. 2012-03-06 22:01:23 +04:00
Andrey Breslav b70565591e Run configuration for tests added 2012-03-06 21:29:25 +04:00
Andrey Breslav b657cb0260 Useless ipr removed 2012-03-06 21:20:10 +04:00
pTalanov 566f53d9d0 Build fix attempt: got rid of SuiteBuilder class 2012-03-06 21:12:24 +04:00
pTalanov f6ad975269 Build fix attempt: reorganised test inheritance. 2012-03-06 20:44:43 +04:00
pTalanov ecdc8115f6 Add license files for jshashtable, prototype. 2012-03-06 20:24:19 +04:00
pTalanov 0c0abe419f Add license files for rhino, json, dart, asm, args4j. 2012-03-06 20:24:18 +04:00
pTalanov e890cc7750 Add "use strict" to generated test files and to kotlin_lib.js 2012-03-06 20:24:17 +04:00
Andrey Breslav c794da3c55 More paths fixed 2012-03-06 20:21:51 +04:00
Evgeny Gerashchenko 0a5fab442c Added extra space around "->" in function types. 2012-03-06 20:08:32 +04:00
Sergey Lukjanov 1e3734a2d3 Types renderer improvements. 2012-03-06 20:08:32 +04:00
Andrey Breslav 77f9d27b2c Paths fixed 2012-03-06 19:58:12 +04:00
Andrey Breslav 3beec4847a stdlib sources re-added 2012-03-06 19:35:12 +04:00
Andrey Breslav 54d3cd156b ReadMe for the libraries project 2012-03-06 19:13:20 +04:00
Andrey Breslav 7a772a15d5 Paths fixed 2012-03-06 19:13:03 +04:00
Andrey Breslav be2687e5d0 Rename the project to Kotlin (modules file fixed) 2012-03-06 19:12:54 +04:00
Andrey Breslav 1c5cd09e0b Rename the project to Kotlin 2012-03-06 19:07:46 +04:00
Andrey Breslav 374b38a1e6 Add stdlib.iml 2012-03-06 19:05:23 +04:00
Andrey Breslav 73fedd7ff6 Ignore workspace.xml 2012-03-06 19:04:58 +04:00
Andrey Breslav f834ed4517 Paths fixed 2012-03-06 19:00:29 +04:00
Andrey Breslav 0a08ac5fe8 Libraries written in Kotlin are factored out into a separate project 2012-03-06 19:00:29 +04:00
Andrey Breslav 7c6f1657d2 Classpath collection fixed for multi-module projects 2012-03-06 19:00:29 +04:00
Andrey Breslav 26519c74f1 Compiler output stream fixed
Exit code 1 not reported in the IDE
2012-03-06 19:00:28 +04:00
Nikolay Krasko 0c19d3add9 KT-1502 right click -> Run as JUnit test doesn't work in IDEA - show configuration over classes and files in project and structure views 2012-03-06 18:16:45 +04:00
pTalanov 21e6aa7242 Make K2JSTranslator API public
Add TODO
2012-03-06 16:54:29 +04:00
Alexander.Podkhalyuzin 581cca0f5c KT-1386 Copy/Move classes delegates to Copy/Move files. 2012-03-06 16:22:43 +04:00
pTalanov 453c0103b3 Make K2JSTranslator#generateProgramCode public
Rename: convertToDotJsFile ->convertFileNameToDoJsFile
2012-03-06 16:09:31 +04:00
pTalanov a12e6b5b29 Fix tests after update 2012-03-06 16:09:30 +04:00
pTalanov 7b75697d6d Fix stream close in JsTestUtils 2012-03-06 16:09:29 +04:00
Svetlana Isakova d5da6e8c23 Interface of 'addDefaultImports' in StandardConfiguration simplified 2012-03-06 16:02:30 +04:00
James Strachan d03d695979 removed old cruft 2012-03-06 11:06:51 +00:00
Andrey Breslav 8f5bf77745 Fixing the module name 2012-03-06 15:00:12 +04:00
Andrey Breslav 1031682a1a Kotlin wrappers fo JS libraries added to the artifact 2012-03-06 14:53:28 +04:00
Alexander.Podkhalyuzin 9050582960 KT-1462 2012-03-06 14:34:20 +04:00
James Strachan 8152749caf refactored the kdoc model to be in the kotlin.doc package, added a KDocConfig to represent the title and package prefixes -> URL links and provided some sensible out of the box defaults so we can link to external classes now in kdoc for KT-1463 2012-03-06 10:14:22 +00:00
Nikolay Krasko ccaffd8165 KT-1312 Formatter: After package directive should be empty line - test 2012-03-06 13:30:36 +04:00
Svetlana Isakova 72c9eef31b Added ability not to mark error if there is a syntax one in some cases 2012-03-06 13:07:51 +04:00
James Strachan 5b6805eede refactored flatMap()'s default argument values into flatMap(fn) and flatMapTo(coll, fn) for easier completion/documentation 2012-03-06 08:41:42 +00:00
James Strachan e9f03db45f added Array<T>?.orElse(), String.toRegex() and collection?.filterNulls() to convert a possibly nullable collection of T? into a collection T for KT-1129 2012-03-06 07:20:50 +00:00
James Strachan 5b419e7f2d added String?.orElse() to match Collection?.orElse() 2012-03-05 22:12:12 +00:00