From db037602b4569da2da3b16846b88d868a5878fcf Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Thu, 6 Feb 2020 15:02:29 +0100 Subject: [PATCH] [kotlin compiler][update] 1.4.0-dev-2232 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 5eedba39030 - (tag: build-1.4.0-dev-2232) Add Native-specific frontend checker for `@Throws` (7 часов назад) * 2a4d995fd1c - Add infrastructure for Native-specific frontend diagnostic tests (7 часов назад) * 99ba6b5ae14 - Make `:compiler:tests-common` depend on `:native:frontend.native` (7 часов назад) * e699965ed6f - Add infrastructure for Native-specific frontend diagnostics (7 часов назад) * 1f97ae10846 - Make `:compiler:cli` depend on `:native:frontend.native` (7 часов назад) * cd92d3e9b41 - Make `:native:frontend.native` depend on intellij-core (7 часов назад) * 6d21e0c5e24 - (tag: build-1.4.0-dev-2230) Fix: Kotlin/Native compiler tool name in Gradle IT (7 часов назад) * b8e49cb784f - (tag: build-1.4.0-dev-2227) Fix: Kotlin/Native compiler tool name in Gradle root runner (11 часов назад) * a4cc5ea1da9 - (tag: build-1.4.0-dev-2223) Remove unneeded dependency of backend-common on ir.tree (17 часов назад) * 18dcbb3c946 - (tag: build-1.4.0-dev-2221) JVM_IR: copy annotations to nullary bridges for default constructors (18 часов назад) * 5d766eace40 - (tag: build-1.4.0-dev-2219) JVM IR: process type arguments for function references in DefaultImpls (18 часов назад) * 763cb6dd6fc - (tag: build-1.4.0-dev-2218) JVM IR: keep original KotlinType in eraseTypeParameters (18 часов назад) * 1ae00174011 - (tag: build-1.4.0-dev-2213) JVM_IR: Minor. Support isFun in WrappedClassDescriptor (20 часов назад) * bc9edea5279 - (tag: build-1.4.0-dev-2207) [JVM IR] Fix issue with suspend functions in @JvmMultifileClass. (21 час назад) * 764bf1cb321 - (tag: build-1.4.0-dev-2206) Add a non-public-API mechanism to import free args for MPP source sets (21 час назад) * a8aa334203c - Fix API version parsing: add 1.4 to available values (21 час назад) * cd32cef2b6c - Fix MPP Gradle tests (21 час назад) * 77f60d6d6c6 - Enable KlibBasedMppIT by default and on all host (using Linux targets) (21 час назад) * 5cc8dfb2a30 - Compile common code to klib whenever HMPP is enabled (21 час назад) * 0ef8d23f571 - Rework legacy metadata variant in MPP with source sets metadata (21 час назад) * 8a08fef2b37 - Export implementation dependencies of Native-shared source sets as API (21 час назад) * 81216ceb511 - Use the project name + compilation name for secondary klib compilations (21 час назад) * 2a15df6a20d - (tag: build-1.4.0-dev-2202) [IDEA-TESTS] Update configuration tests involving LATEST_STABLE version (21 час назад) * a5d201e2634 - Exclude unsupported language versions from gradle options (21 час назад) * f530c0c9034 - minor: reformat (21 час назад) * 87e01863345 - (tag: build-1.4.0-dev-2199) Cleanup test checking legacy inline suspend (22 часа назад) * 8335ad7e984 - (tag: build-1.4.0-dev-2183) JVM_IR: Minor. Add test (24 часа назад) * 5977799c595 - JVM_IR: Get rid of non-local related hacks in coroutines inlining (24 часа назад) * e5bd4f74f3c - JVM_IR: Do not copy attributes into DEFAULT_IMPLS functions (24 часа назад) * fc70455877a - JVM_IR: Move suspend function views creation to lowering (24 часа назад) * 5e7343624b3 - (tag: build-1.4.0-dev-2167) Update test data of wrongInlineTarget to 1.4 (26 часов назад) * 9f9eef44b14 - Use captured type approximation from new inference in ExpressionCodegen (26 часов назад) * 4d1937b92d2 - (tag: build-1.4.0-dev-2161) "Redundant 'suspend' modifier": do not report when function has 'suspend' calls by parenthesized expression (27 часов назад) * 31315e2c45c - (tag: build-1.4.0-dev-2150) Add `plugin_version` and `file_type` features for ML completion (29 часов назад) * 98ea2231f13 - (tag: build-1.4.0-dev-2149) [FIR] Code cleanup: NodeConfigurator (30 часов назад) * 0fa98ed6352 - [FIR] Discriminate abstract members when resolving on super (30 часов назад) * 8e40782e7b8 - [FIR] Add test with abstract / non-abstract ambiguity (30 часов назад) * f7d658b6248 - FIR2IR: fix dispatch receiver generation (non-function case) (30 часов назад) * b09b2673bf8 - FIR2IR: handle non-ambiguous super references properly (30 часов назад) * 71b0840ef93 - [FIR] Implement super resolve as a particular tower resolver case (30 часов назад) * ee020ef2903 - (tag: build-1.4.0-dev-2146) KT-36336 @EnhancedNullability and null checks (30 часов назад) * 6489b56fb09 - (tag: build-1.4.0-dev-2139) Fix 192 compilation for move remove redundant imports to bg thread (2 дня назад) * dd0613bc7a4 - (tag: build-1.4.0-dev-2133) Move remove redundant imports to bg thread (2 дня назад) * fef2e06db4f - (tag: build-1.4.0-dev-2123) FIR: Fix test data (2 дня назад) * 75d57c7d3f1 - (tag: build-1.4.0-dev-2118) Update pattern for finding diagnostics in diagnostic tests (2 дня назад) * 4dd794c2d23 - (tag: build-1.4.0-dev-2116) [JVM_IR] Propagate Type Parameters to DefaultImpls (2 дня назад) * 3606a4104b8 - [JVM IR] Documentation for `remapTypeParameters` (2 дня назад) * 6c439ae85ab - Create `TrailingCommaIntention` (2 дня назад) * 195d9020a6a - TrailingCommaInspection: shouldn't be associated with formatter settings (2 дня назад) * b5d0956a5e3 - Move call-site trailing comma to registry (2 дня назад) * c34b417d0c3 - Fix tests after disabling trailing comma (2 дня назад) * 3fb34596ae2 - Code style: disable trailing comma by default (2 дня назад) * 4f834cb16b4 - (tag: build-1.4.0-dev-2109) FIR: Get rid of replacements map during calls completion (2 дня назад) * 8d24e0f8422 - FIR: Add some absent "replace" methods for callable declarations (2 дня назад) * c3e900b9455 - FIR: Make replace function accepting parameter with nullability as-is (2 дня назад) * 23e9a0c861d - FIR: Force processing postponed arguments nested in lambdas (2 дня назад) * 1e2e556328d - [Gradle, JS] Fix test (2 дня назад) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 74b331c8fb8..999dd3fcff0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,12 +18,12 @@ buildKotlinVersion=1.3.70-dev-1070 buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-1070,branch:default:any,pinned:true/artifacts/content/maven remoteRoot=konan_tests -kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-2107,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.4.0-dev-2107 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-2107,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.4.0-dev-2107 -kotlinStdlibTestsVersion=1.4.0-dev-2107 -testKotlinCompilerVersion=1.4.0-dev-2107 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-2232,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.4.0-dev-2232 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-2232,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.4.0-dev-2232 +kotlinStdlibTestsVersion=1.4.0-dev-2232 +testKotlinCompilerVersion=1.4.0-dev-2232 konanVersion=1.4.0 # A version of Xcode required to build the Kotlin/Native compiler.