From 5eae46969921dd403069a8f024955c4da76bb7df Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Wed, 11 Sep 2019 10:47:59 +0300 Subject: [PATCH] [kotlin compiler][update] 1.3.60-dev-2066 * e5a1040dbd3 - (HEAD -> master, tag: build-1.3.60-dev-2066, origin/master, origin/HEAD) [KLIB] Fix references to private top-level typealias via type abbreviation (15 hours ago) * 40ebe4063cd - (tag: build-1.3.60-dev-2063) [FIR] Refactor collecting statistics in modularized tests (16 hours ago) * 6a75a9072ce - [FIR] Remove redundant resolution stage from resolution of synthetic function calls (16 hours ago) * ef5ac7df939 - [FIR] Don't create member function for each when and try expression (16 hours ago) * 996d9a5d908 - (tag: build-1.3.60-dev-2055) Pill: Enable Pill for FIR visualizer modules (19 hours ago) * d1285d9dbf0 - (tag: build-1.3.60-dev-2054) Fix performanceTests for 192; Add perfCounters (20 hours ago) * 8fa67f0478d - (tag: build-1.3.60-dev-2053) Add correct modification tracking on UltraLight classes (20 hours ago) * b2002d56bdf - (tag: build-1.3.60-dev-2052) New J2K: move type calculation to expression node (21 hours ago) * be94eb54057 - New J2K: remove extra interfaces in AST structure & split AST definitions to proper files (21 hours ago) * fd85c2bb43f - New J2K: use mutable lists for storing comments (21 hours ago) * 5d99419e9cf - New J2K: check call name before resolving in post-processing (21 hours ago) * dca0dc19330 - New J2K: do not recalculate types for binary & unary expressions and rewrite assignment expressions conversion (21 hours ago) * c93d810685d - New J2K: introduce TypeFactory for creating J2K types (21 hours ago) * 047bb07727a - New J2K: store reference to conversionContext & symbolProvider in conversion (21 hours ago) * eb690f451e1 - New J2K: do not recreate typeElement on updating type (21 hours ago) * f61bb5aa399 - New J2K: implement mutability inference in post-processing (21 hours ago) * c28515be590 - New J2K: use nullable type for unknown for public declarations & prepare for mutability inference (21 hours ago) * 0040490daf0 - (tag: build-1.3.60-dev-2048) [FIR] Fix FIR modularized tests after switch to 192 (22 hours ago) * fc4bcfb5367 - (tag: build-1.3.60-dev-2043) Add test on yarn downloading non-default version - Previously we skipped yarn setup, if yarn folder exists, not paying attention on what concrete yarn version installed (24 hours ago) * 8a6ee66f810 - Yarn manipulation in build script - Remove yarn folder in task inside build script to not import GradleUserHomeLookup - Check yarn folder existence in task inside build script (24 hours ago) * 48c06aeebab - Add test for yarn setup by kotlinYarnSetup task (24 hours ago) * f609e21c827 - (tag: build-1.3.60-dev-2042) Remove asserts, that failed build - TeamCity cannot run browser tests yet, so disable such assertions related with browser tests checking (24 hours ago) * 49391e64d6a - Add testing for karma use puppeteer for downloading chrome (24 hours ago) * 18f2ba889e3 - Make envJsCollector as map (24 hours ago) * 3bfb980a397 - Collect env variables to separate collector (24 hours ago) * 613391d00b6 - Add puppeteer for Chrome browsers (24 hours ago) * df646233efa - Fix KarmaConfig file name (24 hours ago) --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index a6f37823bb4..3d69487d05c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,10 +18,10 @@ buildKotlinVersion=1.3.60-dev-1210 buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.60-dev-1210,branch:default:any,pinned:true/artifacts/content/maven remoteRoot=konan_tests -kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.60-dev-2038,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.3.60-dev-2038 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.60-dev-2038,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.3.60-dev-2038 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.60-dev-2066,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.3.60-dev-2066 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.60-dev-2066,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.3.60-dev-2066 testKotlinCompilerVersion=1.3.60-dev-1210 konanVersion=1.3.60 org.gradle.jvmargs='-Dfile.encoding=UTF-8'