Commit Graph

63528 Commits

Author SHA1 Message Date
Victor Petukhov f76faaf1b0 [Spec tests] Unify platform dependent part of fixed exception 2020-03-30 11:15:53 +03:00
anastasiia.spaseeva 5986ffae1e [Spec tests] Add tests for expressions and statements 2020-03-30 11:15:53 +03:00
anastasiia.spaseeva 5f4a94a1b3 [Spec tests] Enable running spec tests at all for remote run 2020-03-30 11:15:53 +03:00
anastasiia.spaseeva 509036b08b [Spec tests] Update spec tests metadata 2020-03-30 11:15:53 +03:00
anastasiia.spaseeva 8b307c0a2a [Spec tests] KT-35494 test update 2020-03-30 11:15:53 +03:00
anastasiia.spaseeva 1caafdc9d4 [Spec tests] Updating tests for kotlin 1.4.0 2020-03-30 11:15:53 +03:00
Victor Petukhov ab3b63c92a [Spec tests] Apply changes in parse trees due to trailing comma introducing 2020-03-30 11:15:52 +03:00
victor.petukhov f62901d7d9 [Spec tests] Actualize spec tests 2020-03-30 11:15:52 +03:00
victor.petukhov 2dbce2cc41 [Spec tests] Link diagnostic tests for when expression with Kotlin specification 2020-03-30 11:15:52 +03:00
Dmitry Gridin c338fdd677 i18n: cleanup ChangeVisibilityModifierIntention
#KT-37483
2020-03-30 14:58:37 +07:00
Dmitry Gridin 81d35e1e61 i18n: add dynamic text getters for SelfTargetingIntention
#KT-37483
2020-03-30 14:58:36 +07:00
Dmitry Gridin d9c356b041 i18n: add displayedName to ModuleTestSourceInfo
#KT-37483
2020-03-30 14:58:36 +07:00
Dmitry Gridin a19d42b81b i18n: update bundle for inspections
#KT-37483
2020-03-30 14:58:35 +07:00
Dmitry Gridin ebc255c74d i18n: update bundle in plugin-common.xml
#KT-37483
2020-03-30 14:58:34 +07:00
Dmitry Gridin ee2d9d19c1 i18n: update bundle in `idea-debugger
#KT-37483
2020-03-30 14:58:34 +07:00
Dmitry Gridin 318ca1c5e8 i18n: update bundle in `idea-repl
#KT-37483
2020-03-30 14:58:33 +07:00
Dmitry Gridin c642ca45de i18n: update bundle in `idea-maven
#KT-37483
2020-03-30 14:58:32 +07:00
Dmitry Gridin ab07fa5f6c i18n: fix IdeaModuleInfos
#KT-37483
2020-03-30 14:58:32 +07:00
Dmitry Gridin a5cc11317e i18n: fix KotlinSuppressableWarningProblemGroup
#KT-37483
2020-03-30 14:58:31 +07:00
Dmitry Gridin 77a043fe1a i18n: update bundle in `idea-jvm
#KT-37483
2020-03-30 14:58:31 +07:00
Dmitry Gridin 0e82c66dac i18n: update bundle in idea-gradle-native
#KT-37483
2020-03-30 14:58:30 +07:00
Dmitry Gridin 39f7855202 i18n: update bundle in idea-gradle
#KT-37483
2020-03-30 14:58:29 +07:00
Dmitry Gridin 62760bdac3 i18n: update bundle in idea-gradle
#KT-37483
2020-03-30 14:58:29 +07:00
Dmitry Gridin 025d8a80e3 i18n: update bundle in idea-core
#KT-37483
2020-03-30 14:58:28 +07:00
Dmitry Gridin c70809553f i18n, KotlinSurrounderUtils: convert field to function
#KT-37483
2020-03-30 14:58:27 +07:00
Dmitry Gridin 986bc3fb8f i18n: update bundle in idea-analysis
#KT-37483
2020-03-30 14:58:27 +07:00
Dmitry Gridin 871a6caddb i18n: remove duplication in IdeErrorMessages
#KT-37483
2020-03-30 14:58:26 +07:00
Dmitry Gridin 54a3d8e3ad i18n: update bundle for KotlinSuppressableWarningProblemGroup
#KT-37483
2020-03-30 14:58:25 +07:00
Dmitry Gridin 297a443fe4 i18n: fix name/displayedName for ModuleInfo
#KT-37483
2020-03-30 14:58:25 +07:00
Ilya Goncharov 84f9dcd48a [Gradle, JS] KT-37207 Add test case with non module directory dependency 2020-03-30 10:46:34 +03:00
Ilya Goncharov f1133defa3 [Gradle, JS] KT-37207 Possibility to add dependency on not module dir 2020-03-30 10:46:34 +03:00
Ilya Goncharov f0c900c027 [Gradle, JS] KT-37207 Add test on file-only dependency 2020-03-30 10:46:34 +03:00
Ilya Goncharov c72e4a0091 [Gradle, JS] KT-37207 Support file-only npm dependency in extension 2020-03-30 10:46:34 +03:00
Ilya Goncharov f6ef96a34c [Gradle, JS] KT-37207 Leave constructor NpmDependency once 2020-03-30 10:46:34 +03:00
Ilya Goncharov 459577e646 [Gradle, JS] KT-37207 Add constructor fot NpmDependency with only file 2020-03-30 10:46:34 +03:00
Ilya Goncharov 7fc74ff7bd [Gradle, JS] KT-37207 Correct path to dependency directory 2020-03-30 10:46:34 +03:00
Ilya Goncharov 6b035bcdc2 [Gradle, JS] KT-37207 Move File prefix to NpmDependency.kt 2020-03-30 10:46:34 +03:00
Ilya Goncharov 4d107751d7 [Gradle, JS] KT-37207 Fix of test 2020-03-30 10:46:34 +03:00
Ilya Goncharov 8cefa09528 [Gradle, JS] KT-37207 Add possibility to add npm dependency to directory 2020-03-30 10:46:33 +03:00
Ilya Goncharov ee941a3e77 [Gradle, JS] KT-37207 Add test 2020-03-30 10:46:33 +03:00
Ilya Goncharov ab56ec7481 [Gradle, JS] Use standard instance filtering 2020-03-30 10:35:15 +03:00
Ilya Goncharov bc22489aab [Gradle, JS] Fix link task options for IR tooling 2020-03-30 10:35:15 +03:00
Vladimir Dolzhenko f011d2794a Fix freeze on configure kotlin for the project
#KT-30541 Fixed
#KT-36289 Fixed
2020-03-30 07:17:52 +00:00
Ilya Gorbunov 2c69d82916 Update directory-maven-plugin to the latest version: 0.3.1
This fixes problem with incorrect highest-basedir detection.
2020-03-30 07:44:06 +03:00
Dmitriy Dolovov 9bbfe9c1ac Rename: KonanPlatform, KonanPlatforms -> NativePlatform, NativePlatforms 2020-03-29 23:20:52 +07:00
Dmitriy Dolovov dfbbae3991 IDE, Common: Don't create KLIB metadata factories for each new KLIB 2020-03-29 23:20:46 +07:00
Dmitriy Dolovov 5b9770a4dd IDE, JS: Don't create KLIB metadata factories for each new KLIB library 2020-03-29 23:20:41 +07:00
Dmitriy Dolovov cc6e4e5cfb IDE, Native: Don't produce CompositePackageFragmentProvider when unnecessary 2020-03-29 23:20:35 +07:00
Alexander Udalov 87da4be9bb Move parametersMap.kt to 'cli-common'
Also reformat and slightly refactor it. This allows to get rid of
dependency of 'util' on 'kotlin-reflect-api'.
2020-03-28 21:30:08 +01:00
Alexander Udalov 92534eadaa Remove dependency of 'resolution' on 'deserialization'
Replace it with a dependency on 'descriptors'.

Move the existing marker interface ContractProvider to 'descriptors',
and create a new marker interface DeserializedDescriptor.
2020-03-28 21:30:07 +01:00