From 656e5a2a81ee40df40ba111686e7925d4d2705de Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 7 Sep 2020 11:31:03 +0200 Subject: [PATCH] [kotlin compiler][update] 1.4.20-dev-4477 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 38975e4e7ce - (tag: build-1.4.20-dev-4477) Add changelog for 1.4.10 (vor 23 Stunden) * 7755d9fe245 - (tag: build-1.4.20-dev-4472) Mark used parameters as disabled in parameter info popup (vor 2 Tagen) * 81339d54eb6 - (tag: build-1.4.20-dev-4469) Added :core:compiler.common.jvm and :compiler:resolution.common.jvm dependencies to pill importer (vor 2 Tagen) * 3f7aab6fae0 - (tag: build-1.4.20-dev-4464) Redundant 'asSequence' call: don't report when reciever type is Map (vor 3 Tagen) * 78493395c34 - (tag: build-1.4.20-dev-4451) Don't mark signature as inapplicable when argument is empty/incomplete (vor 3 Tagen) * 343010a833a - (tag: build-1.4.20-dev-4450) "Unused equals expression" inspection: highlight whole expression with yellow background (vor 3 Tagen) * b81ec2c8f05 - (tag: build-1.4.20-dev-4448) Fix compilation errors in bunches (vor 3 Tagen) * a8c68d9e6f1 - Remove dependency on :compiler:frontend.java from :compiler:fir:jvm (vor 3 Tagen) * 6906e0d82d2 - Move common jvm classes from :core:descriptors.jvm to :core:compiler.common.jvm (vor 3 Tagen) * 9806a85cc18 - Move Java model classes to :core:compiler.common.jvm (vor 3 Tagen) * b81c0e91d5a - Replace DescriptorVisibility with Visibility in Java model classes (vor 3 Tagen) * 696f089b3e8 - Make DescriptorVisibility delegate to Visibility (vor 3 Tagen) * a05d6da43b0 - Move descriptor-independent Visibilities to common modules (vor 3 Tagen) * d1fd1da56f2 - Rename Visibility to DescriptorVisibility (vor 3 Tagen) * 2bcd8ee07fe - Get rid of Visibility.effectiveVisibility member (vor 3 Tagen) * 7d9b7df3b43 - Cleanup code in EffectiveVisibility.kt and extract descriptors related part to separate file (vor 3 Tagen) * 6346b1b2ab7 - Use type markers instead of class descriptors in effective visibility (vor 3 Tagen) * 64ec3fc42b8 - Move BuiltinSpecialProperties and JvmAbi to :core:compiler.common.jvm (vor 3 Tagen) * 10fd164b77e - Extract FE 1.0 dependent part from JavaToKotlinClassMap (vor 3 Tagen) * 136435bcc2a - Move JvmPrimitiveType to :core:compiler.common (vor 3 Tagen) * 4d5f28d5c0f - Move FunctionInvokeDescriptor.BIG_ARITY to :core:compiler.common (vor 3 Tagen) * bf4bf30b4a8 - Move CompanionObjectMapping to :core:compiler.common (vor 3 Tagen) * 0e04af463d6 - Move JvmTypeSpecificityComparator to :compiler:resolution.common.jvm (vor 3 Tagen) * 564d382b9dc - Introduce new modules for common jvm related parts of compiler (vor 3 Tagen) * dd016b759e8 - (tag: build-1.4.20-dev-4438) JVM_IR: write raw types as raw in JVM generic signatures (vor 3 Tagen) * 475522f9384 - Represent raw types in IR using a special type annotation (vor 3 Tagen) * 714ab7c37f7 - Handle java raw types in IR (vor 3 Tagen) * 8420c0b7c75 - (tag: build-1.4.20-dev-4437) Add "Redundant nullable return type" inspection (vor 3 Tagen) * d703284d01e - (tag: build-1.4.20-dev-4428) Naming convention inspection: don't report for factory functions (vor 4 Tagen) * 4f4db68a611 - (tag: build-1.4.20-dev-4427) I18N fixes after merging convert initialized val to non-null type inspection (vor 4 Tagen) * eb3bde1538b - (tag: build-1.4.20-dev-4426) Amend test data after adding `Convert assignment to assignment expression` intention (vor 4 Tagen) * 8a7f33f044f - (tag: build-1.4.20-dev-4422) [Commonizer] Fix internal error when TAs have different expanded classes (vor 4 Tagen) * d4ef85f6c27 - (tag: build-1.4.20-dev-4418) Amend test data after adding `Convert assignment to assignment expression` intention (vor 4 Tagen) * 16ab11289c4 - (tag: build-1.4.20-dev-4417) [JS_IR] Enable RangeContainsLowering optimizations. (vor 4 Tagen) * 88755a8d20b - (tag: build-1.4.20-dev-4416) [Gradle, JS] Use npm project dir as executable (vor 4 Tagen) * 6db07856154 - (tag: build-1.4.20-dev-4415) Wrap with let: apply to unsafe qualified expression (vor 4 Tagen) * 18fbf5729d1 - (tag: build-1.4.20-dev-4414) Inspection: convert initialized val to non-null type (vor 4 Tagen) * 8b28e545842 - (tag: build-1.4.20-dev-4410) [FIR-IDE] Update tests (vor 4 Tagen) * 177fcefa68e - [FIR-IDE] Minor: refactor completion contributor (vor 4 Tagen) * c3aeaa90520 - (tag: build-1.4.20-dev-4407) Inspection: Simplify Nested forEach/onEach in also/apply to onEach (vor 4 Tagen) * 85d99612a2e - (tag: build-1.4.20-dev-4406) Don't create inconsistent types (with contradictive use site and declaration site variances) for star projections with corresponding contravariant type parameters during substitution (vor 4 Tagen) * 94970e2d1eb - (tag: build-1.4.20-dev-4404) Intention to replace a = b with b.also { a = it } (vor 4 Tagen) * e387d56d932 - (tag: build-1.4.20-dev-4402) Drop redundant synchronized from LibraryEffectiveKindProviderImpl (vor 4 Tagen) * d09b20f11de - (tag: build-1.4.20-dev-4400) Inspection to replace !string.isBlank() with string.isNotBlank() (vor 4 Tagen) * f9a2d01d57f - [FIR] Add UselessCallOnNotNullChecker (vor 4 Tagen) * 548adc29d04 - [FIR] Enter loops in resolve using independent context (vor 4 Tagen) * a7da0d50801 - [FIR] Approximate exotic return types for public declarations (vor 4 Tagen) * bf918e6184a - FIR: hide local types if needed (vor 4 Tagen) * 9e38e6d051e - [FIR2IR] Intercept exceptions in convertToIrCall to provide more info (vor 4 Tagen) * 23e83e89338 - FirClassSubstitutionScope: don't recreate type parameters for unbound f/o (vor 4 Tagen) * e8157a5488a - (tag: build-1.4.20-dev-4388) FIR: introduce & use various comparators to sort members while de/serialization (vor 4 Tagen) * 91c021c699a - (tag: build-1.4.20-dev-4385) Add support for mixed named arguments to parameter info popup (vor 4 Tagen) * af6e744b653 - (tag: build-1.4.20-dev-4384) Allow generate toString(), equals(), and hashCode() to include non-default accessors (vor 4 Tagen) * 3bf18343f5b - (tag: build-1.4.20-dev-4376) Build: Upgrade gradle to 6.6.1 (vor 4 Tagen) * 685b74769d9 - (tag: build-1.4.20-dev-4375) [JVM IR] Fix lineNumber passing into CoroutineTransformer. (vor 4 Tagen) * 5aca8ebda84 - (tag: build-1.4.20-dev-4366, tag: build-1.4.20-dev-4359, tag: build-1.4.20-dev-4357) Minor, add test case on metadata of lambdas in constructors (vor 5 Tagen) * 6b65a2ea7de - JVM_IR: move classes out of lambdas inlined into initializers (vor 5 Tagen) * 9775a2148ac - (tag: build-1.4.20-dev-4353) 203: Fix compilation (vor 5 Tagen) * 9d12df28c18 - (tag: build-1.4.20-dev-4351) [FIR-IDE] Add idea-fir test runtime dep for fir plugin only (vor 5 Tagen) * 26982d1b488 - [FIR-IDE] Use delegating KtScope for type param scope (vor 5 Tagen) * 0d3f1af6e44 - Fix imports after rebase (vor 5 Tagen) * 5ddf62b30fa - [FIR-IDE] Use thread-local cache in completion component (vor 5 Tagen) * f229ae413dc - [FIR-IDE] Ignore FirMemberTypeParameterScope in KtScopes (vor 5 Tagen) * dc538d420e7 - [FIR-IDE] Changes after review (vor 5 Tagen) * ec072798b19 - [FIR-IDE] Hack for checking single candidate resolver in tests (vor 5 Tagen) * 2c816d89114 - [FIR-IDE] Introduce resolver for a single candidate (vor 5 Tagen) * c6a338bcdc9 - (tag: build-1.4.20-dev-4346) Mute broken stepping JVM IR tests (vor 5 Tagen) * b8d16f3d469 - (tag: build-1.4.20-dev-4344) Add EnclosingMethod information to bytecode listing tests (vor 5 Tagen) * d4ecde5cb07 - Minor, don't use token COROUTINES_PACKAGE in bytecode listing tests (vor 5 Tagen) * 24aee1cce31 - JVM IR: unmute tests on anonymous objects in inline lambdas (vor 5 Tagen) * e7937db8fa0 - Add link to the online docs to kotlinc's help (vor 5 Tagen) * 6b05e1d1794 - Add warning to 'kotlinc.bat help' that delimiters need to be escaped (vor 5 Tagen) * 2612609664e - (tag: build-1.4.20-dev-4342, tag: build-1.4.20-dev-4335) [JS] Add test for KT-39378 (vor 5 Tagen) * 3d5ec8aa10b - (tag: build-1.4.20-dev-4334) FIR Completion: Add simple classifiers completion (vor 5 Tagen) * 64645c50499 - FIR Completion: Refactor `KotlinAvailableScopesCompletionProvider` (vor 5 Tagen) * 0375a19e782 - FIR Completion: Refactor `KotlinAvailableScopesCompletionProvider` (vor 5 Tagen) * 1ab246f71ec - FIR Completion: Drop `originalPosition` parameter from `getScopeContextForPosition` (vor 5 Tagen) * ab5059e08ea - FIR Completion: Rename FIR completion classes to be more uniform (vor 5 Tagen) * c881347110b - (tag: build-1.4.20-dev-4329) Use correct return type for constructor call when creating EnumDescriptor (vor 5 Tagen) * 8b0bb430e7e - Fix multiple serialization plugin problems (vor 5 Tagen) * 106d8e74d45 - (tag: build-1.4.20-dev-4324) FIR IDE: unmute passing completion tests (vor 5 Tagen) * 775dc7b135b - FIR IDE: add type parameters support to completion (vor 5 Tagen) * 6d18bb6ba2b - FIR IDE: add type parameters support to scopes (vor 5 Tagen) * c0e9f059217 - FIR: make FirTypeParameterScope to be name aware (vor 5 Tagen) * 7a1b1efef30 - FIR IDE: register missing Java specific components for libraries session (vor 5 Tagen) * 162a2ac7b0a - FIR IDE: fix lazy resolve for non local declaration without containing class (vor 5 Tagen) * 87898021a1f - FIR IDE: introduce multi module lazy resolve tests (vor 5 Tagen) * 8714ad575f1 - FIR IDE: move FIR IDE completion tests to idea-fir module (vor 5 Tagen) * 7cb3f62f51e - FIR IDE: remove IGNORE_FIR from passing resolve tests (vor 5 Tagen) * 31f2c4a8571 - FIR: add fake source element to implicit function return statement (vor 5 Tagen) * 1ccf8bfb672 - FIR IDE: fix completion in function with expression body (vor 5 Tagen) * 7c0467944d4 - (tag: build-1.4.20-dev-4315) FullPipelineModularizedTest: fix compilation (vor 6 Tagen) * 0324c0d02f0 - FullPipelineModularizedTest: code cleanup (vor 6 Tagen) * 9f27bc62c0d - (tag: build-1.4.20-dev-4313) [Gradle, JS] Args should concat after input file (vor 6 Tagen) * fdbc6576569 - (tag: build-1.4.20-dev-4312) [IR] Fix `isFileClass` checker (vor 6 Tagen) * 91b99da7a09 - (tag: build-1.4.20-dev-4311) KT-41313: Only load .jar files when locating annotation processors (vor 6 Tagen) * b9bc11d5e07 - (tag: build-1.4.20-dev-4307) [Gradle, JS] Consider custom launcher's base (vor 6 Tagen) * 02b72e16efe - (tag: build-1.4.20-dev-4306) FIR: Temporary weaken required phase in ensureResolvedForCalls (vor 6 Tagen) * b0a7960b421 - FIR: Call ensureResolved(TYPES) when computing supertypes of a class (vor 6 Tagen) * 8427cc373fa - FIR: Fix coroutines related IDE exception from TowerResolveManager (vor 6 Tagen) * d532529c30e - FIR: Add workaround for recursive contracts in ensureResolvedForCalls (vor 6 Tagen) * 0a1440d80cd - FIR: Optimize ensureResolvedForCalls for common case (vor 6 Tagen) * 1c0e3b30a2e - FIR: Use return type calculator in FirTypeMismatchOnOverrideChecker (vor 6 Tagen) * 992a2d556af - FIR: Add ensureResolved calls for types of sub-expressions (vor 6 Tagen) * d05e947d253 - FIR: Ensure resolved callable symbols came out of the declared scopes (vor 6 Tagen) * d80caf7dbfd - FIR: Extract common code in FirPackageMemberScope (vor 6 Tagen) * b4aef21423b - FIR: Simplify API for ensureResolved (vor 6 Tagen) * bb84dc2ed4c - FIR: Minor. Extract common parts in FirClassDeclaredMemberScope (vor 6 Tagen) * 1cc68762e10 - FIR: Minor. Fix error message (vor 6 Tagen) * 4cdc36abb32 - FIR: Drop unused 'phasedFir' callables (vor 6 Tagen) * c3c81151637 - FIR: Use explicit version of 'ensureResolved' (vor 6 Tagen) * 517056e0c69 - FIR: Do not require specific phase for super-call receiver class (vor 6 Tagen) * fcc2abcf40e - FIR: Fix phase requirement for call resolution (vor 6 Tagen) * ff182f191e3 - FIR: Fix some contracts resolutions side-effects (vor 6 Tagen) * 67cc85e02b9 - FIR: Avoid redundant calls to ensureResolved during call resolution (vor 6 Tagen) * bf2fc10cd63 - FIR: Extract AbstractFirBasedSymbol::ensureResolved extension (vor 6 Tagen) * 2529f541ba2 - FIR: Prepare refactoring of phasedFir (vor 6 Tagen) * 7fe02238ea8 - (tag: build-1.4.20-dev-4302) [Gradle, JS] Add more information on Gradle exception (vor 6 Tagen) * 076045ce54e - [Gradle, JS] Add test with library mixed with executable and browser/nodejs (vor 6 Tagen) * d238483054a - [Gradle, JS] Add test with library mixed with executable (vor 6 Tagen) * 4a1bccc1e6c - [Gradle, JS] Add test on simple js binary library (vor 6 Tagen) * 9f04d353a00 - [Gradle, JS] Fix test for IR browser distribution (vor 6 Tagen) * 134aa6182ed - [Gradle, JS] Process resources into kotlin folder (vor 6 Tagen) * 06a54c87a06 - [Gradle, JS] Compile sync tasks (vor 6 Tagen) * 97295543135 - [Gradle, JS] Node run task for all binaries (vor 6 Tagen) * 7dbde459f0a - [Gradle, JS] Run task for library (vor 6 Tagen) * b4baaed87af - [Gradle, JS] Different distributions for different binaries (vor 6 Tagen) * 8c74a844f2d - [Gradle, JS]] Add custom fields for package.json (vor 6 Tagen) * 2d8b95190ec - [Gradle, JS] Outputs for distribution tasks as lazy (vor 6 Tagen) * fe72d46fee4 - [Gradle, JS] Add types into public package json (vor 6 Tagen) * 39059c103a4 - [Gradle, JS] Distribution directory as a lazy (vor 6 Tagen) * 82ea324cc1c - [Gradle, JS] DefaultDistribution (vor 6 Tagen) * 53a23169d95 - [Gradle, JS] Node js binaries executable filtering (vor 6 Tagen) * 73dbf6b846a - [Gradle, JS] Add configureLibrary (vor 6 Tagen) * 1318517155e - [Gradle, JS] Add configureLibrary (vor 6 Tagen) * c9ca05b4776 - [Gradle, JS] Add distribute resources tasks for all binaries (vor 6 Tagen) * cc25660d7db - [Gradle, JS] Move distributions tasks into abstract subtarget class (vor 6 Tagen) * cae29a5d1c8 - (tag: build-1.4.20-dev-4300) [IR] Clean up WrappedDescriptors API (vor 6 Tagen) * c7b57c0fb35 - [IR] Use only empty constructor to create WrappedDescriptor (vor 6 Tagen) * fd88914cf9c - [IR] Remove some descriptor usage from Common/JS/JVM backends (vor 6 Tagen) * 8cb8284957f - (tag: build-1.4.20-dev-4296) EnhancedNullability annotation in IR (vor 6 Tagen) * 0bff406a124 - (tag: build-1.4.20-dev-4292) [JS IR] Add infra to test compilation with error (vor 6 Tagen) * e592b3af1d6 - [JS IR] Fix CallsLowering's* (vor 6 Tagen) * 7a6415dc536 - [JS IR] Enable IrError element's lowerings in JS (vor 6 Tagen) * 4dca3715fa5 - [JS IR | IR] Implement error element lowering to support compilation with errors (vor 6 Tagen) * 14b54245833 - [JS IR] Support translation of IrError* elements (vor 6 Tagen) * 1fd5c1cc652 - [IR] Support IrErrorType & IrErrorDeclaration in ir mangler (vor 6 Tagen) * 9c364870771 - [IR] Disable mangle checker for IrErrorDeclarations (vor 6 Tagen) * 563af709a86 - [Psi2Ir] Fix generation of IrError* nodes (vor 6 Tagen) * a60782f3dfd - [JS IR] Add CLI argument to setup error tolerance policy (vor 6 Tagen) * 8a810e2a5e6 - [JS IR] Add runtime API to throw ISE in case of compiled code with errors (vor 6 Tagen) * b3199d14b81 - FIR IDE: Use correct property-by-package index in `KtFirPackageScope` (vor 6 Tagen) * 5180a65f0b0 - FIR Completion: Use proper types rendering (vor 6 Tagen) * 7649043479e - (tag: build-1.4.20-dev-4285) FIR IDE: Set correct source for the function built in the air (vor 6 Tagen) * 90c89bddc54 - FIR IDE: Add collecting scopes for declarations (vor 6 Tagen) * 76eb5d46f45 - FIR IDE: Add `FirTowerDataContextCollector` class (vor 6 Tagen) * 9c217e3d994 - (tag: build-1.4.20-dev-4284) Reuse revised variables during lambda analysis against type variables (vor 6 Tagen) * 011bb0924ae - (tag: build-1.4.20-dev-4277) [FIR-IDE] Introduce `FirIdeSessionFactory` for creating ide sessions (vor 6 Tagen) * cb47e631f82 - [FIR] Move extended checkers containers to `:compiler:fir:entrypoint` (vor 6 Tagen) * f14efedc3d5 - [FIR] Fix broken gradle compilation (vor 6 Tagen) * c250912ee06 - [FIR-TEST] Use FirAnalyzerFacade in BB and Fir2IrText tests (vor 6 Tagen) * a4e24ca3dcb - [FIR] Introduce FirAnalyzerFacade which hides implementation details of running FIR compiler (vor 6 Tagen) * 6db8c282910 - [FIR] Refactor session components initialization (vor 6 Tagen) * 2819bd3aafc - [FIR] Get rid of deprecated extension point registration methods usage (vor 6 Tagen) * cf224b4de93 - [FIR] Add `createEmptySession` to `FirSessionFactory` for testing purposes (vor 6 Tagen) * a8d23c36f5f - [FIR] Introduce module `:fir:entrypoint` and `FirSessionFactory` for creating sessions (vor 6 Tagen) * 94d58c714a4 - [FIR] Cleanup dependencies for fir modules (vor 6 Tagen) * 73e2314f2f5 - [FIR] Get rid of dependency on intellijCore from :compiler:fir:resolve (vor 6 Tagen) * 18ad56f7a8f - [FIR] Fix creating fake source elements in declarations resolve (vor 6 Tagen) * 28e6050551a - [FIR] Extract java synthetic names calculation to platform specific component (vor 6 Tagen) * 375140ebccf - [FIR] Extract java class mapping to platform specific component (vor 6 Tagen) * a0b931792e2 - Move `annotationsForResolve.kt` to :core:compiler.common (vor 6 Tagen) * 07c353973d4 - Move `requireOrDescribe` to :core:compiler.common (vor 6 Tagen) * f010dc533c9 - Move `Variance.convertVariance` to :core:compiler.common (vor 6 Tagen) * e164c88a146 - Move TypeSystemCommonBackendContext to :core:compiler.common (vor 6 Tagen) * 3379d9b619d - [FIR] Extract java related effective visibility calculation to platform component (vor 6 Tagen) * ed4c6a38b6b - [FIR] Move deserialization files to module :compiler:fir:fir-deserialization (vor 6 Tagen) * ca031f7acef - [FIR] Split ResolveUtils.kt from :resolve to separate files (vor 6 Tagen) * 6ace4164ff4 - [FIR] Split TypeUtils from :resolve to :cones and :tree modules (vor 6 Tagen) * 92ffa4dea9e - [FIR] Replace KotlinScopeProvider with FirScopeProvider in ClassDeserialization (vor 6 Tagen) * 3aa13362ca1 - (tag: build-1.4.20-dev-4276) [FIR2IR] Replace NPE in setThisReceiver with more detailed exception (vor 6 Tagen) * 65739c50d33 - FIR full pipeline test: output build status per-module (vor 6 Tagen) * 2979c370018 - (tag: build-1.4.20-dev-4274) [NI] Fix resolution status for UnstableSmartCastDiagnostic (vor 6 Tagen) * 5e71068e616 - (tag: build-1.4.20-dev-4271) [IR] Handled degenerate cases of IrStringConcatenation (vor 6 Tagen) * 74dce725cc1 - (tag: build-1.4.20-dev-4270) [Commonizer] Tests for missed supertypes in commonized type aliases (vor 6 Tagen) * 96736b01260 - [Commonizer] Add missed supertypes in commonized type aliases (vor 6 Tagen) * e21d99334b9 - [Commonizer] Lookup common descriptors that don't participate in commonization (for tests only) (vor 6 Tagen) * ed781690510 - [Commonizer] README: Describe the case when target is not available (vor 6 Tagen) * 56f0fb6c705 - (tag: build-1.4.20-dev-4260) Prevent test failures because of Leaked Android SDK (vor 7 Tagen) * 78ab957bfe2 - (tag: build-1.4.20-dev-4256) JVM IR: Fix mangling for suspend functions with inline class params (KT-41374) (vor 7 Tagen) * 48a3d4b8e02 - (tag: build-1.4.20-dev-4247) [ULC] Add recursion guard to getLightClass (vor 7 Tagen) * 873224dfbc7 - (tag: build-1.4.20-dev-4246) [NI] Use new type substitutor for known type parameters (vor 7 Tagen) * c706673de92 - (tag: build-1.4.20-dev-4245) Minor, refactor bytecode text tests on when-over-string optimization (vor 7 Tagen) * a639915a34f - (tag: build-1.4.20-dev-4234, tag: build-1.4.20-dev-4231) JVM IR: do not mangle property accessors of unsigned types in annotations (vor 7 Tagen) * 1e360d9c911 - (tag: build-1.4.20-dev-4229) [FIR2IR] Pass type context for type argument conversion properly (vor 7 Tagen) * 04af6846a74 - FIR2IR: handle more vararg spreads for adapted callable references (vor 7 Tagen) * 5efabe063e8 - [FIR] Fix JVM mapped function callable id (vor 7 Tagen) * db815c96c5c - [FIR] Substitute copied type parameters in fake override properties (vor 7 Tagen) * dc9306367af - FirClassSubstitutionScope: reorder companion functions (vor 7 Tagen) * 5ad453d927b - [FIR] Substitute copied type parameters in fake override functions (vor 7 Tagen) * 458f89ef339 - [FIR] Signature composer: return null signature for local declarations (vor 7 Tagen) * 02b6f340678 - [FIR2IR] Add extension receiver parameter to delegated members (vor 7 Tagen) * 22c63c4e80d - [FIR2IR] Add supertypes to delegated member type parameters (vor 7 Tagen) * 9ad55a0ee39 - [FIR2IR] Don't create list under the hood in DelegatedMemberGenerator (vor 7 Tagen) * 5384ccf02f3 - [FIR] Introduce & use FirDelegatedMemberScope (vor 7 Tagen) * f0af930288b - [FIR] Eliminate unused FirDelegatedTypeRef (vor 7 Tagen) * ede910065a1 - [FIR] Add problematic resolve test case with delegated super call (vor 7 Tagen) * 3f5beb77e8d - [FIR2IR] Cache delegatable members properly (vor 7 Tagen) * 1e712f8398d - (tag: build-1.4.20-dev-4226) IR: remove IrElementVisitorVoidWithContext (vor 7 Tagen) * 5e48be3d114 - (tag: build-1.4.20-dev-4225) Add a fallback flag -Xno-unified-null-checks for KT-22275 (vor 7 Tagen) * 40669350f75 - (tag: build-1.4.20-dev-4221) Wizard: navigate to wizard help page when clicking help button (vor 7 Tagen) * fa847d758d9 - Wizard: use compileKotlin for groovy instead of direct KotlinCompile task access (vor 7 Tagen) * e672f5f8e3d - (tag: build-1.4.20-dev-4217) [Wizard, JS] Remove duplicating descriptions (vor 7 Tagen) * 554c67cd1dd - [Wizard, JS] Add descriptions to wizard options (vor 7 Tagen) * af35b6c3c8a - (tag: build-1.4.20-dev-4210) Provide icons to Kotlin Light-elements (KT-26235) (vor 7 Tagen) * 527de030fcb - (tag: build-1.4.20-dev-4206) [box-tests] Turned on some tests for K/N (vor 7 Tagen) * ab54e43b00f - [IR] Commonized SAM equals/hashCode builder (vor 7 Tagen) * 12ddd137bc1 - [IR] Moved isLambda to common IR utils (vor 7 Tagen) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 32bc12ee0de..9a500776555 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,12 +18,12 @@ buildKotlinVersion=1.4.20-dev-2167 buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.20-dev-2167,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.4.20-dev-4195,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.4.20-dev-4195 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.20-dev-4195,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.4.20-dev-4195 -kotlinStdlibTestsVersion=1.4.20-dev-4195 -testKotlinCompilerVersion=1.4.20-dev-4195 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.20-dev-4477,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.4.20-dev-4477 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.20-dev-4477,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.4.20-dev-4477 +kotlinStdlibTestsVersion=1.4.20-dev-4477 +testKotlinCompilerVersion=1.4.20-dev-4477 konanVersion=1.4.20 # A version of Xcode required to build the Kotlin/Native compiler.