From 494d5ce1a484b6d7c5a73c66b771ce47ed04e395 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Wed, 30 Oct 2019 13:12:59 +0100 Subject: [PATCH] [kotlin compiler][update] 1.3.70-dev-1049 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 68ea677cc4e - (tag: build-1.3.70-dev-1049) Import quick fix: support extension iterator function (25 hours ago) * 3abfe59d75f - Deduplicate incompatible actual descriptors (25 hours ago) * 9198b7a039a - Add test on weakly incompatible actual in intermediate source-set (25 hours ago) * 2c6fbb6ece0 - Fix dependsOn module names (25 hours ago) * b37dc32e038 - Kotlin/Native performance gradle plugin (#2713) (25 hours ago) * 71606535462 - (tag: build-1.3.70-dev-1044) Fix KotlinConfidenceTest in 193 (25 hours ago) * 8d50aea4711 - Allow to use mutations from several files (25 hours ago) * 620898c73e8 - Use local single-thread cached value instead of thread locals (KT-28940) (26 hours ago) * 02f9b255e6f - Clean using thread local in all threads (KT-28940) (26 hours ago) * 587b0de2b85 - RemoveExplicitTypeIntention: fix false positive for type aliases #KT-33902 Fixed (26 hours ago) * 6ea82a0c7d2 - MoveMember: cleanup code (26 hours ago) * 18aa9ffce8d - expectActualUtil: introduce `runCommandOnAllExpectAndActualDeclaration` function (26 hours ago) * 9aa49e61fe4 - expectActualUtil: add parameter `useOnSelf` to `runOnExpectAndAllActuals` (26 hours ago) * 4285f63bcc7 - ChangeVisibilityFix: cleanup code (26 hours ago) * 9c61f421214 - ChangeVisibilityModifierIntention: should affect all actual/expect declarations #KT-29737 Fixed (26 hours ago) * 13e98e712e4 - RedundantLetInspection: fix false negative for references #KT-34603 Fixed (26 hours ago) * 5fc70f6cfd1 - RedundantLetInspection: fix false positive for inner lambda expression #KT-25271 Fixed (26 hours ago) * 5d16753285e - ImportFix: add support for `WRONG_NUMBER_OF_TYPE_ARGUMENTS` #KT-23834 Fixed (26 hours ago) * e14d5892792 - KotlinInternalInJavaInspection: fix false positive for java test module #KT-17659 Fixed (26 hours ago) * 865e1bf6314 - KotlinInternalInJavaInspection: cleanup code (26 hours ago) * 81f3a98f497 - Convert `ConvertTwoComparisonsToRangeCheck` intention to inspection Relates to #KT-17310 (26 hours ago) * 8e4c7ad65df - (tag: build-1.3.70-dev-1040) Merge pull request #2727 from pyos/fix-synthetic-accessors-v101 (26 hours ago) |\ | * 75aef4633a4 - JVM_IR: add accessors for protected members in divergent hierarchies (6 days ago) * 3658bee253d - [FIR] Fix testdata related to callable references (26 hours ago) * 0d15ff1ddd6 - [FIR] Introduce `FirSourceElement` instead of `FirElement` as source in fir nodes (26 hours ago) * b93357be480 - [FIR] Support assignment operators (26 hours ago) * 62988893583 - [FIR] Add forgotten exhaustiveness checking for erroneously resolved when (26 hours ago) * 7e559609432 - [FIR] Support Conditional effects (26 hours ago) * 57f1eac9a8f - [FIR] Support CallsInPlace effects (26 hours ago) * fd852ec07db - [FIR] Add deserialization of contracts (26 hours ago) * 18c3d1c140f - [FIR] Add contract description classes to fir (26 hours ago) * 3661dedacfd - (tag: build-1.3.70-dev-1038) KT-31762: Fix completion in enum entries constructors (27 hours ago) * 042100ea779 - (tag: build-1.3.70-dev-1032, origin/rr/kishmakov/gutters-support) [Gradle, JS] Disable puppeteer downloading Chrome (27 hours ago) * 63b115abb6b - Workaround for KT-34656: temporary disable assertion (27 hours ago) * de333c18fc5 - (tag: build-1.3.70-dev-1028) JVM_IR: Enable loopVarInterval and forInReversedCollectionIndices bytecode text tests. (29 hours ago) * 934cbcbbec9 - (tag: build-1.3.70-dev-1025) Use more abstract class for gradleModuleBuilder (30 hours ago) * 46d843643d9 - (tag: build-1.3.70-dev-1016) Fixed BoxJsTestGenerated.Main due to nullable arguments in main method (2 days ago) * 2043dd8a10f - (tag: build-1.3.70-dev-1015) JVM IR: Respect extension receiver parameter type in AddContinuationLowering (2 days ago) * 184c83bcb0f - JVM IR: Fix type of IrReturn in AddContinuationLowering (2 days ago) * b4d2eae12d7 - (tag: build-1.3.70-dev-1012) Add test data generator for stepped progression box tests. (2 days ago) * 1738c2d4f67 - Invoke GenerateInRangeExpressionTestData and GeneratePrimitiveVsObjectEqualityTestData during :compiler:generateTests. (2 days ago) * 3c775c598c8 - Extract utility function to create temporary variables if necessary. (2 days ago) * 9bb9ab67a7e - Add bytecode text tests for ForLoopsLowering. (2 days ago) * 277cb39e3b9 - Add new tests for `step` progressions and fix existing tests. (2 days ago) * 27642514b11 - Move ForLoopsLowering before JvmStringConcatenationLowering. (2 days ago) * 8a4185202f5 - Handle `step` progressions in ForLoopsLowering. (2 days ago) * 38f0fd256e5 - Build: Specify LIBRARY_ELEMENTS_ATTRIBUTE to JAR for configurations with js libraries (2 days ago) * 1a68a772c41 - Build: Update gradle to 5.6.2 (2 days ago) * ea43d2880cd - (tag: build-1.3.70-dev-1011) FIR: Update FIR2IR test data changed because of callable references (2 days ago) * 9ac0ac50ea3 - FIR: Support callable references to vars (2 days ago) * 4233cf1bd6b - FIR: Get rid of the cycle in delegated properties resolution (2 days ago) * f97f06a99a3 - FIR: Support callable references for constructors (2 days ago) * 1e0105d40ee - FIR: Fix initialization pieces for callable references after rebase (2 days ago) * 7ae3eda37f8 - FIR: Rename FirResolvedRealCallableReference -> FirResolvedCallableReference (2 days ago) * 1564e72b595 - FIR: Rename FirResolvedCallableReference -> FirResolvedNamedReference (2 days ago) * 5e322a2dd98 - FIR: Refactor ResolvedCallableReferenceAtom (2 days ago) * fe8cd195aad - FIR: Support callable references outside of the calls (2 days ago) * 152236d84ac - FIR: Support callable references to declarations with implicit types (2 days ago) * af72cea8b3f - FIR: Add simple test on SAM conversion for callable receivers (2 days ago) * 7feb1aecfe2 - FIR: Add constraints for extension receiver of callable reference (2 days ago) * 74b9ba16131 - FIR: Support callable references to properties (2 days ago) * 38ab6521aa6 - FIR: Support static methods in callable references (2 days ago) * 937ea3d8a08 - FIR: Support postponed callable references resolution (2 days ago) * cb50ea27071 - FIR: Resolve callable references separately for each outer candidate (2 days ago) * 03a9bfbea5b - FIR: Provide Candidate receiver to argument resolution helpers (2 days ago) * 006e475a998 - FIR: Support callable references partially (2 days ago) * cdb2bb2b45d - FIR: Prepare tree for callable references resolution (2 days ago) * aeceee5af01 - FIR: Fix StoreReceiver transformer (2 days ago) * e359791ab45 - Minor. FIR: Simplify createFunctionalType (2 days ago) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index dc3c80722e9..326fdfa7f61 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,12 +18,12 @@ buildKotlinVersion=1.3.60-dev-2755 buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.60-dev-2755,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-1004,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.3.70-dev-1004 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-1004,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.3.70-dev-1004 -kotlinStdlibTestsVersion=1.3.70-dev-1004 -testKotlinCompilerVersion=1.3.70-dev-1004 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-1049,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.3.70-dev-1049 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-1049,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.3.70-dev-1049 +kotlinStdlibTestsVersion=1.3.70-dev-1049 +testKotlinCompilerVersion=1.3.70-dev-1049 konanVersion=1.3.70 org.gradle.jvmargs='-Dfile.encoding=UTF-8' org.gradle.workers.max=4