From 3a1fa2da36ce31c19bf18a2454f28974a504062c Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 9 Dec 2019 11:01:27 +0100 Subject: [PATCH] [kotlin compiler][update] 1.3.70-dev-2522 * f6b99955f84 - (tag: build-1.3.70-dev-2522) Update testData in bytecodeText (argument nullability assertions) (3 days ago) * d28743157a4 - Mute testPlatformValueContains in JVM_IR (3 days ago) * c83f68151c0 - Support @EnhancedNullability in psi2ir (3 days ago) * 429bf78afaf - Add 'Collection#contains' as a special case to psi2ir tests (3 days ago) * 26782d7216e - Fix exception message checking (3 days ago) * a819104d811 - JVM_IR: generate nullability assertions for private operators (3 days ago) * 331347f9fe3 - Mute tests for explicit 'equals' on boxed primitives (3 days ago) * 89e1941dfd9 - Update testData for argument nullability assertion tests (3 days ago) * fc7783c7dd3 - JVM_IR: JvmArgumentNullabilityAssertionsLowering (3 days ago) * c676b58c14e - Minor: JvmBuiltinOptimizationLowering.kt: reformat & fix warnings (3 days ago) * 20fb519f1af - PSI2IR: Generate IMPLICIT_NOTNULL casts for platform type values (3 days ago) * dabf6376db9 - (tag: build-1.3.70-dev-2520) Update js reachable nodes count after expanding StringBuilder api (3 days ago) * df3bee30384 - (tag: build-1.3.70-dev-2518) Annotations: support injections in string arrays (KT-35222) (4 days ago) * f82fe20d43f - (tag: build-1.3.70-dev-2513) [FIR] fix test data according to last commits (4 days ago) * 53935db9922 - [FIR] fix compilation error (arose due to commit conflict) (4 days ago) * 6f222edb88b - (tag: build-1.3.70-dev-2512) [FIR] Add unresolved type counter to html dump (4 days ago) * bef344b33eb - Optimization / clarifying: getFirClassifierContainerFile (4 days ago) * 2f3618041bc - FIR resolve: eliminate CallInfo.containingDeclaration as unused (4 days ago) * c1789a0ecc2 - FIR IDE: synchronous creation/registration of sessions (4 days ago) * 70fa12d9d2d - Extract FirDiagnosticsCollector to have creation logic in one place (4 days ago) * 9782ec1b1eb - FIR resolve phases: set BODY_RESOLVE phased properly (4 days ago) * 26ee02ed021 - FIR: replace resolve phase in FirFile properly (4 days ago) * 1539ee30ff7 - FIR IDE: fix local class containing file search (4 days ago) * d35a26a75bc - Optimization: introduce FirIdeResolveStateService to cache FirResolveState (4 days ago) * b4760bcbd3c - Extract AbstractResolveElementCacheTest to use in FIR cache testing (4 days ago) * 74a7a8c8816 - FIR resolve (minor): provide source element for resolved qualifier (4 days ago) * 8808c775a4e - Introduce FirResolvedTypeRef.delegatedTypeRef to see children types in IDE (4 days ago) * 38c1a50c1d0 - (tag: build-1.3.70-dev-2510) [FIR] Resolve delegating constructor calls (4 days ago) * de77bd526bd - [FIR] Change default visibility for sealed class constructors from `private` to `public` (4 days ago) * d8406716205 - [FIR] Don't create delegating super constructor call to `kotlin.Enum` for enums (4 days ago) * a0d8e5bde7a - [FIR] Don't create delegating constructor call to `kotlin.Annotation` (4 days ago) * 25720e20f40 - [FIR] Fix bug in defining of completion mode (4 days ago) * 088a949403c - [FIR] Add implicit type counter to html dump (4 days ago) * e58711cde31 - (tag: build-1.3.70-dev-2509) FIR: Select most specific members from supertypes scope (4 days ago) * e5166e0e7dc - FIR: Extract common parts in FirSuperTypeScope (4 days ago) * 43aa1f87dfd - FIR: Optimize supertypes scope structure (4 days ago) * 91fce215d2a - FIR: Simplify super type scopes related code (4 days ago) * b8984d154b1 - (tag: build-1.3.70-dev-2508, origin/rr/zharkov-fir-constructor-type-parameters) FIR: Do not copy type parameters from class to constructors (4 days ago) * 20d02dd0ee3 - (tag: build-1.3.70-dev-2487) Commonize StringBuilder (5 days ago) * 1431e27a7ba - Move StringBuilder to its own file (5 days ago) * 0c033297a8d - Move Appendable to its own file (5 days ago) * 50752d47fec - Move CharacterCodingException to its own file (5 days ago) * 956e085b222 - Rename text.kt file to StringBuilderJs.kt (5 days ago) * 2155f1680f3 - Fix small mistake in CharSequence.lastIndexOf documentation (5 days ago) * 4a0f683beaf - (tag: build-1.3.70-dev-2470) JVM_IR: repair after switching Ir.Symbols to non-lazy table (5 days ago) * 08aeed3b462 - IR: do not use lazyWrapper for Ir.Symbols (5 days ago) * b0b04eb4cde - (tag: build-1.3.70-dev-2461) Use kotlin specific setting "Optimize imports on the fly" in quick fix (5 days ago) * be5b7adb5a5 - (tag: build-1.3.70-dev-2455) FIR: Support captured types for sub-arguments (5 days ago) * 5b4e8170aea - Fix variables leaking when adding other system under transaction (5 days ago) * 692442d7a29 - Do not look into captured star projection as types (5 days ago) * 3634d80cae7 - FIR: Order type variables for fixation (5 days ago) * 7f77cc55f3c - (tag: build-1.3.70-dev-2451) Update the test for cleanup (6 days ago) * e07b2e30e27 - KT-34258: Make sure to clean up stale files even if no Kotlin sources (6 days ago) * a22a60118c7 - (tag: build-1.3.70-dev-2450) Fix 'Project#afterEvaluate(Action) <...> cannot be executed' on IDE test run (6 days ago) * edfd9333489 - (tag: build-1.3.70-dev-2444) Improve Result docs to emphasize that any Throwable exception is caught (6 days ago) * d84daa0a4b0 - (tag: build-1.3.70-dev-2442) JVM IR: fix value argument offset in -Xjvm-default=compatibility mode (6 days ago) * 3de6289c6c5 - (tag: build-1.3.70-dev-2439, tag: build-1.3.70-dev-2435, origin/rrinf/kirpichenkov/test, minamoto/ir/inliner/variable-hint/kotlin) [NI] Run completion on subatoms of error calls (6 days ago) * 29fbb8e22fa - (tag: build-1.3.70-dev-2428) Update to 193.5233.102 release (KT-35239) (6 days ago) * fa64b5794b7 - Allow to mute parameterized GradleImportingTestCase JUnit 4 tests (6 days ago) * ca0bff75cd0 - (tag: build-1.3.70-dev-2425) [KLIB] Keep order of constant properties depending on backend - Fix K/N performance regression (6 days ago) * 6ef3831f14e - Build: Take parent directory as rootProject directory in case of buildSrc (6 days ago) * 462d6ac5b6a - Build: Add remote build cache parameters for teamcity builds (6 days ago) * d3c1ef9251a - Build: Use kotlin-build-gradle-plugin in buildSrc (6 days ago) * ab8542bbdba - Build: Advance kotlin-build-gradle-plugin version to 0.0.2 (6 days ago) * 46d77419a8e - Build: Add build cache properties to kotlin-build-gradle-plugin (6 days ago) * ad79efeba37 - Build: Use kotlin version embedded to gradle (6 days ago) * fa7bd3dd2e5 - (tag: build-1.3.70-dev-2423) FIR: Support SAM constructors for type aliases (6 days ago) * ae01d050c93 - FIR: Abstract parts for type alias constructors resolution (6 days ago) * fbe7db5471b - FIR: Move constructor processing parts to a separate file (6 days ago) * bf68e85a5c8 - FIR: Support SAM conversion for interfaces containing Object methods (6 days ago) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index da157e8144c..6031b5468bc 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-2416,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.3.70-dev-2416 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-2416,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.3.70-dev-2416 -kotlinStdlibTestsVersion=1.3.70-dev-2416 -testKotlinCompilerVersion=1.3.70-dev-2416 +kotlinCompilerRepo=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 +kotlinVersion=1.3.70-dev-2522 +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-2522 konanVersion=1.3.70 # A version of Xcode required to build the Kotlin/Native compiler.