From 39ebffba79502629e9c94970b3dc433a83c61e73 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 4 Nov 2019 19:12:24 +0100 Subject: [PATCH] [kotlin compiler][update] 1.3.70-dev-1244 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 51459adb8c8 - (tag: build-1.3.70-dev-1244) Add integration test for Kapt3+IR (10 hours ago) * 195f225e36c - Run Kapt3 with old backend, even if IR is specified in configuration (10 hours ago) * b9f88350dd9 - (tag: build-1.3.70-dev-1231) [JS IR] Build hybrid versions of stdlib and kotlin.test (3 days ago) * d872b27663a - [JS IR] Add gradle plugin integration tests (3 days ago) * bc47594c7af - Update bootstrap (3 days ago) * 1b8df45bfe0 - [JS IR] Support generating both IR and pre-IR libraries (3 days ago) * 62d204f4d62 - Support trailing comma ^KT-34743 Fixed (3 days ago) * e638b9fd12b - (tag: build-1.3.70-dev-1228) K/N performance gradle plugin. Added options and right code size for … (#2752) (3 days ago) * 8c079706a54 - (tag: build-1.3.70-dev-1227) Add tests for case when result of tail-call suspend function returning (3 days ago) * ca527444cbf - Return Unit manually in callSuspend and callSuspendBy if callable (3 days ago) * 04441da0957 - Replace result on stack with Unit if callee is suspend function (3 days ago) * 3b088818a55 - (tag: build-1.3.70-dev-1222) Build: Add sources and javadocs to Kotlin Plugin publication (3 days ago) * 579645bcfa3 - Build: Publish ide-common as separate artifact in KotlinPlugin publication (3 days ago) * 7401a7c63fe - Build: Fix dependencies of ide-common (3 days ago) * 1e63101a27a - (tag: build-1.3.70-dev-1216) FIR2IR: fix testData after rebase (3 days ago) * 6cde86139cf - IR: isFakeOverride: fix testData after rebase (3 days ago) * 35b9f43608d - IR: use isFakeOverride (3 days ago) * f79909d7249 - IR serialization: isFakeOverride in proto (3 days ago) * 5c390d94262 - IR serialization: IrField.isFakeOverride (3 days ago) * ce960539400 - JVM_IR: IrField.isFakeOverride (3 days ago) * 0b26f326749 - JS_IR: IrField.isFakeOverride (3 days ago) * 6101f006114 - IR BE common: IrField.isFakeOverride (3 days ago) * 3fcdbf2c881 - FIR2IR: IrField.isFakeOverride (3 days ago) * edaa42ea46c - IR: IrField.isFakeOverride (3 days ago) * e9337ec8f20 - IR serialization: IrProperty.isFakeOverride (3 days ago) * da63d16c338 - IR BE common: IrProperty.isFakeOverride (3 days ago) * 8b8b96bff40 - FIR2IR: IrProperty.isFakeOverride (3 days ago) * 82c527c2cc4 - IR: IrProperty.isFakeOverride (3 days ago) * 26820577678 - IR tests: update testData for IrSimpleFunction.isFakeOverride (3 days ago) * 65e6a848312 - IR tests: check IrSimpleFunction.isFakeOverride (3 days ago) * 46745adfd9d - FIR2IR: IrSimpleFunction.isFakeOverride (3 days ago) * d23f13e3dcb - IR serialization: IrSimpleFunction.isFakeOverride (3 days ago) * 5831b08a6e3 - JVM_IR: IrSimpleFunction.isFakeOverride (3 days ago) * f24278941d9 - JS_IR: IrSimpleFunction.isFakeOverride (3 days ago) * b36d8f556a4 - IR BE common: IrSimpleFunction.isFakeOverride (3 days ago) * 843fb884596 - IR: IrSimpleFunction.isFakeOverride (3 days ago) * 01f09af608e - (tag: build-1.3.70-dev-1214) [FIR] Fix generated name for `FirErrorNameReferenceImpl` (3 days ago) * 829227255dd - [FIR] Add rendering of error numbers per file/package/module in HTML dump (3 days ago) * 528e538b2a1 - [FIR] Remove duplicating diagnostics from error function calls (3 days ago) * a3ae629f53f - Fix bunch file in 193 (3 days ago) * ffafd96f1b1 - Fix url for developers builds (KT-34246) (3 days ago) * 955300dd342 - (tag: build-1.3.70-dev-1211) Deserializer: Fix initialization of private top-levels (3 days ago) * 073578bf1cc - (tag: build-1.3.70-dev-1205) [FIR] Fix Fir2Ir testdata broken in a501e514 (3 days ago) * 098616ac76b - [FIR] Add dependency of `:descriptors.runtime` to `:fir2ir` module (3 days ago) * 1b44566e6fd - [FIR] Fix compilation error in lightTree module (3 days ago) * 27c70eedd93 - (tag: build-1.3.70-dev-1204, tag: build-1.3.70-dev-1203, tag: build-1.3.70-dev-1202) Enable MixedNamedArgumentsInTheirOwnPosition feature in compiler module (3 days ago) * 09fa15c22b9 - [FIR] Support old FE-like multifile tests (3 days ago) * 65eed24dbb7 - [FIR] Add diagnostics reporting to FIR resolve tests (3 days ago) * 38bb9f78d64 - [FIR] Add diagnostic collector component that collects diagnostics from error nodes (3 days ago) * 0428916d3c4 - [FIR] Add error nodes to default transformer and visitors (3 days ago) * a501e514c9e - [FIR] Add meaningful diagnostics in all error elements (3 days ago) * 7503449e8df - [FIR] Add kind to diagnostics reported by RawFirBuilder (3 days ago) * 8b5f568a150 - [FIR] Introduce `FirDiagnostic` in FIR instead of errorReason (3 days ago) * 8eabe08e7aa - [FIR] Move components into separate package (3 days ago) * f72fa875832 - [FIR] Add old FE-like diagnostic tests (3 days ago) * 8b900624d30 - [FIR] Add bridge for diagnostics from old FE to ConeDiagnostic (3 days ago) * 9b77dec99c5 - [FIR] Add prototype of diagnostic collector (3 days ago) * e909b63d30f - (tag: build-1.3.70-dev-1196) Revert "Fix GradleConfiguratorTest" (4 days ago) * fd2b75e39b2 - Fixed import of MPP project with single Android target (4 days ago) * 5c3b00cd0c9 - Improve performance of import in Android Studio (4 days ago) * e8e04ca98ea - (tag: build-1.3.70-dev-1194) Do not use new stdlib API in reflection implementation (4 days ago) * 72591e34b3a - (tag: build-1.3.70-dev-1192, tag: build-1.3.70-dev-1188) Support android_x64/86 in cinterop definitions (4 days ago) * 4c21b234b17 - (tag: build-1.3.70-dev-1182) Fixed compilation in 191 (4 days ago) * 7b8fbb5fea1 - (tag: build-1.3.70-dev-1181) Fixed freezes with add unambiguous imports on the fly (4 days ago) * 24d620657b6 - (tag: build-1.3.70-dev-1175) Java doesn't have extension methods, so we don't need to look for imports for qualified references (4 days ago) * 95ac0e328fb - (tag: build-1.3.70-dev-1172) Build: Extract bootstrap teamcity url to parameter (4 days ago) * f641e2a1391 - (tag: build-1.3.70-dev-1170) RedundantRequireNotNullCallInspection: should use `BodyResolveMode.PARTIAL_WITH_CFA` instead of `BodyResolveMode.PARTIAL` #KT-34672 Fixed (4 days ago) * 04c8c888eec - KotlinLightCodeInsightFixtureTestCase: remove deprecated call for 193 (4 days ago) * 17429d333e9 - Create expect/actual should move cursor to target declaration #KT-34411 Fixed (4 days ago) * 8e2943ae2ac - (tag: build-1.3.70-dev-1169) Temporary increase timeout to avoid NPE (4 days ago) * 7c4033f0bfd - (tag: build-1.3.70-dev-1168) Deserializer: Fix initialization order (4 days ago) * 78b29349c99 - (tag: build-1.3.70-dev-1167) Fix lateinit `isInitialized` check in multi-file case (4 days ago) * d75b9380890 - Formatter: don't format elvis operator in string template (4 days ago) * bcee8ce04bf - (tag: build-1.3.70-dev-1165) KT-34692: Invoke `ScratchAction::update` without `invokeLater` (4 days ago) * 28ec74648ef - (tag: build-1.3.70-dev-1163) Use ML completion extension point from 193 platform (4 days ago) * b30a9e1d3e6 - (tag: build-1.3.70-dev-1155) [NI] Remove capturing from supertypes during computation of CST (4 days ago) * e8907c078d8 - [NI] Don't recreate subtyping context every time (4 days ago) * de009a2ff25 - [NI] Minor, use singleton instead of creating anonymous object (4 days ago) * 77577dfa6f2 - [FIR] Introduce `ConeStubType` to have subtyping for non-fixed variables (4 days ago) * 01ad9c47c8f - [NI] Fix subtyping between integer literal types and intersection ones (4 days ago) * e0fb586aafb - [NI] Don't loose diagnostic after type variable fixation (4 days ago) * ca8da225698 - [NI] Improve CST algorithm to handle non-fixed variables (4 days ago) * ba6648d5352 - Minor, reformat `Annotations.kt` file (4 days ago) * 2ff36c808e7 - (tag: build-1.3.70-dev-1154) Minor: mute testEa35963 in WASM (4 days ago) * 8b2fdca706a - FIR2IR: fix testData (4 days ago) * b1b70e503c2 - JVM IR: Improve codegen for try/catch statements (4 days ago) * af74fd047a9 - psi2ir: Consistently use type unit for statements (4 days ago) * 0da4b060740 - psi2ir: Fix return insertion (4 days ago) * b3e733ea4ff - 193: More mutes in 193 (SurroundWithTestGenerated, KT-34689, KT-34542, KT-34672) (4 days ago) * f7c775a0809 - 193: Mute tests for find usages in libraries in 193 (KT-34542) (4 days ago) * 7e5316b9f17 - Fix completion test for Java in 193 (4 days ago) * 42312c3060f - Fix GradleConfiguratorTest.testProjectWithModule in 193 (4 days ago) * 0d2e790b32d - Fix IdeaModuleInfoTest.testSdkForScript in 193 (4 days ago) * c9793e4bf46 - Fix IdeaModuleInfo tests in 193 (4 days ago) * 4ef063c656f - Log information about failed test (4 days ago) * 201859be92d - Mute RedundantRequireNotNullCall tests in 193 (KT-34672) (4 days ago) * bed2e21a1a5 - Mute CoroutineNonBlockingontextDetectionTest tests in 193 (KT-34659) (4 days ago) * 1811b795033 - Mute custom navigation tests (KT-34542) (4 days ago) * a835f07d519 - (tag: build-1.3.70-dev-1153) JVM_IR: don't regenerate objects in lambdas inlined into objects (4 days ago) * eeadc95bc1d - (tag: build-1.3.70-dev-1152) [Gradle, JS] Remove check on duplicated targets (4 days ago) * 1074a0ef695 - (tag: build-1.3.70-dev-1151) JVM_IR: Fix Inline CallableReferences with Varargs (4 days ago) * 5360a7a3fe7 - (tag: build-1.3.70-dev-1147) Fix GradleConfiguratorTest (5 days ago) * 33cacb87d3e - Fix import tests for IDE 183 (5 days ago) * 4b2834c4a8a - (tag: build-1.3.70-dev-1146) Provide incremental analysis of a file when it is applicable (5 days ago) * c7bd6d8ede5 - (tag: build-1.3.70-dev-1144) Support watchos and tvos in cinterop definitions (5 days ago) * 08f9dd2aeae - (tag: build-1.3.70-dev-1136) [Gradle, JS] Fix entry for webpack (with Configuration Avoidance broke) (5 days ago) * 6f91c0e6792 - [FIR] Don't check `@ExtensionFunction` in fir consistency tests (5 days ago) * ad9bf62b2f7 - [FIR] Remove adding annotations from bounds to type parameter in lightTree2Fir (5 days ago) * 36ad065792a - [FIR] Fix testdata broken after d2b895d8 (5 days ago) * ddd25c703af - (tag: build-1.3.70-dev-1127) SmartPointers in Introduce Variable refactoring (5 days ago) * aa604d0854f - (tag: build-1.3.70-dev-1126) Fixed new/old type inference diff, sometimes causes problems in JPS (5 days ago) * 607249e899f - Make computeTasksAndResolveCall public for compiler plugins (5 days ago) * 17bd5476668 - (tag: build-1.3.70-dev-1121) Build: Fix internalKotlinRepo url for JPS build (5 days ago) * 28187da7500 - (tag: build-1.3.70-dev-1112, tag: build-1.3.70-dev-1110) Fix compilation of :idea:compileTestKotlin (5 days ago) --- gradle.properties | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index f2d0082ab37..cdc5356dc4a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,15 +18,16 @@ 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-1108,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.3.70-dev-1108 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-1108,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.3.70-dev-1108 -kotlinStdlibTestsVersion=1.3.70-dev-1108 -testKotlinCompilerVersion=1.3.70-dev-1108 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-1244,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.3.70-dev-1244 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-1244,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.3.70-dev-1244 +kotlinStdlibTestsVersion=1.3.70-dev-1244 +testKotlinCompilerVersion=1.3.70-dev-1244 konanVersion=1.3.70 org.gradle.jvmargs='-Dfile.encoding=UTF-8' org.gradle.workers.max=4 # Uncomment to enable composite build #kotlinProjectPath= +