From cd77ee2ce8d53f04a68c4a5606bf5277b4f056c3 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 16 Dec 2019 17:15:36 +0100 Subject: [PATCH] [kotlin compiler][update] 1.3.70-dev-2841 * 2639ed2c48c - (tag: build-1.3.70-dev-2841, origin/1.3.70) Fix invalid equality for UL methods (14 hours ago) * d6fcde73169 - (tag: build-1.3.70-dev-2837) JS_IR: fix typecheck corner case (20 hours ago) * 9a971172c98 - (tag: build-1.3.70-dev-2835) JS: fix object expression constructor delegation to secondary constructors with default arguments (KT-30517 fixed) (23 hours ago) * 419d4146816 - (tag: build-1.3.70-dev-2833) NI: Update FIR test data after 07269661b4a75a8ddf714592de7761218077ff08 (2 days ago) * 92c2cfa9687 - (tag: build-1.3.70-dev-2824) JVM_IR: handle property references at class level (3 days ago) * 8d303af3954 - (tag: build-1.3.70-dev-2818) Build: Add build scan server url setting (3 days ago) * 724884513e8 - Build: Extract build cache setup to kotlin-build-gradle-plugin (3 days ago) * 68ce5dbd908 - Build: Use property for disabling/enabling local build cache (3 days ago) * bfcac5b091a - Build: Update kotlin-build-gradle-plugin to 0.0.4 (3 days ago) * 283933ace57 - Build: Add localBuildCacheEnabled property (3 days ago) * 729b4d33cfc - Build: Replace deprecated `compile` configuration with `implementation` in build script of buildSrc (3 days ago) * 85dcc656957 - Build: Use kotlin-build-gradle-plugin in build script of buildSrc (3 days ago) * c9cba34d672 - (tag: build-1.3.70-dev-2807) KT-35454 Weird implementation of KtUltraLightFieldImpl.isEquivalentTo (3 days ago) * f45c11c6f21 - (tag: build-1.3.70-dev-2802) Use constantSdkDependencyIfAny in getKeyForSdk as well (3 days ago) * 5b8be16f13b - (tag: build-1.3.70-dev-2796, tag: build-1.3.70-dev-2787) Kotlin/Native IDE plugin clean-up (3 days ago) <* 36ed29d4d5d - Convert KotlinNativeMetaBinary from Java to Kotlin (3 days ago) * 511a4089ca7 - Kotlin/Native IDE plugin clean-up (3 days ago) * 992a7027624 - Minor: organized imports (3 days ago) * deb4025987c - Fix: Use more precise KLIB compatibility check (by metadata version) (3 days ago) * 34e1ab4e7a7 - (tag: build-1.3.70-dev-2783) FIR: Leave single implementation of ConeInferenceContext (3 days ago) * 28f4d62ccf7 - FIR: Add different extension for FirSession.inferenceContext (3 days ago) * b33d0c25941 - Minor. Reformat ConeInferenceContext (3 days ago) * 0baf1e8fa7f - Minor. Get rid of UniversalConeInferenceContext (3 days ago) * bbc9927bce9 - Minor. Get rid of DataFlowInferenceContext (3 days ago) * 0064429339d - Avoid using TypeSystemInferenceExtensionContextDelegate in FIR (3 days ago) * 25fdbdfecb1 - (tag: build-1.3.70-dev-2776) NI: Update FIR test data (3 days ago) * a19f8ffe6a6 - (tag: build-1.3.70-dev-2771) Revert "Debugger: Add IR-powered ranking tests" (3 days ago) * 1534e2b76dc - (tag: build-1.3.70-dev-2765) NI: Actualize FIR test after 2d5a05466dfa9faf711d49a9caaa4bd5c7295976 (4 days ago) * 07269661b4a - (tag: build-1.3.70-dev-2764) NI: Allow to resolve to functions with SAM conversion and passing array without spread as vararg (with warning) ^KT-35224 Fixed (4 days ago) * fe875d628dc - (tag: build-1.3.70-dev-2761, tag: build-1.3.70-dev-2759) Revert "[FIR] Fix outputs for logs of modularized test" (4 days ago) * 60cc9fa6f5f - (tag: build-1.3.70-dev-2757) Revert "[FIR] Fix outputs for logs of modularized test" (4 days ago) * 71cb65c064c - (tag: build-1.3.70-dev-2750) NI: Add flexible Nothing to trivial constraints to filter it (4 days ago) * 2d5a05466df - NI: Fix some unwanted exclusions constraints with remained corresponding optimization (4 days ago) * 15f6beed57e - (tag: build-1.3.70-dev-2749) Fix Compose extension points in compiler.xml (4 days ago) * b95e7dfb6f9 - (tag: build-1.3.70-dev-2747) Don't mark super call to method from any as interface one (4 days ago) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index ef889aba0b3..1b0c5463e70 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.3.70-dev-2743,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.3.70-dev-2743 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-2522,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.3.70-dev-2522 -kotlinStdlibTestsVersion=1.3.70-dev-2522 -testKotlinCompilerVersion=1.3.70-dev-2743 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-2841,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.3.70-dev-2841 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-2841,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.3.70-dev-2841 +kotlinStdlibTestsVersion=1.3.70-dev-2841 +testKotlinCompilerVersion=1.3.70-dev-2841 konanVersion=1.3.70 # A version of Xcode required to build the Kotlin/Native compiler.