From edd619ef7019ecd7dbdee44ef81c59d2e5918585 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Tue, 7 Jan 2020 11:44:53 +0100 Subject: [PATCH] [kotlin compiler][update][fixup] 1.4.0-dev-588 * 98f5c5aa95a - (tag: build-1.4.0-dev-588) JVM_IR: Preserve annotations on inline class replacement methods. (4 days ago) * e7835fecfc9 - (tag: build-1.4.0-dev-587) JVM_IR: fix a couple of inline class reflection issues. (4 days ago) * 2ebb797e616 - (tag: build-1.4.0-dev-582) JVM_IR: Remove accessor for internal inline class properties. (4 days ago) * d27593aedaa - (tag: build-1.4.0-dev-577) PSI2IR: SAM conversion in method arguments of out-projected Java classes (4 days ago) * a55bce801ed - (tag: build-1.4.0-dev-575) Update year in the license to 2020 (4 days ago) * e0b9ffa7801 - Regenerate builtins sources (4 days ago) * d73e6c855ba - (tag: build-1.4.0-dev-565) Regenerate FIR tree (5 days ago) * 8a4510c21b5 - (tag: build-1.4.0-dev-563) Regenerate tests (5 days ago) * a55296db269 - (tag: build-1.4.0-dev-556) Mute flaky GradleKtsImportTest.testCompositeBuild (7 days ago) * 1b00996c868 - (tag: build-1.4.0-dev-553) Mute failing test-kotlin-version-in-manifest (7 days ago) * 8054e2960e3 - (tag: build-1.4.0-dev-551) PSI2IR: Post-process return expressions based on expected return type (7 days ago) * 0e4e5ac287c - (tag: build-1.4.0-dev-547) Update nullability assertion tests that use newer Java features (7 days ago) * d6225428240 - (tag: build-1.4.0-dev-536) PSI2IR: Fix delegated members generation (8 days ago) * cc0b231b3b1 - (tag: build-1.4.0-dev-534) Convert SyntheticMethodForAnnotatedPropertyGenTest to a box test (8 days ago) * 8f30b25b243 - Minor, fix some codegen tests for language version 1.4 (8 days ago) * e2a42446ed0 - Use getter names for $annotations methods in most codegen tests (8 days ago) * 330dd789de8 - (tag: build-1.4.0-dev-524) Minor: mute test in FIR+JVM_IR (8 days ago) * c7d39b612cf - (tag: build-1.4.0-dev-521) Simplify adding Kotlin sdk by inlining internals of ProjectSdksModel (8 days ago) * 70067bc9bfe - Better fix for compiler plugin test initialization (8 days ago) * 1715f1a864b - (tag: build-1.4.0-dev-517) [FIR] Refactoring: create use-site scopes via scope provider (8 days ago) * 5f08fe88a59 - [FIR] Move ScopeSession to fir:tree (8 days ago) * 98bf0e278f2 - (origin/rr/pdn_jvmir_vararg) Fix problem with empty vararg of boxed primitives in JVM_IR (8 days ago) * 0667ee97962 - Minor: optimize imports (8 days ago) * 76e7a9ba4ac - Generate instructions as text in case of other exceptions (8 days ago) * 4b6202c9024 - (tag: build-1.4.0-dev-515, tag: build-1.4.0-dev-511) JVM_IR. Support inlining of bound CR (8 days ago) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 12fc15bd0bd..7c782993843 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-508,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.4.0-dev-508 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-508,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.4.0-dev-508 -kotlinStdlibTestsVersion=1.4.0-dev-508 -testKotlinCompilerVersion=1.4.0-dev-508 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-588,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.4.0-dev-588 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-588,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.4.0-dev-588 +kotlinStdlibTestsVersion=1.4.0-dev-588 +testKotlinCompilerVersion=1.4.0-dev-588 konanVersion=1.4.0 # A version of Xcode required to build the Kotlin/Native compiler.