From 44de35d77c7fafbd78609ee54101bb83e296801e Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 31 Aug 2020 07:26:01 +0200 Subject: [PATCH] [kotlin compiler][update] 1.4.20-dev-4195 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * b050ef99708 - (HEAD -> master, tag: build-1.4.20-dev-4195, origin/master, origin/HEAD) [FIR] Remove print in UnusedChecker (vor 21 Stunden) * 9c3ff6828a0 - (tag: build-1.4.20-dev-4188) Export kotlin.test packages with annotations and underlying frameworks (vor 2 Tagen) * ef57c625762 - (tag: build-1.4.20-dev-4185) [Gradle, Cocoapods] refactor I/O, improve Up-To-Date (vor 2 Tagen) * 1888462dc06 - [Gradle, Cocoapods] move tasks from per target (vor 2 Tagen) * fcf50609070 - [Gradle, Cocoapods] implement DSL to support Cocoapods Dependencies from Git or Web (vor 2 Tagen) * b02f0f0a251 - (tag: build-1.4.20-dev-4173) JVM IR: Fix compilation of nested inner classes (vor 3 Tagen) * 02e78bcd76c - JVM IR: Use package visibility for fields of captured variables (vor 3 Tagen) * 443269af0a7 - (tag: build-1.4.20-dev-4167) [IR] Drop `irProviders` from stub generator (vor 3 Tagen) * 39808789c37 - [KLIB] Fix SOE in K/N (vor 3 Tagen) * 23f87d413aa - (tag: build-1.4.20-dev-4166) Use initial system for completion if common one is effectively empty (vor 3 Tagen) * bb18203ae6b - (tag: build-1.4.20-dev-4163) [FIR] Various checkers performance fixes (vor 3 Tagen) * 5c88eb722dc - (tag: build-1.4.20-dev-4146) Fix transitive deps on MPP with host-specific source sets (KT-41083) (vor 3 Tagen) * 9097d0918c8 - (tag: build-1.4.20-dev-4143) [JS BE] Support passing an array as argument of vararg in named form (vor 3 Tagen) * 606232a5849 - [JS IR] Don't generate "import" statements for external interfaces (vor 3 Tagen) * ba846830c9c - [JS IR] Support nativeGetter, nativeSetter and nativeInvoke (vor 3 Tagen) * c804319e65a - (tag: build-1.4.20-dev-4142) FIR IDE: fix compilation on AS (vor 3 Tagen) * 36cc73602ed - FIR IDE: fix testdata of AbstractFirLazyResolveTest (vor 3 Tagen) * 3cd445563ed - FIR IDE: implement KotlinExpressionTypeProvider for FIR (vor 3 Tagen) * fcc7db52243 - FIR IDE: introduce analyseInModalWindow function (vor 3 Tagen) * 81be2305411 - FIR IDE: add validity assertion on analysis session access (vor 3 Tagen) * db48884a4e2 - FIR IDE: add check canceled check between diagnostics (vor 3 Tagen) * 95a96f32bf2 - FIR IDE: log errors on diagnostics, not throw them (vor 3 Tagen) * ebafd0fb518 - FIR IDE: resolve ambiguity & inapplicable references (vor 3 Tagen) * 4fa2dd85b4f - FIR IDE: move lazy resolve to FirLazyDeclarationResolver (vor 3 Tagen) * 8faaff00fa3 - FIR IDE: run lazy resolve on declaration when getting phased fir (vor 3 Tagen) * 78bb1f10763 - FIR IDE: fix testdata in idea-frontend-fir (vor 3 Tagen) * 30ac80a5061 - FIR IDE: introduce property accessor symbols (vor 3 Tagen) * aae56cadac9 - FIR IDE: add ModuleInfo for ide sessions as they are used for getting resolve components (vor 3 Tagen) * bc3e98b1165 - FIR IDE: allow PCE between resolve phases, forbid in other cases (vor 3 Tagen) * 8363c711e6c - FIR IDE: fix lazy resolve for local declarations (vor 3 Tagen) * 9d237033ad7 - FIR IDE: minor, rename FirIdeModuleLibraryDependenciesSession to FirIdeLibrariesSession (vor 3 Tagen) * 8b782d59547 - FIR IDE: fix session provider implementation as it only provides only 2 sessions (vor 3 Tagen) * a07d3f24256 - FIR IDE: minor: rename FirIdeJavaModuleBasedSession to FirIdeSourcesSession (vor 3 Tagen) * f76b5bbf1b1 - FIR IDE: allow KtFirPackageScope to work without providers (vor 3 Tagen) * f4c17dadb3f - FIR IDE: remove unused FirIdeModuleLibraryDependenciesSymbolProvider (vor 3 Tagen) * a156cca02a5 - FIR: make class FirObjectImportedCallableScope to be name aware (vor 3 Tagen) * 333213bbb9a - (tag: build-1.4.20-dev-4140) Wizard: add descriptions for some settings (vor 3 Tagen) * 37b869ebc5c - Wizard: add descriptions for settings (vor 3 Tagen) * 09ed0c3e821 - (tag: build-1.4.20-dev-4137) [FIR-TEST] Update testdata (vor 3 Tagen) * e7b5a88cbd7 - [FIR] Remove dependency on :compiler:frontend from :compiler:fir:resolve (vor 3 Tagen) * abeb42ca20e - [FIR] Don't use ProjectExtensionDescriptor in FirExtensionRegistrar (vor 3 Tagen) * f09e17a5ae3 - [FIR] Remove unused import (vor 3 Tagen) * e405a02e8ee - [FIR] Fix contract serialization (vor 3 Tagen) * eaf8af919d5 - [FIR] Use PersistentList instead of guava's ImmutableList in SupertypeResolution (vor 3 Tagen) * 148e8fe76e7 - Move `FlatSignature` to :compiler:resolution.common (vor 3 Tagen) * 64766e125c2 - Move common inference classes to :compiler:resolution.common (vor 3 Tagen) * 068d21635e6 - [NI] Get rid of KotlinType usages in MutableConstraintStorage.kt (vor 3 Tagen) * af0df35623e - [NI] Get rid of FE 1.0 types in ConstraintInjector (vor 3 Tagen) * ad039a28bd6 - [NI] Get rid of left FE 1.0 types in NewConstraintSystemImpl (vor 3 Tagen) * 6914aba5c22 - [NI] Commonize detection of @OnlyInputTypes in NewConstraintSystemImpl (vor 3 Tagen) * 64f0ee21c19 - Get rid of FE 1.0 classes usage in ConstraintIncorporator (vor 3 Tagen) * 1050f7f0665 - Extract PostponedResolvedAtomMarker to separate file (vor 3 Tagen) * 1cadabb0993 - Extract ResolutionCandidateApplicability to separate file (vor 3 Tagen) * 775df6dfc3c - [NI] Get rid of FE 1.0 type usages in ResultTypeResolver (vor 3 Tagen) * aae1681b761 - [NI] Get rid of ResolvedAtom usage in ConstraintSystemCompletionContext (vor 3 Tagen) * 11e8552861e - [NI] Get rid of PostponedArgumentInputTypesResolver.Context (vor 3 Tagen) * 970a2581a19 - [NI] Extract PostponedArgumentsAnalyzerContext from PostponedArgumentsAnalyzer (vor 3 Tagen) * b15f847943c - [NI] Extract common parts from KotlinConstraintSystemCompleter (vor 3 Tagen) * 12fbb938715 - [NI] Extract FE 1.0 specific part from NewCommonSuperTypeCalculator (vor 3 Tagen) * b21a0213df9 - [NI] Get rid of FE 1.0 types in AbstractTypeApproximator (vor 3 Tagen) * 527c5a771d3 - [NI] Get rid of FE 1.0 types in AbstractTypeCheckerContextForConstraintSystem (vor 3 Tagen) * 686c17a2342 - [NI] Rename `NewConstraintSystem.diagnostics` to `errors` (vor 3 Tagen) * 59b2cb63935 - [NI] Split KotlinCallDiagnostics and inference errors to different hierarchies (vor 3 Tagen) * fae21d4db39 - Introduce frontend independent constraint positions (vor 3 Tagen) * e5e3d7cab1a - Extract FE 1.0 related parts from NewConstraintSystem (vor 3 Tagen) * be1033a4a70 - [FIR] Implement ConeTypeContext.createTypeWithAlternativeForIntersectionResult (vor 3 Tagen) * f247cc31653 - (tag: build-1.4.20-dev-4136) [NI] Properly detecting suitability of candidate for builder inference (vor 3 Tagen) * b2d9e5be913 - (tag: build-1.4.20-dev-4133) [kotlinx-metadata-klib] Drop dependency on descriptors (vor 3 Tagen) * 7170a23f633 - (tag: build-1.4.20-dev-4127) [FIR] Use coroutine intrinsics in tower resolver manager (vor 3 Tagen) * 7cb5c0a6d8f - [FIR] Cleanup hides members condition (vor 3 Tagen) * bf2e17b133b - [FIR] Extract invoke processing from TowerLevelHandler (vor 3 Tagen) * 96f100381aa - Use proper manifest for kotlin-reflect in jps build (vor 3 Tagen) * 34f5cfbf963 - [FIR] Fix integer approximation on safe calls (vor 3 Tagen) * 2a4e1a0b99a - [FIR] Clarify testData for invokes (vor 3 Tagen) * 74c6d2b9519 - (tag: build-1.4.20-dev-4125) Do not generate non-standard compareTo as primitive comparison in all backends (vor 4 Tagen) * 9d81e50128c - (tag: build-1.4.20-dev-4118) IR: undeprecate IrUninitializedType (vor 4 Tagen) * 5649cbc2e1c - (tag: build-1.4.20-dev-4117) Wire KotlinTypeRefiner in areCallableDescriptorsEquivalent (vor 4 Tagen) * 421efaa5653 - Add test for overload resoultion ambiguity in HMPP (vor 4 Tagen) * 68d931969da - Minor: explicitly opt-in for diagnostics messages in MultiplatformAnalysisTests (vor 4 Tagen) * 9cde42e2bce - (tag: build-1.4.20-dev-4106) [NI] Fix `shouldRunCompletion` for builder inference session (vor 4 Tagen) * e98cbf81cff - [NI] Don't always complete builder inference lambda in FULL mode (vor 4 Tagen) * 6a15e0410fb - (tag: build-1.4.20-dev-4104) [FIR] Fix CLI tests to prevent non-relevant errors from appearing (vor 4 Tagen) * 6c2ece9a6e7 - Rename: FirSourceElement.getChildren() -> getChild() + minor fixes (vor 4 Tagen) * bf363e8f1a4 - [FIR] Update/add extended checker tests (vor 4 Tagen) * acbb67f851c - [FIR] Fix collectDataForNode backward traverse (vor 4 Tagen) * f9c7cce11dd - [FIR] Add some helper functions for checkers (vor 4 Tagen) * 96f24a43be6 - [FIR] Introduce unused variable extended checker (vor 4 Tagen) * e718f608331 - [FIR] Refactoring extended checkers (vor 4 Tagen) * aefb7dc10f1 - [FIR] Add checkerContext parameter to ControlFlowAnalyserCheckers (vor 4 Tagen) * 14eaa113e0c - [FIR] Add new errors for extended checkers (around unused variable) (vor 4 Tagen) * 58c5d3a6ca1 - [FIR] Fix destructuring declaration creation via light tree (vor 4 Tagen) * 3428a5434b5 - [FIR] Add methods to access child/children of FirSourceElement (vor 4 Tagen) * 5e0dc53295a - [FIR] Refactor CanBeValChecker (vor 4 Tagen) * 5cf76aa9508 - (tag: build-1.4.20-dev-4102) KT-41425 Project can not be launched with Gradle runner (vor 4 Tagen) * f57f920dc03 - (tag: build-1.4.20-dev-4098, tag: build-1.4.20-dev-4090) Mark IdeReplExecutionTest.testOnePlusOne as flaky (vor 4 Tagen) * 866666f3ffc - Update test data for MultiModuleHighlightingTest.testLanguageVersionsViaFacets (vor 4 Tagen) * 4b937f09297 - Mute stable CompilerDaemonTest.testParallelDaemonStart (vor 4 Tagen) * 0c0b394cc23 - (tag: build-1.4.20-dev-4089) [formatter] fix performance issue (vor 4 Tagen) * 9818321b46a - (tag: build-1.4.20-dev-4086) [JS, Wizard] Use react template in full stack (vor 4 Tagen) * cd0bdc190b7 - [JS, Wizard] Use IR in gradle.properties and otherwise use as a param (vor 4 Tagen) * 13bf15b403a - [JS, Wizard] Set js compiler per module (vor 4 Tagen) * f824f03fa27 - Wizard: fix filtering values in DropDownComponent (vor 4 Tagen) * 98f98d58562 - [JS, Wizard] Add different compilers for JS wizard (vor 4 Tagen) * c797f3044eb - [JS, Wizard] Add react template plugin (vor 4 Tagen) * 220ff6c6484 - [JS, Wizard] Add redux and react router (vor 4 Tagen) * d5340803bdd - [JS, Wizard] Add react application template (vor 4 Tagen) * 01064a4e461 - [JS, Wizard] Add react application template (vor 4 Tagen) * 96e1b1c0e02 - [JS, Wizard] Separate browser application without react (vor 4 Tagen) * 491eb5e3663 - [JS, Wizard] Move subtarget settings in separate object (vor 4 Tagen) * 94f8a788934 - [JS, Wizard] Fix source set name for js wizard (vor 4 Tagen) * cba13c3c35e - (tag: build-1.4.20-dev-4079) Take into account captured types with variables during fixation (vor 4 Tagen) * 5dbb6fdf506 - (tag: build-1.4.20-dev-4076) [inspections] NamingConversion: add missing space in description (vor 4 Tagen) * e12c35de5f9 - (tag: build-1.4.20-dev-4063) Traverse all pages of muted tests on Teamcity (KTI-326) (vor 5 Tagen) * 06a592c0188 - (tag: build-1.4.20-dev-4062) Fix SOE when recursive type argument is used with star projection (vor 5 Tagen) * 674e9e455f7 - Fold lower constraints like (T!!..T) and (T..T?) into the latter one (vor 5 Tagen) * e91b378b7dc - Don't perform unnecessary SAM conversions (vor 5 Tagen) * 6a7ed96be58 - Consider T <: Nothing! as trivial during constraint incorporation (vor 5 Tagen) * 567e6ca9ca5 - Fix OOM when there are several lambdas with extension function types (vor 5 Tagen) * 085e0dc1de6 - (tag: build-1.4.20-dev-4056) FIR2IR: allow array expression as named argument for vararg (vor 5 Tagen) * 54d3c5fb0a9 - (tag: build-1.4.20-dev-4055, tag: build-1.4.20-dev-4052, tag: build-1.4.20-dev-4051) Pick up script language level from used stdlib in a gradle's classpath (vor 5 Tagen) * 949c67078d7 - (tag: build-1.4.20-dev-4043) NJ2K: fix testdata of MultiFileTestGenerated.testNullabilityByDFa (vor 5 Tagen) * c8ab827fa01 - Wizard: fix invalid path in generated buildscript on windows (vor 5 Tagen) * c93ae645466 - Uast: `KotlinClassViaConstructorUSimpleReferenceExpression` resolve to `PsiClass` (KT-41290) (vor 5 Tagen) * 99924ea5e48 - Fix Typo: equals() & hashCode(), toString() are written with the first uppercase letter (vor 5 Tagen) * 553ae68c968 - (tag: build-1.4.20-dev-4035) FIR2IR: convert adapted callable reference with vararg (vor 5 Tagen) * 48034092e9b - (tag: build-1.4.20-dev-4026, tag: build-1.4.20-dev-4023) Fix SOE on library source based lightclass lookup (vor 5 Tagen) * 99286a6ce36 - (tag: build-1.4.20-dev-4020) FIR2IR: introduce & use ClassId-based lookup for local class as IrParent (vor 5 Tagen) * 777b16e0a30 - (tag: build-1.4.20-dev-4013) Fix @Language injection when using named parameters (vor 6 Tagen) * a9ddf02556c - (tag: build-1.4.20-dev-4011) Replace deprecated usages of max/min with maxOrNull/minOrNull (vor 6 Tagen) * 81dda96ece6 - (tag: build-1.4.20-dev-4010) Mute flaky KotlinFindUsagesWithLibraryTestGenerated.KotlinLibrary (vor 6 Tagen) * 3a1158b4ef5 - Minor: move mute KotlinFindUsagesWithLibraryTestGenerated to common (vor 6 Tagen) * 125819f9bf7 - Mute flaky testUsingReadOnlyInterfaces test (vor 6 Tagen) * 1928390121d - Prevent flaky behaviour from MakeOverriddenMemberOpenFix in tests (vor 6 Tagen) * 5702fb3b223 - (tag: build-1.4.20-dev-4002) FIR: fix CCE in AttributeArrayOwner (vor 6 Tagen) * 962059a878e - Introduce FirProperty.hasBackingField & use it in FIR2IR (vor 6 Tagen) * c6417696cfb - FirProperty: return back 'isReferredViaField' attribute (vor 6 Tagen) * 3e9ac75cfc2 - FIR: record use of backing field symbol to indeed add a backing field (vor 6 Tagen) * 0cc3762f9af - (tag: build-1.4.20-dev-3993) Build: Fix kotlinx-metadata-klib publication (vor 6 Tagen) * 36f2f1fcf7e - (tag: build-1.4.20-dev-3992) [FIR] Add lightTree support to extended checkers + minor refactorings (vor 6 Tagen) * da702992d9d - [FIR] Fix null source on destructuring declaration (vor 6 Tagen) * 30d24ed9432 - (tag: build-1.4.20-dev-3986) Tests, Gradle: Fix broken test for KT-40834 (vor 6 Tagen) * 920f1184bd7 - Revert "Revert "CocoaPods: Skip synthetic task on non-mac hosts"" (vor 6 Tagen) * fd9bfe44f18 - (tag: build-1.4.20-dev-3985) [FIR] Visit class annotations without the class's scope (vor 6 Tagen) * 3cad88a58c6 - (tag: build-1.4.20-dev-3979) [FIR] Fir Helpers hotfix (vor 6 Tagen) * 0d6b363179f - [FIR] Refactoring for extended checkers (vor 10 Tagen) * e2016499f30 - [FIR] Fixed CFA bug (vor 10 Tagen) * ac074384893 - [FIR] Speed up CFA-checkers (vor 10 Tagen) * 638a0d3b82c - [FIR] Checkers performance improvement and some refactoring (vor 10 Tagen) * d86c81cb38b - (tag: build-1.4.20-dev-3975) [JS, Gradle] Fix test on overflow, now throw exception on overflow (vor 6 Tagen) * 8b4e8a2c0ce - (tag: build-1.4.20-dev-3972) Diagnostics: add diagnostic for reporting contract description blocks in old frontend (vor 6 Tagen) * 80d7f6b6889 - Ignore the "contract" keyword in code completion (vor 6 Tagen) * ede1c08a9be - [FIR] Add resolution of contracts that are written using the new syntax (vor 6 Tagen) * b8b60864fd9 - [FIR] Add contracts tests and place them in a separate directory (vor 6 Tagen) * 86e07cd626d - Parser tests: move the contract description blocks tests to a separate folder and add a test for property accessors' contracts (vor 6 Tagen) * 66f72503808 - [FIR] Add contract description blocks support to "lightTree2FIR" conversion (vor 6 Tagen) * 9fd104eec87 - [FIR] Add contract description blocks support to RawFirBuilder (vor 6 Tagen) * d53f3b9ba82 - [PSI] Add some useful getters to psi nodes (vor 6 Tagen) * a936c6331ab - [Parser] Add getters' and setters' contracts parsing (vor 6 Tagen) * 6c06008b4dc - [FIR] Add a class representing the old syntax contract description in order to use the previous class for the new syntax (vor 6 Tagen) * b83aa88eff8 - [FIR] Add function for getting ConeEffectDeclaration from FirEffectDeclaration and use it where needed (vor 6 Tagen) * 991b18fec49 - [FIR] Add a Fir node that wraps a ConeEffectDeclaration (vor 6 Tagen) * 32a64b888ea - [Parser] Add parsing of function's contract either before or after type constraints (vor 6 Tagen) * 1b578897730 - Clean the code (vor 6 Tagen) * f781a9993ba - Parser tests: add tests for contract description blocks (vor 6 Tagen) * 2e9a898f450 - [Parser] Move function's contracts parsing in before type constraints parsing (vor 6 Tagen) * 09904348401 - [Parser] Modify parser so that it could parse contract description blocks of functions (vor 6 Tagen) * e3fe9c3314c - [PSI] Add new Psi nodes representing contract effects list and each individual contract effect in the list (vor 6 Tagen) * 4b7d34b5377 - Add "contract" keyword (vor 6 Tagen) * 316e0e66095 - (tag: build-1.4.20-dev-3966) [FIR] Update testdata (vor 6 Tagen) * 3ccb72bb1ae - (tag: build-1.4.20-dev-3964) Shadow :core:compiler.common inside kotlinx.metadata (vor 6 Tagen) * 811a2206a53 - Fix usages of KotlinBuiltIns after rebase (vor 6 Tagen) * bc1b6d3588b - Rename `:core:descriptors.common` to `:core:compiler.common` (vor 6 Tagen) * 864cf21f03a - Merge :core:type-system into :core:descriptors.common (vor 6 Tagen) * 5fa80a2f8c9 - Merge :core:deserialization:deserialization.common into :core:descriptors.common (vor 6 Tagen) * bbac270b333 - Move OperatorNameConventions to :core.descriptors.common (vor 6 Tagen) * 2760a187a97 - Move FunctionClassKind utils to :core.descriptors.common (vor 6 Tagen) * 2285d3e3cf8 - Move Variance and AnnotationUseSiteTarget to :core.descriptors.common (vor 6 Tagen) * 167f18b7389 - Move SourceElement and SourceFile to :deserialization.common (vor 6 Tagen) * a7647320203 - Rename `KotlinBuiltInsNames` to `StandardNames` (vor 6 Tagen) * d032fdfc440 - [FIR] Cleanup dependencies in :compiler:fir:raw-fir modules (vor 6 Tagen) * b6fd6c3a841 - [FIR] Remove dependency on descriptors from :compiler:fir:raw-fir.raw-fir.common module (vor 6 Tagen) * 71a517c6861 - [FIR] Rename :compiler:fir:raw-fir:fir-common to :compiler:fir:raw-fir:raw-fir.common (vor 6 Tagen) * 7d4349edc29 - [FIR] Remove dependency on descriptors from :compiler:fir:tree module (vor 6 Tagen) * 95346f834b7 - [FIR] Fix forgotten dependency to contracts of FE 1.0 (vor 6 Tagen) * 73ace6d161e - Remove dependency to descriptors from :compiler:config module (vor 6 Tagen) * 82a9b1492bf - Move RenderingUtils to :core:descriptors.common module (vor 6 Tagen) * ba6b1c37d04 - Move TargetPlatform to :core:descriptors.common module (vor 6 Tagen) * d6d2be8e583 - Move incremental components to :core:descriptors.common module (vor 6 Tagen) * 3a48265077c - Move ModuleDescriptor.Capability to :core:descriptors.common module (vor 6 Tagen) * 6f0cd14afac - Move common classes to new :core:deserialization:deserialization.common module (vor 6 Tagen) * 079a2dfe1e6 - Move EventOccurrencesRange class to :core:descriptors.common module (vor 6 Tagen) * f7f489537bb - [FIR] Remove dependency on :core:descriptors from :compiler:fir:tree (vor 6 Tagen) * e92caae609e - [FIR] Remove dependency on :core:descriptors from :compiler:fir:cones (vor 6 Tagen) * 45cf221b976 - Move util functions from KotlinBuiltIns to :core:descriptors.common module (vor 6 Tagen) * 20a2ad82230 - Move FunctionClassDescriptor.Kind to :core:descriptors.common module (vor 6 Tagen) * 7a7fe77b8e8 - Move static constants with builtin names to :core:descriptors.common module (vor 6 Tagen) * 2e92fe9be9a - [FIR2IR] Add fir2ir component for converting fir visibility to FE 1.0 (vor 6 Tagen) * a02109d8578 - [FIR] Add `FirVisibilityChecker` session component (vor 6 Tagen) * 18ae593700d - [FIR] Rename new visibilities to CamelCase (vor 6 Tagen) * 43821b681c2 - [FIR] Introduce new `Visibility` class which not depends on descriptors (vor 6 Tagen) * 9d9f9c52c02 - Extract some classes from descriptors module to `:core:common` (vor 6 Tagen) * 41ba9b0a2d4 - [FIR] Add flag to disable transformers required only for plugins (vor 6 Tagen) * 53ad502d2a0 - (tag: build-1.4.20-dev-3963, tag: build-1.4.20-dev-3960, tag: build-1.4.20-dev-3959) [FIR2IR] Generate fake overrides earlier and bind them later (vor 6 Tagen) * ee9c5977671 - (tag: build-1.4.20-dev-3947) Build: Remove exclusion of kotlinx-coroutines-core in scripting-compiler (vor 7 Tagen) * 741f5de0f91 - (tag: build-1.4.20-dev-3942, tag: build-1.4.20-dev-3939) Clean PSI elements in KotlinExpressionMover (vor 7 Tagen) * 18195b3296d - Rewrite SmartCompletionMultifileHandlerTest to KotlinFixtureCompletionBaseTestCase (vor 7 Tagen) * e95c3e2905d - Rewrite CompletionMultiFileHandlerTest to KotlinFixtureCompletionBaseTestCase (vor 7 Tagen) * f92083989ab - [JS, Wizard] Fix build integrity (vor 7 Tagen) * 60404913736 - (tag: build-1.4.20-dev-3938) Revert "CocoaPods: Skip synthetic task on non-mac hosts" (vor 7 Tagen) * 621c87ee84b - (tag: build-1.4.20-dev-3936) Overflowed teamcity messages should failed build (vor 7 Tagen) * e7b12b9bb11 - (tag: build-1.4.20-dev-3932, tag: build-1.4.20-dev-3931) [FIR] Fix false positive SUPER_NOT_AVAILABLE (vor 7 Tagen) * a2dabe11c58 - (tag: build-1.4.20-dev-3930, tag: build-1.4.20-dev-3927, tag: build-1.4.20-dev-3925) JVM KT-41150: Fix backward compatibility for inline vals in inline class (vor 7 Tagen) * 27a22fc1e99 - (tag: build-1.4.20-dev-3924) Cleanup Coroutine panel in case connection gets disposed soon after (vor 7 Tagen) * cb2ab4676bd - (CoroutineDebugger) Top node added to prevent dumpCoroutine() call (vor 7 Tagen) * fa45650fd0b - (tag: build-1.4.20-dev-3923) JVM IR: specialize ExpressionCodegen.visitFunctionAccess for constructors (vor 7 Tagen) * f9bd935ac62 - (tag: build-1.4.20-dev-3921) Wizard: fix missing module templates (vor 7 Tagen) * 5a91dd0439a - (tag: build-1.4.20-dev-3919) Update main wizard tests (vor 7 Tagen) * 147a8c357d6 - Wizard: switch androidx.core -> android.material (vor 7 Tagen) * 57e9e9a2a19 - Wizard: add android.useAndroidX property (vor 7 Tagen) * 9e88d61be4d - Wizard: switch android:allowBackup (vor 7 Tagen) * 94ae839d2cc - Wizard: update Android Appcompat version (vor 7 Tagen) * 06f9a4e2285 - Wizard: update Android Gradle plugin version (vor 7 Tagen) * a095909d5c3 - (tag: build-1.4.20-dev-3918) [Plugin API] Provide special context in EP for link-time resolve (vor 7 Tagen) * ea980622418 - (tag: build-1.4.20-dev-3917) JVM IR: Fix compilation of inline functions in anonymous objects... (vor 7 Tagen) * ce029822265 - (tag: build-1.4.20-dev-3915) CocoaPods: Skip synthetic task on non-mac hosts (vor 7 Tagen) * b10cc6657e4 - (tag: build-1.4.20-dev-3914) Fix loading of builtins resources in kotlin-reflect in Java modular mode (vor 7 Tagen) * 201fa849b85 - Workaround problem with log4j warnings in CLI tests (vor 7 Tagen) * 05cfb654baf - (tag: build-1.4.20-dev-3904) [FIR] Fix removeAtInt test (vor 7 Tagen) * 2b983b1c205 - (tag: build-1.4.20-dev-3902) Mute flaky JavaAgainstKotlinBinariesCheckerTestGenerated.testEnumStaticImportInJava (vor 7 Tagen) * 2d8643b6efb - (tag: build-1.4.20-dev-3901) [Gradle, JS] Add nowarn flag for kotlin2js (vor 7 Tagen) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index f548e5d537d..32bc12ee0de 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-3898,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.4.20-dev-3898 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.20-dev-3898,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.4.20-dev-3898 -kotlinStdlibTestsVersion=1.4.20-dev-3898 -testKotlinCompilerVersion=1.4.20-dev-3898 +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 konanVersion=1.4.20 # A version of Xcode required to build the Kotlin/Native compiler.