[kotlin compiler][update] 1.4.0-dev-3251

* 3eed0609b2 - (tag: build-1.4.0-dev-3251) Brought back mppKlibs guard lost in rebase (vor 4 Stunden) <Alexander Gorshenev>
* 36ebbc49f4 - KotlinExpressionMover: trailing comma support (vor 5 Stunden) <Dmitry Gridin>
* 72c8b38864 - KotlinExpressionMover: convert to Kotlin (vor 5 Stunden) <Dmitry Gridin>
* bca9242492 - KotlinExpressionMover: rename .java to .kt (vor 5 Stunden) <Dmitry Gridin>
* 56064f2a92 - JoinLines: add tests (vor 5 Stunden) <Dmitry Gridin>
* feaa53c4f2 - Formatter: shouldn't format property chains (vor 5 Stunden) <Dmitry Gridin>
* 522eeae062 - (tag: build-1.4.0-dev-3240) FIR2IR: standardize expression with smart cast conversion (vor 6 Stunden) <Mikhail Glukhikh>
* d1fac6dce1 - FIR2IR: declare receivers for all accessors of extension properties (vor 6 Stunden) <Mikhail Glukhikh>
* 8c155578f7 - FIR2IR: generate both dispatch & extension receiver without 'else if' (vor 6 Stunden) <Mikhail Glukhikh>
* 4f6fe1d0ca - [FIR]: fix translation of top-level property accesses like array.indices (vor 6 Stunden) <Juan Chen>
* c9658eb6e4 - (tag: build-1.4.0-dev-3237) Adjust tests due to keep imports for extension functions used in kdoc (vor 6 Stunden) <Vladimir Dolzhenko>
* afd71d3d19 - Adjust tests due to "Remove argument" quick fix for TOO_MANY_ARGUMENTS (vor 6 Stunden) <Vladimir Dolzhenko>
* b047d78580 - (tag: build-1.4.0-dev-3236) Minor: update testData for IR bytecode text and unmute test (vor 7 Stunden) <Dmitry Petrov>
* 0b9fc1541d - (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) <Mikhail Zarechenskiy>
* fe71d5256c - (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) <Kristoffer Andersen>
* a3d85e108f - (tag: build-1.4.0-dev-3218) JVM_IR: keep `suspend fun` return type in IrCalls (vor 23 Stunden) <pyos>
* d982203d56 - (tag: build-1.4.0-dev-3209) [JVM_IR] Handle big arity suspend functions in existing lowering. (vor 27 Stunden) <Mads Ager>
* e406669190 - (tag: build-1.4.0-dev-3206) Invert if condition intention: don't add unnecessary 'continue' (vor 29 Stunden) <Toshiaki Kameyama>
This commit is contained in:
Vasily Levchenko
2020-02-25 15:48:01 +01:00
parent 0897db2362
commit b75536581b
+6 -6
View File
@@ -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.