Alexander Udalov
|
5da8ce844a
|
Minor, move ContentRoot and KotlinSourceRoot to module 'cli'
Also move CONTENT_ROOTS from JVMConfigurationKeys to
CLIConfigurationKeys since it's used on all platforms, not just JVM
|
2018-08-07 13:38:30 +02:00 |
|
Pavel V. Talanov
|
6cea843461
|
J2K JavaElementFinder: autoconvert and fix compilation errors
|
2018-06-06 20:45:41 +02:00 |
|
Vyacheslav Gerasimov
|
89257e6397
|
Implement light classes for Kotlin scripts
|
2017-09-12 13:10:38 +03:00 |
|
Alexander Udalov
|
ccd480236a
|
Add mock JDK and mock runtime to light class tests
|
2016-10-25 15:42:33 +03:00 |
|
Pavel V. Talanov
|
cdbd7fbab0
|
Refactor: split classes in 'asJava' package into several subpackages to reflect their structure
|
2016-07-28 18:00:47 +03:00 |
|
Alexander Udalov
|
c5e2f55ea7
|
Get rid of getModuleName(), pass configuration to createContextWithSealedModule
Add KotlinTestUtils.newConfiguration() which creates a configuration and sets
the module name to the default test one ("test-module")
|
2016-05-26 11:47:30 +03:00 |
|
Alexander Udalov
|
c72f29b13a
|
Move KotlinTestWithEnvironment to org.jetbrains.kotlin.test
It's not really related to lazy-resolve and should be also probably located
near KotlinTestWithEnvironmentManagement
|
2016-02-27 15:40:07 +03:00 |
|
Pavel V. Talanov
|
35e56993d3
|
Rename: KotlinLightClassTest -> CompilerLightClassTest
In fact we have very different code in compiler and ide but only one test
|
2015-10-15 15:49:44 +03:00 |
|
Dmitry Petrov
|
8cd624a58a
|
Drop package facades: code cleanup in Kotlin project.
|
2015-10-15 10:33:47 +03:00 |
|
Pavel V. Talanov
|
cb7617b3ca
|
Refactor CompilerConfiguration: keys -> Content roots
Represent classpath roots and java source roots as separate entities
|
2015-04-02 16:13:06 +03:00 |
|
Pavel V. Talanov
|
b73bd697e6
|
Rename JetCoreEnvironment -> KotlinCoreEnvironemnt
|
2015-03-30 15:11:58 +03:00 |
|
Alexander Udalov
|
63cefea6e9
|
Rename jet -> kotlin in frontend
org.jetbrains.jet -> org.jetbrains.kotlin
Also rename package slicedmap to slicedMap
|
2015-01-11 15:20:51 +03:00 |
|
Alexander Udalov
|
634ed0b652
|
Rename jet -> kotlin in frontend: lazy resolve
org.jetbrains.jet.lang.resolve.lazy -> org.jetbrains.kotlin.resolve.lazy
|
2015-01-11 05:09:00 +03:00 |
|
Alexander Udalov
|
8ca803775f
|
Rename package jet -> kotlin in cli, cli-common
org.jetbrains.jet.cli -> org.jetbrains.kotlin.cli
Also fix some minor warnings
|
2015-01-08 23:32:07 +03:00 |
|
Alexander Udalov
|
2e0fab3f98
|
Rename package jet -> kotlin in light-classes
org.jetbrains.jet.asJava -> org.jetbrains.kotlin.asJava
Also fix some minor warnings and deprecated API usage
|
2015-01-06 05:15:11 +03:00 |
|