From f056b3cd0add9effa6a22f9a2ac6cf75c1f34e67 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 18 Nov 2019 12:08:09 +0100 Subject: [PATCH] [kotlin compiler][update] 1.3.70-dev-1666 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ba93bdb14df - (tag: build-1.3.70-dev-1666) JVM_IR: keep the $default suffix for stubs for @JvmName functions (3 days ago) * 23dfade24f6 - (tag: build-1.3.70-dev-1664) JVM IR: Fix inlining of inline class properties in external modules (3 days ago) * fa62d0c3256 - (tag: build-1.3.70-dev-1656) Don't clear InBlockModifications on CanceledException (3 days ago) * 92dae5d8a9e - (tag: build-1.3.70-dev-1653) [NI] Split substitution of inferred type parametes into two steps (3 days ago) * b6af13f18de - [NI] Add missing substitution of known type parameters (3 days ago) * 3122f2704c7 - [Minor] Refactor resulting descriptor substitution in call transformer (3 days ago) * ea66f020356 - [Minor] Rename fresh variable substitutor in resolved atom (3 days ago) * 25f3de2085d - (tag: build-1.3.70-dev-1651) Use more stable kotlin dependency in tests for enabling inline classes flag (3 days ago) * 4438dd282fa - (tag: build-1.3.70-dev-1647) [kotlinx-metadata-klib] Bugfixes: (3 days ago) * 95399b3a414 - (tag: build-1.3.70-dev-1639, origin/rr/gradle/ilgonmic/debugger-js) Introduce `kotlinx-metadata-klib`. (3 days ago) * d91453fb7a5 - (tag: build-1.3.70-dev-1635) Do not preprocess apiVersionIsAtLeast calls inlined into kotlin package (3 days ago) * 352a10a0ed1 - (tag: build-1.3.70-dev-1629) Do not fail tests on unknown version of gradle Kotlin plugin (4 days ago) * e963b719216 - Tests of import with latest gradle plugin are implemented (4 days ago) * 51590ef1b76 - Migrate import tests to annotation-driven determination of target kotlin plugin versions (4 days ago) * d05f8932334 - Import tests with gradle 5.6.4 were added (4 days ago) * a51e2ca4d63 - Limit initial heap of gradle daemon in import tests (4 days ago) * 1f2767ae211 - Remove gradle testing import from gradle 3.x (4 days ago) * 48f6207d26e - Support annotation-based declaration of target plugin and gradle version in gradle importing tests (4 days ago) * 14aa0eae71a - Extract kotlin gradle plugin versions to constants in tests (4 days ago) * 633005fb575 - (tag: build-1.3.70-dev-1627) KT-25732 Perform keywords completion earlier to complete them before freeze (4 days ago) * 36ca280b86b - (tag: build-1.3.70-dev-1624) Fix compilation error in ResolveInlineCalls.kt (4 days ago) * 635add48238 - FIR substitution: generate fake overrides for accessor symbols (4 days ago) * bd70daa3d18 - FIR Java: use definitely not-null types for type parameters (4 days ago) * 63f38bb28ab - FIR [rendering only]: render fake overrides for properties (4 days ago) * 4733c78a6aa - (tag: build-1.3.70-dev-1621) [FIR] Add `toString()` to `ErrorTypeConstructor` and `ConeClassifierLookupTag` (4 days ago) * 944be132deb - [FIR-TEST] Add test with calling constructor of type with aliased import (4 days ago) * d9fe70f97c7 - [FIR] Fix binding overrides with flexible types in arguments (4 days ago) * 3a7251a90ba - [FIR-TEST] Add test with problems in mapping getter name to property name (4 days ago) * 6f9e576502f - [FIR-TEST] Add test with ambiguity on accidental override property (4 days ago) * f43d77d4225 - [FIR-TEST] Move `nestedClassConstructor` test to `problems` test suite (4 days ago) * 2409a74fb56 - [FIR-TEST] Add test for problem with += and java synthetic property (4 days ago) * 11063a25a86 - [FIR] Replace FirEmptyDiagnostic with FirStubDiagnostic (4 days ago) * ee20f888378 - [FIR] Propagate smartcasts in safe calls chain (4 days ago) * 833648d8e03 - [FIR] Fix smartcasts on receivers of implict invoke call (4 days ago) * 660bcce90a0 - [FIR] Add smartcasts for reassigned vars (4 days ago) * 2a74e37e28b - [FIR] Ignore expected type for resolve constant expressions (4 days ago) * 6a3c07688f7 - Add print of detailed stack trace to NonFir modularized test (4 days ago) * a235dd2891e - (tag: build-1.3.70-dev-1618) IR: move defaultParameterDeclarationsCache access up one level (4 days ago) * 70f09a75318 - IR: make DefaultArgumentStubGenerator a few lines shorter (4 days ago) * 2b2dd097a37 - IR: refactor DefaultParameterInjector (4 days ago) * 7a2715da447 - IR: refactor generateDefaultsFunction (4 days ago) * 29a14e2330f - (tag: build-1.3.70-dev-1616) JVM_IR: resolve inline fake overrides before codegen (4 days ago) * 1b2091d536f - (tag: build-1.3.70-dev-1612) Fix: KLIB reading error on Windows (4 days ago) * 77950c54107 - (tag: build-1.3.70-dev-1607) [Gradle, JS] Remove redundant from kotlin-test-js-runner (4 days ago) * 6a6bef0f6c0 - [Debugger, JS] Remove kotlin source map support from tests and build (4 days ago) * 35cb412dc31 - [Gradle, JS] Fix source map support initializing for mocha (4 days ago) * 4e427d2ce41 - [Gradle, JS] Fix source map support initializing for nodejs (4 days ago) * 20e33806ec9 - [Debugger, JS] Provide possibility to debug mocha tests (4 days ago) * 30b4622a455 - (tag: build-1.3.70-dev-1601) Remove invalid unused reference (4 days ago) * c905bbca362 - (tag: build-1.3.70-dev-1597) Scripting: invalidate caches on roots changes (4 days ago) * b0327964b76 - (tag: build-1.3.70-dev-1590) Fix compilation on 183 and as34 (4 days ago) * c7e9a6c5d90 - (tag: build-1.3.70-dev-1587) Add new script dependency resolvers (4 days ago) * 81e2e119e29 - Fix propagation of dependency resolution failure reports during script compilation (4 days ago) * 744dfc6bf93 - (tag: build-1.3.70-dev-1585) Minor. Pass proper timeout to logger (4 days ago) * 4281fd6bd59 - (tag: build-1.3.70-dev-1584) Don't write nop for extension lambda during inline (4 days ago) * b757224df11 - (tag: build-1.3.70-dev-1583) Scripting: invalidate caches on roots changes (4 days ago) * df0c250fd8e - Scripting: fix lost caches clearing call (4 days ago) * 542f21b7017 - Scripting, minor: cache firstScriptSdk (4 days ago) * ab3f9586b39 - (tag: build-1.3.70-dev-1580) Suspend function calls highlighting added. (4 days ago) * 46423443e9d - 'it' parameter highlighting fixed for chain usage. (4 days ago) * fb9fb2e0484 - (tag: build-1.3.70-dev-1578) JVM IR: minor, remove obsolete code (5 days ago) * 180e7187523 - JVM IR: minor, repurpose JvmBackendContext.getLocalClassInfo to store Type (5 days ago) * 6be9101675e - JVM IR: add jvmLocalClassExtractionPhase to lift out local classes from initializers (5 days ago) * c5159d9cbe6 - (tag: build-1.3.70-dev-1576) IR: Add UniqId to IrSymbol (5 days ago) * 1647279a8c0 - IR: move UniqId to ir.tree module (5 days ago) * 76016b1a3c5 - IR: move KotlnMangler to ir.tree module (5 days ago) * 92ebb092a2a - JvmMangler (5 days ago) * 2f5442800b6 - Move WrappedDescriptors to ir.tree module (5 days ago) * cb112821835 - (tag: build-1.3.70-dev-1573) Merge pull request #2516 from t-kameyama/KT-18539 (5 days ago) |\ | * 4d9b19da82d - Remove comments from function/property implementation template (5 days ago) * 3429c070164 - (tag: build-1.3.70-dev-1564) Fix Native dependencies not transformed when imported from a source set (5 days ago) * 94f66c237bd - (minor) replace the predicate for intermediate source set (5 days ago) * bcabbcf3e15 - Add Native stdlib to intermediate source set dependencies (5 days ago) * 1ccda6a8d48 - Add fast find usages for data class components (5 days ago) * 6d9c00addd3 - (tag: build-1.3.70-dev-1558) Do not add preparation task to project import if registry option is switched off (5 days ago) * 455b9f852da - (tag: build-1.3.70-dev-1554) [NI] Disable caching of LHS expression types for "+=" operators (5 days ago) * 4973baae4ee - (tag: build-1.3.70-dev-1551) [JVM IR] Fix JvmOverloads+Parameterless Main (5 days ago) * b4185c9d472 - (tag: build-1.3.70-dev-1543) ScriptClassRootsCache: load configuration if it is not cached (5 days ago) * a84e9480511 - Scripting: pass KtFile to ScriptConfigurationLoader (5 days ago) * 9a231bbbfa4 - (tag: build-1.3.70-dev-1537) Update trailing lambda quickfix, add tests (5 days ago) * f1934fa49d1 - Amend "Terminate preceding call with semicolon" quickfix (5 days ago) * 0f638db3e56 - (tag: build-1.3.70-dev-1536) FIR: Turn SupertypeSupplier into a class (5 days ago) * 56b5d170ebb - FIR: Minor. Rename FirSupertypeResolverTransformerAdapter -> FirSupertypeResolverTransformer (5 days ago) * 3a4f9e9109e - FIR: Drop FirClassLikeDeclaration::supertypesComputationStatus (5 days ago) * 2fba6b54a0a - FIR: Minor. Drop old FirSupertypeResolverTransformer (5 days ago) * 3f7bffa6fdf - FIR: Do not use FirClass::supertypesComputationStatus (5 days ago) * 5e0e78e555e - FIR: Rewrite supertype resolution (5 days ago) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index faa3f242d5d..074c163b1ed 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-1526,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.3.70-dev-1526 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-1526,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.3.70-dev-1526 -kotlinStdlibTestsVersion=1.3.70-dev-1526 -testKotlinCompilerVersion=1.3.70-dev-1526 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-1666,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.3.70-dev-1666 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-1666,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.3.70-dev-1666 +kotlinStdlibTestsVersion=1.3.70-dev-1666 +testKotlinCompilerVersion=1.3.70-dev-1666 konanVersion=1.3.70 # A version of Xcode required to build the Kotlin/Native compiler.