From 7db284b37cd4973adff6f1a0eab247a68f02b76c Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 30 Dec 2019 10:28:37 +0100 Subject: [PATCH] [kotlin compiler][update] 1.4.0-dev-508 * 42deb7db48f - (tag: build-1.4.0-dev-508) KT-34582 Exclude `kotlin.coroutines.experimental` package from completion and auto-import (21 hours ago) * 8399614de83 - (tag: build-1.4.0-dev-504) Move muted test failing on all platforms to mute-common (2 days ago) * a98f36bce4f - (tag: build-1.4.0-dev-499) Reorganize existing Closeable/AutoCloseable.use tests (2 days ago) * 941de655c46 - Add contract for 'use' (2 days ago) * 043eddb432d - (tag: build-1.4.0-dev-498) Cleanup: use effects introduced by contracts of assert* functions (2 days ago) * 04fe0dc795e - (tag: build-1.4.0-dev-491) Minor: enable commit message inspections in IDEA (3 days ago) * 9cf1a2b4047 - [Build] Remove the property to skip JS IR BE tests (3 days ago) * 9557034cf7d - [Build] Mark tmp dir in the root of project as excluded (3 days ago) * 40812cd1160 - (tag: build-1.4.0-dev-488) Mute quickfix test (KT-35728) (3 days ago) * 2d21b825016 - [NI] Remove hack for special functions (3 days ago) * 9a12641fde2 - (tag: build-1.4.0-dev-483) Allow parallel access to klib zip filesystem (3 days ago) * ddda93ad965 - (tag: build-1.4.0-dev-472) Mute flaky JavaAgainstKotlin.testUsingMutableInterfaces (3 days ago) * e20c66011ad - Enable mute tests feature for BuiltInDecompilerTest (3 days ago) * 28e23f0aa83 - Mute flaky step over tests on Android Studio (3 days ago) * 11e4b710b5d - Mute GradleMigrateTest.testMigrateStdlib in AS (3 days ago) * 77edfed7649 - Mute tests for preferring JDK classes in completion and auto-import in 191 and 192 (KT-35709) (3 days ago) * 74e2c984268 - Fix test data for QuickFixTestGenerated.SupertypeInitialization in 191 (3 days ago) * 0d488553336 - Mute JavaToKotlinConverterSingleFileTestGenerated in 191 (3 days ago) * 28eb6a223df - Fix UpdateConfigurationQuickFixTest.testEnableCoroutinesFacet test (3 days ago) * 4c28e0dec32 - Split tests to common and platform parts (3 days ago) * 570b522e8e4 - Minor: sort tests in mute database (3 days ago) * 6da3c2fa4ec - (tag: build-1.4.0-dev-469) FIR2IR: set parent correctly (~) for anonymous functions (3 days ago) * a653feb2dc2 - (tag: build-1.4.0-dev-467) Scripting: use VFS events instead of document changes to track changes outside of IDE (KT-35557) (3 days ago) * 6bf0e4b1a9e - Simplify check for that gradle script configurations is up to date (3 days ago) * 3dfbd824e48 - Implement persistent storage for time stamps of files that affect build script configuration (KT-3556) (3 days ago) * ecb05ace919 - Scripting: extract API to check if script is related to any gradle project (3 days ago) * 716036a0005 - (tag: build-1.4.0-dev-465) RemoveModifierFix: fix message for 'companion object' (3 days ago) * 3dc58bc9951 - (tag: build-1.4.0-dev-464) [FIR2IR] Fix translating primitive array types (3 days ago) * 1cf582e9edf - FIR2IR: set extension receiver for anonymous functions (3 days ago) * aa796e962a3 - FIR2IR (minor): remove duplicate of generateErrorCallExpression (3 days ago) * 95dd322bf0e - (tag: build-1.4.0-dev-461) Update FIR diagnostics test (3 days ago) * e4b2c238c72 - (tag: build-1.4.0-dev-458, minamoto/ir/inliner/inliner-no-local-object-copier-1/kotlin) FIR2IR: temporarily allow null receivers & use findIr*Receiver also for fields (3 days ago) * 338281e05fe - [FIR TEST]: add test for KT-35730 (3 days ago) * 15f373a8648 - FIR2IR: support object receiver case (this fixes 24 black box tests) (3 days ago) * f3b5ee4cba0 - FIR2IR: fix assertion in getIrFunctionSymbol (anonymous function case) (3 days ago) * 5e426fdc714 - [FIR] Optimization & checking fix: remove usage of dispatchReceiverValue (3 days ago) * 686965c0d37 - [FIR] Code cleanup: get rid of typeProvider hack (3 days ago) * caf02806d59 - (tag: build-1.4.0-dev-456, tag: build-1.4.0-dev-447) NI: Fix resolution ambiguity for references returned from lambda (3 days ago) * 534718794c4 - Minor. Extract PSICallResolver::createCallableReferenceKotlinCallArgument (3 days ago) * 840acbac684 - Minor. Make properties in KotlinResolutionCallbacksImpl private (3 days ago) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index ba7903f71db..12fc15bd0bd 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-445,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.4.0-dev-445 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-445,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.4.0-dev-445 -kotlinStdlibTestsVersion=1.4.0-dev-445 -testKotlinCompilerVersion=1.4.0-dev-445 +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 konanVersion=1.4.0 # A version of Xcode required to build the Kotlin/Native compiler.