From 380503d7264bb42ff5548574f06c362ffd253612 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 20 Apr 2020 10:42:10 +0200 Subject: [PATCH] [kotlin compiler][update] 1.4.0-dev-7380 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 57597f59003 - (tag: build-1.4.0-dev-7380) Fix String.toHashSet tests (vor 9 Stunden) * 4d7597fa5aa - (tag: build-1.4.0-dev-7378) Document 'reduce' operation behavior on empty collections #KT-23322 (vor 9 Stunden) * 0b66330d9f3 - (tag: build-1.4.0-dev-7373) Fixed compilation (vor 12 Stunden) * 5f53986f47d - (tag: build-1.4.0-dev-7365) [klibs] Allow resolving klibs which names are not valid file names (vor 22 Stunden) * 3a99b3d5a48 - (tag: build-1.4.0-dev-7360) Small refactoring to use Family.CodeExtension.size when appropriate (vor 29 Stunden) * 0d5ec27ac4d - toHashSet is suboptimal for inputs with a lot of duplicates #KT-23142 (vor 29 Stunden) * 2c4fcebfec3 - (tag: build-1.4.0-dev-7349) IR: handle adapted bound references (vor 2 Tagen) * 1827465f483 - (tag: build-1.4.0-dev-7346) Convert KotlinNativeABICompatibilityChecker into a startup activity (vor 2 Tagen) * 6fe800eea01 - Convert KotlinNativeABICompatibilityChecker into a startup activity (vor 2 Tagen) * 86a02c07f61 - Fix KotlinNativeABICompatibilityChecker.getLibrariesToNotifyAbout freeze (vor 2 Tagen) * 06275a201cf - JPS: remove outputs for additional dirty files for current iteration (vor 2 Tagen) * 4ccec5218ff - Remove dirty output files when expanding IC scope early (vor 2 Tagen) * 2442abadc37 - Add test for KT-35957 (vor 2 Tagen) * 876d6d209fc - Minor: move non-JPS MPP IC tests under incremental/mpp dir (vor 2 Tagen) * e1ee75c8643 - (tag: build-1.4.0-dev-6184) Fix to avoid test flickering (SlicerNullnessGroupingTestGenerated.testInlineFunctionManyCalls()) (vor 3 Tagen) * e6cfced54ac - Don't collect all usages at once (vor 3 Tagen) * 31a1b2ddd3f - No BodyResolveMode.FULL in slicer (vor 3 Tagen) * 91a793d5757 - Slicer tree view: better highlighting range inside nodes and in the editor (vor 3 Tagen) * 64fec54c48a - Slicer: underline element range in addition to bold font (better do it in IDEA code) (vor 3 Tagen) * 03126ba4690 - Container presentation in slicer tree: no type for properties and show accessor (vor 3 Tagen) * 2ee776a0d88 - Container presentation in slicer tree: limit number of parameters shown by 2 (vor 3 Tagen) * 3e5820e4c1b - Slice tree: shorter container rendering for properties in primary constructor (vor 3 Tagen) * 23ead3c8058 - Added container text into slicer tests output (vor 3 Tagen) * 2d2d9337ca8 - Do not include line numbers from librarys source into test output otherwise it will change to often when upgrading libs (vor 3 Tagen) * d6e8cdebfb9 - Fixing compilation in bunch 201 (vor 3 Tagen) * 411f2c833ca - Process inline functions from libraries (if sources available) + process source libraries if analysis scope includes them (vor 3 Tagen) * 06de3de1a64 - Do not show doc-comment references in data flow (vor 3 Tagen) * 84a786dde3b - Renames and test output format improvement (vor 3 Tagen) * 33082d8661b - Added missing text in the tree rendering (vor 3 Tagen) * 63095f9ec96 - Handling of method references (vor 3 Tagen) * 7dd30eb9437 - Support other kinds of variables for invoke receiver (vor 3 Tagen) * 5a7f74c250f - Extracted method (vor 3 Tagen) * 8a1ea7b45ed - One more test (vor 3 Tagen) * cc6090347a0 - Handling other types of expressions as invoke receiver (vor 3 Tagen) * bf79c3f279a - Minor (vor 3 Tagen) * 9624f8afa39 - Flaky test? (vor 3 Tagen) * 67021d23e23 - Minor (vor 3 Tagen) * f3b26e1c9aa - Correct detection of parameter index or receiver from invoke call (vor 3 Tagen) * 83ef8def4db - Hacked SliceNullnessAnalyzerBase from IDEA to take into account SliceUsage.isLeaf() and give reasonable and stable results for Kotlin (vor 3 Tagen) * e4d98013886 - Process only correct implicit receivers (vor 3 Tagen) * fdfae5260f3 - Parameter to receiver (vor 3 Tagen) * 04d4f7444ee - Tracking of receiver for incoming lambda's for outflow analysis + better handling of invoke and operator calls (vor 3 Tagen) * 8f014275343 - Tracking of incoming lambda's for outflow analysis (vor 3 Tagen) * a09a9a65ff6 - Special handling of inline function to track values from individual calls (vor 3 Tagen) * 269420a0e03 - Processing implicit extension receiver usages in outflow processing (vor 3 Tagen) * 5040d37e2f3 - Code refactoring (vor 3 Tagen) * 69287003209 - Moving declarations (vor 3 Tagen) * 52ff1c62dd0 - Tracking of implicit receiver from enclosing lambda (vor 3 Tagen) * 4e88e2697ca - Replaced [LAMBDA OUT] in test data to [LAMBDA CALLS] which is less confusing (vor 3 Tagen) * 7bcd6619cfe - Tracking inflow of lambda receiver (vor 3 Tagen) * 61d4383cb9d - Merged LambdaResultOutflowBehaviour and LambdaCallsBehaviour into one (vor 3 Tagen) * 1e39d4a63cc - Code refactoring + better handling of incoming data flow to java super methods (vor 3 Tagen) * b5b0fd62a9e - Track anonymous function parameters in inbound data flow analysis as well (vor 3 Tagen) * f0d4d7bb862 - Added correctness check of test data + fixed huge amount of incorrect code in test data (vor 3 Tagen) * c19a16f1e03 - Track lambda parameters in inbound data flow analysis (vor 3 Tagen) * 799b2d72918 - Refactoring: abstraction of idea with "lambdaLevel" in slices (vor 3 Tagen) * 03e894f75d7 - Use partial body resolve (vor 3 Tagen) * 86c98b0d627 - Refactoring (vor 3 Tagen) * b4b58d1d99b - Handling implicit receivers in InflowSlicer (vor 3 Tagen) * 90188ef44fd - Data flow to/from here: supported expected/actual declarations and extension receivers (vor 3 Tagen) * bfa3fb0589c - Do not check scope for super declaration (vor 3 Tagen) * 179b59032aa - Do not create JavaSliceUsage directly (vor 3 Tagen) * 0b2aff4e70e - KT-38003 works for Java implementations of extension method (vor 3 Tagen) * 84c96923321 - KT-38003 works for Java implementations too (vor 3 Tagen) * 2b83e3721ad - KT-38003 "Analyze Data Flow from Here" should work on parameter of abstract method #KT-38003 Fixed (vor 3 Tagen) * 612629f3cb6 - (tag: build-1.4.0-dev-6182) Fix compilation AbstractTypingIndentationTestBase for 191 (vor 3 Tagen) * 5531ec3d281 - (tag: build-1.4.0-dev-6181) Fix compilation AbstractTypingIndentationTestBase for 191 (vor 3 Tagen) * 4d7d407e87f - (tag: build-1.4.0-dev-6172) Update bootstrap to 1.4.0-dev-6123 (vor 3 Tagen) * 72c52d37aef - Add some -X flags for compatibility to kotlin-reflect build (vor 3 Tagen) * a6064ecda61 - (tag: build-1.4.0-dev-6170) [Commonizer] Generate correct TA types for callable descriptors (vor 3 Tagen) * 2938b69ff5a - (tag: build-1.4.0-dev-6164) [Gradle, native] Disable platform libraries generation by default (vor 3 Tagen) * 7ee4f4853d6 - [Gradle, native] Rename native distribution kind: regular -> light (vor 3 Tagen) * 9c156c1a935 - (tag: build-1.4.0-dev-6158) Wizard: run Gradle wrapper task in background (vor 3 Tagen) * c734069cde4 - (tag: build-1.4.0-dev-6156) New J2K: do not show inline dialog during J2K (vor 3 Tagen) * e4a721d03e9 - New J2K: do not create erroneous conversion from Java accessors to property (vor 3 Tagen) * d1a59e8da68 - (tag: build-1.4.0-dev-6150) Fix js repl tests compilation (vor 3 Tagen) * f489e4044ff - (tag: build-1.4.0-dev-6145) [FIR-TEST] Update testdata after removal bodies of synthetic data class funs (vor 3 Tagen) * 9f1ecadd65d - (tag: build-1.4.0-dev-6139) IR: more consolidation of synthetic member generation for data class. (vor 3 Tagen) * 7f02d57d88f - [FIR] Correctly detect super type in delegated constructor call (vor 3 Tagen) * adfd4783612 - [FIR] Hold all containers in body resolve context, not only last one (vor 3 Tagen) * a446aa22664 - [FIR] Set implicit type for delegated constructor calls in fir builder (vor 3 Tagen) * 276754260a3 - [FIR] Add `replaceCalleeReference` to all FirResolvable (vor 3 Tagen) * fa1e5f95936 - [FIR] Add transformations for delegated constructor call (vor 3 Tagen) * 30ac024011f - (tag: build-1.4.0-dev-6132) Regenerate `IntentionTestGenerated` (vor 3 Tagen) * 97a8bde64dc - Convert AbstractTypingIndentationTestBase to Kotlin (vor 3 Tagen) * cbd5d294573 - Add performance tests for typing indentation (vor 3 Tagen) * 400ea13f074 - (tag: build-1.4.0-dev-6128) Fix scripting REPL completion after literals (vor 3 Tagen) * d2fec96f384 - (tag: build-1.4.0-dev-6123) Add new REPL API JVM implementation (vor 4 Tagen) * 4c2c44b1063 - Add new REPL API (vor 4 Tagen) * b240fce2246 - Add incompleteCode diagnostic type (vor 4 Tagen) * af251cafa42 - Add info about the end of range in scripting REPL compiler messages (vor 4 Tagen) * a70a128d9e6 - Fix typo in property name (vor 4 Tagen) * 5ab55fbb576 - (tag: build-1.4.0-dev-6122) Support -J and "-Dname=value" in windows runner script (vor 4 Tagen) * ec50b1c85ef - (tag: build-1.4.0-dev-6120) Add '-Xno-kotlin-nothing-value-exception' to compiler args in kotlin (vor 4 Tagen) * ac5411c32e5 - Command-line option disabling KotlinNothingValueException generation (vor 4 Tagen) * 3c4e691e62b - (tag: build-1.4.0-dev-6115) [FIR] Fix getClassDeclaredCallableSymbols for constructors (vor 4 Tagen) * eff57001dcb - (tag: build-1.4.0-dev-6112) Create secondary constructor: fill 'this()' arguments (vor 4 Tagen) * e271015382d - (tag: build-1.4.0-dev-6099) Minor: don't use deprecated HashSet class in KotlinChangeSignatureUsageProcessor (vor 4 Tagen) * 00a85f03ca7 - Do not search for non Kotlin/Java usages in KotlinChangeSignatureUsageProcessor (vor 4 Tagen) * 1535873c071 - Do not try to lazy parse a block without opening bracket (vor 4 Tagen) * 4f9364f997d - (tag: build-1.4.0-dev-6097) Native specific frontend checker for `@ThreadLocal` (#3293) (vor 4 Tagen) * 41a28bde5cb - (tag: build-1.4.0-dev-6096, origin/rr/gogabr/synth-accessors-to-fields) JVM_IR: repair synthetic accessors to fields (vor 4 Tagen) * 461c368ee02 - (tag: build-1.4.0-dev-6094) Minor. Unmute test (vor 4 Tagen) * d3f357ee47f - (tag: build-1.4.0-dev-6092) Uast: `KotlinUastReferencesTest` falling in 193 fix (vor 4 Tagen) * 6d86d6ccdc4 - (tag: build-1.4.0-dev-6089) [box-tests] Turned on some tests on fun interfaces for JS & Native (vor 4 Tagen) * 4ffcbc0c2f5 - (tag: build-1.4.0-dev-6088) [NI] Properly support `UnsafeVariance` annotation (vor 4 Tagen) * 1614c1b8a66 - (tag: build-1.4.0-dev-6085) [Gradle, JS] Move TeamCity related classes to internal (vor 4 Tagen) * 4a4ce98f245 - [Gradle, JS] Make execHandle private (vor 4 Tagen) * 75af8f958aa - [Gradle, JS] Remove redundant webpack plugin in karma (vor 4 Tagen) * 2e1735735ae - [Gradle, JS] Remove redundant spaces in stacktrace (vor 4 Tagen) * 77d8864abd6 - [Gradle, JS] Refactor check on error (vor 4 Tagen) * 5969f1dd4d3 - [Gradle, JS] LogType on Enum (vor 4 Tagen) * fa4003bac56 - [Gradle, JS] Useful message on exception for webpack (vor 4 Tagen) * f8c44be8653 - [Gradle, JS] Config errors in webpack (vor 4 Tagen) * 36525d6534c - [Gradle, JS] Not all karma messages go through log appenders (vor 4 Tagen) * 480a9c16fb8 - [Gradle, JS] Stack trace processor (vor 4 Tagen) * 3c033c168c7 - [Gradle, JS] Beautiful log for webpack (vor 4 Tagen) * 60dc423f170 - [Gradle, JS] Don't debug twice (vor 4 Tagen) * 61e9d13fbd6 - [Gradle, JS] Save stack trace for nodejs errors (vor 4 Tagen) * fb638c24f0a - [Gradle, JS] Debug non test output (vor 4 Tagen) * bd943872937 - [Gradle, JS] Move common process message logic (vor 4 Tagen) * ee218e9855b - [Gradle, JS] Less verbosity for karma parsing (vor 4 Tagen) * df41397a32e - [Gradle, JS] Add cohesion for console method and message type (vor 4 Tagen) * 567ebfb1807 - [Gradle, JS] Remove copypaste for webpack and karma parse log (vor 4 Tagen) * db41c652408 - [Gradle, JS] Typed message for log type (vor 4 Tagen) * dccf670849c - [Gradle, JS] Simple message to message (vor 4 Tagen) * 47d7424d4dc - [Gradle, JS] Fix formatting logic (vor 4 Tagen) * 7347c44cb11 - [Gradle, JS] Divide tc message type on stdout and stderr (vor 4 Tagen) * 70f6ad7691f - [Gradle, JS] All karma output to debug (vor 4 Tagen) * e1793c59be5 - [Gradle, JS] Add custom log4js appender to KotlinKarma (vor 4 Tagen) * 005ecc5f296 - [Gradle, JS] Add TeamCity simple message log4js appender (vor 4 Tagen) * 91a25417f58 - [Gradle, JS] Add custom log4js appender for karma (vor 4 Tagen) * f0e033b97cd - [Gradle, JS] Process Karma messages to Gradle log (vor 4 Tagen) * 05347735455 - [Gradle, JS] Parse karma output to find problem with browser launch (vor 4 Tagen) * 831fbba0c1e - (tag: build-1.4.0-dev-6083) Redundant qualifier name: don't report for EnumClass.Companion (vor 4 Tagen) * f747f8543ef - Redundant qualifier name: don't report for EnumClass.values/EnumClass.valueOf (vor 4 Tagen) * 611c4fe0526 - (tag: build-1.4.0-dev-6081) JVM_IR: repair super calls to methods of Any (vor 4 Tagen) * 4d1b5b84f82 - (tag: build-1.4.0-dev-6080) AddMissingClassKeywordIntention: use 'KotlinBundle.lazyMessage' (vor 4 Tagen) * e2ee3d1d185 - (tag: build-1.4.0-dev-6078) Unmute passing tests (vor 4 Tagen) * 74791495d72 - JVM IR: Box inline classes in covariant overrides (KT-30419) (vor 4 Tagen) * 52524235f75 - (tag: build-1.4.0-dev-6076) i18n: add missing `codestyle.name.kotlin` property (vor 4 Tagen) * 77b68810322 - (tag: build-1.4.0-dev-6071) Replace 'when' with 'if': do not suggest if 'when' is used as expression and it has no 'else' branch (vor 5 Tagen) * 893021f22b6 - (tag: build-1.4.0-dev-6067) Introduce runningFold and runningReduce operations (vor 5 Tagen) * 37277d71de0 - (tag: build-1.4.0-dev-6066) Condition of 'if' expression is constant: remove `else` keyword if needed (vor 5 Tagen) * 1b0fac4a677 - (tag: build-1.4.0-dev-6065) Add quick fix for PROPERTY_TYPE_MISMATCH_ON_OVERRIDE on constructor parameter (vor 5 Tagen) * e2a7170b2fb - (tag: build-1.4.0-dev-6054) Fix false positive "Collection count can be converted to size" with `Iterable` (vor 5 Tagen) * d906c814cf5 - [FIR] Fix lookup tag creation for values() & valueOf() (vor 5 Tagen) * ea1e16e3094 - (tag: build-1.4.0-dev-6052) Delegate properties to property references (vor 5 Tagen) * 81798282b9e - (tag: build-1.4.0-dev-6042) JS: support explicit SAM constructor invocation (vor 5 Tagen) * 0ee32ea9c55 - (tag: build-1.4.0-dev-6041) Added 1.3.71, 1.3.72 changelogs (vor 5 Tagen) * 7ea4ac9e9ac - (tag: build-1.4.0-dev-6040) [FIR] Regenerate FIR tree (vor 5 Tagen) * 1de0fbfc3a2 - (tag: build-1.4.0-dev-6039) Add delegation tests for new default modes (vor 5 Tagen) * 4822d1e2ae6 - Enable d8 by default (vor 5 Tagen) * dda2f539931 - Support JVM 8 target on Android (vor 5 Tagen) * 284533f72bc - (tag: build-1.4.0-dev-6037) IR: put resolution of unbound type parameter symbols behind a language version flag (vor 5 Tagen) * a1a2da3c0f8 - (tag: build-1.4.0-dev-6036) Revert "IR: put resolution of unbound type parameter symbols behind a language version flag" (vor 5 Tagen) * b4c62cdb52a - (tag: build-1.4.0-dev-6035) Introduce "Add missing 'class' keyword" intention (vor 5 Tagen) * 9634e6fba32 - (tag: build-1.4.0-dev-6034) IR: put resolution of unbound type parameter symbols behind a language version flag (vor 5 Tagen) * 7ec4c9990ad - (tag: build-1.4.0-dev-6033) [JVM] Improve debug step behavior around lambdas. (vor 5 Tagen) * fc7d6672823 - Psi2Ir: Bind unbound type parameters (vor 5 Tagen) * 8c4fdd1edd3 - (tag: build-1.4.0-dev-6030) Unused import: do not report for 'invoke' function import that is used from same file (vor 5 Tagen) * 8aa120576b3 - (tag: build-1.4.0-dev-6029) Add quick fix for TOPLEVEL_TYPEALIASES_ONLY (vor 5 Tagen) * cd880c779bf - (tag: build-1.4.0-dev-6023) Remove `DisplayPriority` from `KotlinLanguageCodeStyleSettingsProvider` (vor 5 Tagen) * 65e06c86cc8 - (tag: build-1.4.0-dev-6018) Revert dist_root removed by mistake (vor 5 Tagen) * 10b9ff1066a - (tag: build-1.4.0-dev-6014) Minor. Rollback test data change (vor 5 Tagen) * a1e0e8b0e76 - (tag: build-1.4.0-dev-6010) [FIR] Handle receiver types of extension methods when computing maximally specific types. (vor 5 Tagen) * f7dc06a772d - (tag: build-1.4.0-dev-6009) [FIR] Approximate integer constants in lhs of callable reference (vor 5 Tagen) * c71f9d96402 - [FIR] Use argument mapping from resolved call for contract argument mapping (vor 5 Tagen) * 5b660d2457d - [FIR] Ignore `FirStubStatement` in visit/transform consistency test (vor 5 Tagen) * 2e4183db7d1 - [FIR-TEST] Update testdata of old FE contracts tests (vor 5 Tagen) * fea78723591 - [FIR] Add contracts resolve for local classes (vor 5 Tagen) * cecbf53ee8b - [FIR] Add processing of FirStubStatement to Fir2IrVisitor (vor 5 Tagen) * 67c80307065 - [FIR] Update resolve phase for all declaration in contracts stage (vor 5 Tagen) * d718b596bc0 - [FIR] Add transform declaration and companion to regular class (vor 5 Tagen) * a01bbbb0a03 - [FIR] Add processing conditional contracts on property accessors (vor 5 Tagen) * 1074e4bf295 - [FIR] Add contracts resolve for property accessors (vor 5 Tagen) * d808f3e4fbf - [FIR-TEST] Add tests for contracts resolve (vor 5 Tagen) * 17c6122987c - [FIR] Make `STATUS` resolve phase as required for body resolve (vor 5 Tagen) * 452fb3e7233 - [FIR] Add stage for resolve contract desription (vor 5 Tagen) * 9b903b5e13e - [FIR] Process implicit receivers in calls with contract (vor 5 Tagen) * 300c3c30fbd - [FIR] Fix erasing existing data flow statements (vor 5 Tagen) * 3c33ee9c68f - [FIR-TEST] Move existing contract tests to `fromLibrary` directory (vor 5 Tagen) * ba35c43fe9d - [FIR] Add forgotten `kind` initialization in ConeConditionalEffectToFirVisitor (vor 5 Tagen) * cef6cd765ce - [FIR] Make ConeEffectDeclaration an abstract class (vor 5 Tagen) * 258bc62bacc - [FIR] Replace deprecation on transformer adapters with opt in annotation (vor 5 Tagen) * eef9b870474 - [FIR] List for unresolved effects to resolved contract node (vor 5 Tagen) * 4e1bf5f1e2e - [FIR] Add extracting contracts in raw fir builder and light tree builder (vor 5 Tagen) * 25cee12421f - [FIR] Add contracts to FIR renderer (vor 5 Tagen) * 50627f2c83d - [FIR] Add contract renderer (vor 5 Tagen) * a89e0123c7f - [FIR] Add fir node for raw contract description (vor 5 Tagen) * ba272101f29 - Check for ESReceiver for contracts with `is` check (vor 5 Tagen) * 9b3c3ae4ba0 - (tag: build-1.4.0-dev-6008) "Replace 'invoke' with direct call" intention: do not add unnecessary parenthesis (vor 5 Tagen) * 2f29b38b198 - (tag: build-1.4.0-dev-6007) "Replace 'invoke' with direct call" intention: fix false positive when function is not operator (vor 5 Tagen) * e0da30fb138 - (tag: build-1.4.0-dev-6005) Remove JavaResolverUtils.java as its usages were moved to core (vor 5 Tagen) * 9607739d309 - Introduce synthetic scope for constructors of `fun` interfaces (vor 5 Tagen) * e9e21caeaff - Refactoring: move utils to create & initialize SAM constructors to core (vor 5 Tagen) * 04223f5711f - Extract Java specific check from common method out (vor 5 Tagen) * cf90fe81ac8 - Move Sam(TypeAlias)ConstructorDescriptor to core (vor 5 Tagen) * 54497d11ac7 - Move SyntheticMemberDescriptor.kt to core (vor 5 Tagen) * 6d3dccab83b - (tag: build-1.4.0-dev-5994) [FIR] Fix obsolete transforms & visit consistency (vor 6 Tagen) * 738e2f813c7 - (tag: build-1.4.0-dev-5983) Uast: expression type for assigning arrays (KT-34187) (vor 6 Tagen) * 9674643254c - Uast: support for `UYieldExpression` (KT-35574) (vor 6 Tagen) * 0a2429c6f6f - (tag: build-1.4.0-dev-5979, origin/rr/ddol/work2) Minor. Remove redundant import (vor 6 Tagen) * c3e20bffd7a - Fix launching Gradle import test from master (vor 6 Tagen) * c35420eaf61 - Minor. Add comments (vor 6 Tagen) * 7be9a2ef17c - HMPP. Avoid leaking platform-specific dependencies into common libraries (vor 6 Tagen) * b67a48f2204 - HMPP. Rewrite LibraryDependenciesCache on using LibraryInfo/SdkInfo (vor 6 Tagen) * 6d0e73191c3 - HMPP: Fix detection of NativePlatform in CompositeResolverForModuleFactory (vor 6 Tagen) * 757d77600aa - HMPP: Evaluate exact TargetPlatform for each K/N KLIB library (vor 6 Tagen) * 90398fd0875 - Minor. Specify explicit property types (vor 6 Tagen) * 753ef971f99 - HMPP: Fix serialization of TargetPlatform in tests (vor 6 Tagen) * fee6a752e08 - HMPP: Fix serialization of TargetPlatform in Kotlin facet (vor 6 Tagen) * adc457548be - Minor. Formatted (vor 6 Tagen) * e3e1c2cb3bb - HMPP: Fix detection of PlatformDependentAnalyzerServices for TargetPlatform (vor 6 Tagen) * 76b0e7994bc - JVM, JS: Use faster checks in IdePlatformKind.supportsTargetPlatform() (vor 6 Tagen) * 0f60b5a71e8 - HMPP: Avoid false positive detection of "common native" as "common" (vor 6 Tagen) * b108b0f8c44 - HMPP. Fix tests after parameterization of NativePlatform (vor 6 Tagen) * 8d2e9997766 - HMPP: Parameterize NativePlatform with KonanTarget (vor 6 Tagen) * 1b281d623b9 - HMPP: Propagate K/N flavor into each imported K/N module (vor 6 Tagen) * 585177bcf7e - (tag: build-1.4.0-dev-5976) Formatter: fix indent for multiline expression in string template (vor 6 Tagen) * decbe993913 - (tag: build-1.4.0-dev-5975, origin/jpsFixes) Merge KotlinCodeStyleSettingsProvider to KotlinLanguageCodeStyleSettingsProvider (vor 6 Tagen) * d04f63b7abf - Make settings searchable (vor 6 Tagen) * fbac2f5ea31 - (tag: build-1.4.0-dev-5974) [Gradle, JS] Make inputFileProperty optional (vor 6 Tagen) * 4ecedf2e3bc - (tag: build-1.4.0-dev-5969) Get rid of KTUsefulTestCase, improve stability of the tests (vor 6 Tagen) * 850681f5e3a - (tag: build-1.4.0-dev-5967) Rollback JVM 8 target support on Android (vor 6 Tagen) * dec93c8b499 - (tag: build-1.4.0-dev-5966) Add ANDROID target (vor 6 Tagen) * 9d68db16682 - Switch usages android build tools from 23.0.1 to 28.0.3 (vor 6 Tagen) * b0e72f90f17 - Android tests: add reflect flavor (vor 6 Tagen) * 115cf4666e4 - Get rid of CodegenTestCase from CodegenTestsOnAndroidGenerator superclass (vor 6 Tagen) * b0483a67c24 - (tag: build-1.4.0-dev-5963) Perform tryLock-and-checkCanceled on waiting lock in LockBasedStorageManager (vor 6 Tagen) * 6fae29bcc04 - Add more checkCanceled to PsiFacade.findClass (vor 6 Tagen) * ed56aa3e0db - (tag: build-1.4.0-dev-5952) NPE fix in StackFrameInterceptor (vor 6 Tagen) * 08b91da6db2 - (tag: build-1.4.0-dev-5947) FIR: fix body generation for data class's copy method (vor 6 Tagen) * 948f9debdcc - FIR: refactor member generations for data class (vor 6 Tagen) * d4cbfcb79e1 - [FIR] Promote numeric types during comparisons (vor 6 Tagen) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index cf73339b426..5bcefa2083b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,12 +18,12 @@ buildKotlinVersion=1.4.0-dev-5097 buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-5097,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.0-dev-5946,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.4.0-dev-5946 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-5946,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.4.0-dev-5946 -kotlinStdlibTestsVersion=1.4.0-dev-5946 -testKotlinCompilerVersion=1.4.0-dev-5946 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-7380,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.4.0-dev-7380 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-7380,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.4.0-dev-7380 +kotlinStdlibTestsVersion=1.4.0-dev-7380 +testKotlinCompilerVersion=1.4.0-dev-7380 konanVersion=1.4.0-M3 # A version of Xcode required to build the Kotlin/Native compiler.