From b75536581bea9572a8dfd4929cbff5e7773fd9a4 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Tue, 25 Feb 2020 15:48:01 +0100 Subject: [PATCH] [kotlin compiler][update] 1.4.0-dev-3251 * 3eed0609b23 - (tag: build-1.4.0-dev-3251) Brought back mppKlibs guard lost in rebase (vor 4 Stunden) * 36ebbc49f4c - KotlinExpressionMover: trailing comma support (vor 5 Stunden) * 72c8b388644 - KotlinExpressionMover: convert to Kotlin (vor 5 Stunden) * bca92424929 - KotlinExpressionMover: rename .java to .kt (vor 5 Stunden) * 56064f2a921 - JoinLines: add tests (vor 5 Stunden) * feaa53c4f2c - Formatter: shouldn't format property chains (vor 5 Stunden) * 522eeae062d - (tag: build-1.4.0-dev-3240) FIR2IR: standardize expression with smart cast conversion (vor 6 Stunden) * d1fac6dce15 - FIR2IR: declare receivers for all accessors of extension properties (vor 6 Stunden) * 8c155578f7f - FIR2IR: generate both dispatch & extension receiver without 'else if' (vor 6 Stunden) * 4f6fe1d0ca3 - [FIR]: fix translation of top-level property accesses like array.indices (vor 6 Stunden) * c9658eb6e46 - (tag: build-1.4.0-dev-3237) Adjust tests due to keep imports for extension functions used in kdoc (vor 6 Stunden) * afd71d3d19a - Adjust tests due to "Remove argument" quick fix for TOO_MANY_ARGUMENTS (vor 6 Stunden) * b047d785807 - (tag: build-1.4.0-dev-3236) Minor: update testData for IR bytecode text and unmute test (vor 7 Stunden) * 0b9fc1541d3 - (tag: build-1.4.0-dev-3235, tag: build-1.4.0-dev-3233) [NI] Don't try inferring variables for effectively empty system (vor 7 Stunden) * fe71d5256c3 - (tag: build-1.4.0-dev-3231, tag: build-1.4.0-dev-3222) [Minor] Refactor IR Suspend Main code to not use intrinsic (vor 20 Stunden) * a3d85e108f4 - (tag: build-1.4.0-dev-3218) JVM_IR: keep `suspend fun` return type in IrCalls (vor 23 Stunden) * d982203d56b - (tag: build-1.4.0-dev-3209) [JVM_IR] Handle big arity suspend functions in existing lowering. (vor 27 Stunden) * e406669190a - (tag: build-1.4.0-dev-3206) Invert if condition intention: don't add unnecessary 'continue' (vor 29 Stunden) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 41f3e3bbd8c..82bcacc84ba 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-3197,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.4.0-dev-3197 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-3197,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.4.0-dev-3197 -kotlinStdlibTestsVersion=1.4.0-dev-3197 -testKotlinCompilerVersion=1.4.0-dev-3197 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-3251,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.4.0-dev-3251 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-3251,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.4.0-dev-3251 +kotlinStdlibTestsVersion=1.4.0-dev-3251 +testKotlinCompilerVersion=1.4.0-dev-3251 konanVersion=1.4.0-M2 # A version of Xcode required to build the Kotlin/Native compiler.