Dmitry Jemerov
4db8639bf8
Consistent name for option controlling spaces around ..
2017-07-19 15:02:50 +02:00
Dmitry Jemerov
31840fa328
Fix GradleLanguageFeatureQuickFixTest on Windows
2017-07-19 13:56:00 +02:00
Toshiaki Kameyama
366b9d1d79
KT-12195 Quickfix @JvmStatic on main() method in an object ( #1192 )
...
* Quickfix @JvmStatic on main() method in an object #KT-12195 Fixed
* Fixed #KT-12195
2017-07-19 13:37:12 +02:00
Toshiaki Kameyama
a8da79a130
KT-12504 Intention to make open class with only private constructors sealed ( #1193 )
...
* Intention to make open class with only private constructors sealed #KT-12504 Fixed
* Fixed #KT-12504
2017-07-19 13:36:36 +02:00
Nikolay Krasko
dd2a87dbf7
Rewrite test class to make it work on Windows
...
Stop using dummy file and assert result with assertEqualsToFile().
Previous version didn't work on Windows because of `\r`.
2017-07-19 13:25:17 +03:00
Nikolay Krasko
4e76975a52
Force OOB in accessors for properties without explicit type (KT-19062)
...
#KT-19062 Fixed
2017-07-19 12:45:06 +03:00
Nikolay Krasko
bcbff98382
Check OOB stays the same for string in super type constructor call
2017-07-19 12:45:06 +03:00
Pavel V. Talanov
41276c950b
Update CodegenTestCase after rebasing on latest changes
2017-07-19 12:29:27 +03:00
Pavel V. Talanov
5faad493b4
Catch and report exceptions from DependenciesResolver
2017-07-19 12:29:25 +03:00
Pavel V. Talanov
eb5be038fa
ScriptDependenciesUpdater: compute script contents synchronously
2017-07-19 12:29:22 +03:00
Pavel V. Talanov
9eb8cec5cf
ScriptDependenciesUpdater: set job to null after processing result
...
Fix inconsistency introduced after extracting ScriptDependenciesUpdater
2017-07-19 12:29:20 +03:00
Pavel V. Talanov
537b1689b7
DependenciesCache: remove ad-hoc ScriptDependencies comparison
2017-07-19 12:29:17 +03:00
Pavel V. Talanov
b1ac451959
Make sure template classpath is always among script dependencies
2017-07-19 12:29:15 +03:00
Pavel V. Talanov
f84cc7fb5b
Offload legacy dependency resolver work to a separate thread pool
...
This is mainly to improve experience for kdsl users before gradle migrates to new API
2017-07-19 12:29:12 +03:00
Pavel V. Talanov
bc399444ab
Fix creating DependenciesResolver with default arguments
2017-07-19 12:29:09 +03:00
Pavel V. Talanov
7aee51fd77
Refactor ScriptDependenciesUpdater: improve readability a bit
2017-07-19 12:29:07 +03:00
Pavel V. Talanov
c0e08c61ee
Minor: extract ScriptContentLoader::getEnvironment
2017-07-19 12:29:04 +03:00
Pavel V. Talanov
42629d6f8d
ScriptDependenciesUpdater: use Job explicitly instead of futures
...
Cancel jobs without interrupting
2017-07-19 12:29:02 +03:00
Pavel V. Talanov
999c3c5e76
Rename services related to script dependencies
...
KotlinScriptConfigurationManager -> ScriptDependenciesManager
KotlinScriptExternalImportsProvider -> ScriptDependenciesProvider
2017-07-19 12:28:59 +03:00
Pavel V. Talanov
96db16a988
ScriptDependenciesUpdater, minor: improve isLastSentRequestCheck
2017-07-19 12:28:56 +03:00
Pavel V. Talanov
aacb9a437a
Rename: dependenciesClasspath -> templateClasspath
...
Clearer distinction from additionalResolverClasspath
2017-07-19 12:28:54 +03:00
Pavel V. Talanov
96d8f685e9
Refactor KotlinScriptConfigurationManager: extract parts
...
Introduce ScriptDependenciesUpdater, DependenciesCache and ScriptContentLoader
2017-07-19 12:28:51 +03:00
Pavel V. Talanov
1b42095dc1
Support @AcceptedAnnotations for different kinds of resolvers
2017-07-19 12:28:49 +03:00
Pavel V. Talanov
1c412b4068
AsyncDependenciesResolver: provide implementation for sync resolve
2017-07-19 12:28:46 +03:00
Pavel V. Talanov
008c27d547
Compiler build depends on kotlinx-coroutines-core
2017-07-19 12:28:43 +03:00
Pavel V. Talanov
ee70a64e1c
Minor, template providers: don't create classloader for empty classpath
2017-07-19 12:28:41 +03:00
Pavel V. Talanov
beb28a1c7d
Gradle Kotlin DSL uses compiler-embdeddable jar when loading resolver
2017-07-19 12:28:38 +03:00
Pavel V. Talanov
5c18ab750b
GradleScriptTemplateProvider: avoid duplicating template loading code
2017-07-19 12:28:36 +03:00
Pavel V. Talanov
6c3ce7adc1
ScriptTemplatesProvider: refactor dependency loading
...
Change dependenciesClasspath is of type List<File>
Add additionalResolverClasspath
2017-07-19 12:28:33 +03:00
Pavel V. Talanov
a77cd0ab09
Catch errors when instantiating script templates
...
If we throw from this code IDE becomes unusable
#KT-18945 Fixed
2017-07-19 12:28:31 +03:00
Pavel V. Talanov
8ac17400ae
ScriptDependenciesFileAttribute: fix TODOs
2017-07-19 12:28:28 +03:00
Pavel V. Talanov
75220e145b
Minor: suppress deprecation warning
2017-07-19 12:28:26 +03:00
Pavel V. Talanov
cf57e5a7a1
Script templates: search for parameterless constructor of resolver
2017-07-19 12:28:23 +03:00
Pavel V. Talanov
10e14103b6
Propagate reports from script dependency resolver
...
Compiler: show as compiler messages
IDE: annotate code in a separate highlighting pass
2017-07-19 12:28:20 +03:00
Pavel V. Talanov
96c2a589c0
Support legacy resolver interface
2017-07-19 12:28:18 +03:00
Pavel V. Talanov
65dba3615c
Update project code to use new script.runtime APIs
2017-07-19 12:28:15 +03:00
Pavel V. Talanov
375b058a28
Add coroutines-jdk8 to project
2017-07-19 12:28:13 +03:00
Pavel V. Talanov
1012a24afc
Refactor: move KotlinScriptExternalImportsProviderImpl to 'cli' module
2017-07-19 12:28:10 +03:00
Pavel V. Talanov
b6a7d831bf
Script IDE API: remove <TF: Any>
2017-07-19 12:28:08 +03:00
Pavel V. Talanov
581176fa90
AbstractScriptConfigurationTest: adapt to changes in API
2017-07-19 12:28:05 +03:00
Pavel V. Talanov
788eaf8a18
Refactor getting dependencies for script files API
...
Deprecate KotlinScriptDefinition#getDependenciesFor
Expose dependencyResolver as a property
KotlinScriptExternalImportsProvider is the component clients should be asking for dependencies
2017-07-19 12:28:02 +03:00
Pavel V. Talanov
ff391628de
KSCM: fix wrong update on null return from Template.getDependenciesFor
2017-07-19 12:28:00 +03:00
Pavel V. Talanov
1834721880
KSCM: persist script dependencies between idea launches
2017-07-19 12:27:55 +03:00
Pavel V. Talanov
930d502b12
KSCM: rework async requests
2017-07-19 12:27:53 +03:00
Pavel V. Talanov
3c511f3f40
KSCM: temporary workaround gradle returning results in unstable order
2017-07-19 12:27:50 +03:00
Pavel V. Talanov
fb0e0e3767
Introduce ScriptDependenciesFileAttribute to persist script dependencies
2017-07-19 12:27:48 +03:00
Pavel V. Talanov
a2aeda7b2c
Support async script dependency updates for annotation based templates
...
Do not try to cache dependencies for every script on startup
Schedule cache updates upon request as opposed to updating them synchronously
2017-07-19 12:27:45 +03:00
Pavel V. Talanov
b7fc909821
Split compiler and ide specific parts of script dependency caching
...
Move all caching logic to ide specific KotlinScriptConfigurationManager
Clean up apis
Remove logging when updating caches
2017-07-19 12:27:43 +03:00
Anton Bannykh
e43a145614
fixup: updated EXPECTED_REACHABLE_NODES
2017-07-19 12:24:09 +03:00
Anton Bannykh
6ed7eaf546
JS tests: changes to kotlin.test + the way compiler tests are generated.
2017-07-19 12:24:09 +03:00