From 766a25e981208614dc9954a61e31aec1bb7367cd Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 20 Jan 2020 10:50:24 +0100 Subject: [PATCH] [kotlin compiler][update] 1.4.0-dev-1161 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * f01b4706d1e - (tag: build-1.4.0-dev-1161) Switch to 193 platform (25 hours ago) * 388797618a0 - (tag: build-1.4.0-dev-1152) Update 193 to 193.6015.22-EAP-SNAPSHOT (25 hours ago) * 688ccc4a872 - Allow to auto-mute failed tests in RunnerWithIgnoreInDatabase (25 hours ago) * 689d1fff42f - (tag: build-1.4.0-dev-1150) Fix compiler error discovered after switching to 1.4 (26 hours ago) * a5a75180a85 - Change language version in build.gradle.kts to 1.4 (26 hours ago) * 49584ac0317 - Update bootstrap (26 hours ago) * 578132ef1fc - (tag: build-1.4.0-dev-1148) CleanDataTask: use provider for input cleanStore (2 days ago) * abd60b97f85 - YarnPlugin: configuration should be required only at build phase (2 days ago) * 55e29363dce - (tag: build-1.4.0-dev-1141) Update test data for kotlinp (3 days ago) * 3c4e5d76158 - Fix JvmFieldInInterfaceCompanion.kt for language version 1.4 (3 days ago) * 482874fdc1f - (tag: build-1.4.0-dev-1137) Embed proguard/R8 rules in kotlin-reflect artifact jar (3 days ago) * ae395bda094 - (tag: build-1.4.0-dev-1135) Do not depend on proguard directly in :kotlin-reflect:modularJar (3 days ago) * 547865d5c73 - (tag: build-1.4.0-dev-1125) Fix tests for completion after `fun` keyword (3 days ago) * 58c235e722d - Set up tests for `fun` interfaces for JVM backend for now (3 days ago) * 39e0f101b13 - Add dependency because some SAM related classes moved to core module (3 days ago) * 76a78fe918f - FIC: render `fun` before interfaces in descriptor renderer (3 days ago) * 8350cf7d140 - FIC: rename `FunctionConversion` -> `FunctionalConversion` (3 days ago) * 27e104187f3 - FIC: remove `isFun` from IR proto as conversion should happen in psi2ir (3 days ago) * 8206cadce27 - FIC: support `fun` interfaces in stub builder (3 days ago) * 70094884ca3 - FIC: support `suspend` conversions in jvm codegen (3 days ago) * b98d8bd7c16 - Regenerate tests after rebase on master, add FIR tests (3 days ago) * 3849b5e7236 - FIC: add codegen tests, adapt previously tests for SAMs (3 days ago) * b7c43fc7dbb - Refactoring: move test folder out of "inline classes" folder (3 days ago) * 0e90d538df0 - FIC: propagate info about conversions for deserialized classes (3 days ago) * 0fdebdfeba5 - Refactoring: move `SamConversionResolverImpl` to core module (3 days ago) * cd5c1b96bbf - Refactoring: move `SamConversionResolver` to more applicable package (3 days ago) * c93c82236c4 - Refactoring: move common parts about SAMs to `frontend` module (3 days ago) * fc32e8b017e - FIC: Add synthetic constructors for `fun` interfaces aka explicit FIC (3 days ago) * 0f242a9931b - FIC: Support conversions for `suspend` functions (3 days ago) * f43769c50da - FIC: Add diagnostic tests (3 days ago) * 562f0e62a3a - FIC: Move sam related methods to ClassDescriptor, fix JVM backend part (3 days ago) * 87e79e72a97 - Refactoring: move `SamConversionResolver` to `core.descriptors` (3 days ago) * 0ee977c42e5 - FIC: Support base version of conversions in JVM backend (3 days ago) * c71c1d45c65 - FIC: Make SAM conversions also for `fun` interfaces, add base test (3 days ago) * 193d807a1eb - Refactoring: make parameters of `getFunctionTypeForSamType` not null (3 days ago) * 55935cc98a5 - FIC: introduce language feature, modifiers checks and basic tests (3 days ago) * 303811cbd92 - FIC: Increase JVM metadata version (3 days ago) * f7ce1c669b0 - FIC: Introduce `isFun` property for descriptors and proto (3 days ago) * 6655f0fc4c0 - FIC: Increase STUB version because of changes in parser for declarations (3 days ago) * 4aa195e9123 - FIC: Parse `fun` keyword in front of `interface` as a modifier (3 days ago) * 174b3db7232 - IR: capture more type parameters for local functions. (3 days ago) * 437a26684d3 - NI: Prefer nullable lower bound to flexible one when substitution of type variable is performed and remember flexibility of type parameters based on flexibility of its upper bounds ^KT-32435 Fixed (3 days ago) * 68576da4943 - Temporary change `sinceVersion` to null for `ProhibitVarargAsArrayAfterSamArgument` (3 days ago) * 38feadcfe87 - (tag: build-1.4.0-dev-1120) Fix non-existing files passed in classpath to Kotlin/JS compiler (3 days ago) * e8a821986fb - (tag: build-1.4.0-dev-1118) Build: drop IntelliJ 2018.3 support (KT-35374) (3 days ago) * 9b7717c37a5 - Build: drop Android Studio 3.4 support (KT-35374) (3 days ago) * a49ed1eca2d - JVM IR: Generate interface delegations for specialized interface defaults (3 days ago) * 8746d08dd55 - JVM IR: Don't skip bridge generation for concrete fake overrides (3 days ago) * c027c0e659a - JVM IR: Handle special names for overridden Enum.name/ordinal in MethodSignatureMapper (3 days ago) * 6c166e744a6 - (tag: build-1.4.0-dev-1114) Implement TrailingCommaInspection (3 days ago) * 8d37b86e829 - KotlinStyleGuideCodeStyle: enable trailing comma by default (3 days ago) * 481900b2588 - TrailingCommaPostFormatProcessor: introduce `TrailingCommaVisitor` (3 days ago) * b9ed0706faa - FormatterUtil: rename parameters in `needTrailingComma` functions (3 days ago) * e3cbc569741 - TrailingCommaPostFormatProcessor: extract API for inspections (3 days ago) * 20836f5788a - TrailingCommaPostFormatProcessor: allow everything except adding before 1.4 (3 days ago) * c5c035b67ce - TrailingCommaPostFormatProcessor: fix comments position before comma (3 days ago) * 5a922e5cffa - KotlinCommonBlock: refactoring (3 days ago) * d06787886a3 - Fix tests after implementing trailing comma in formatter (3 days ago) * d98794479d4 - kotlinSpacingRules: fix cases with EOL comments and comma (3 days ago) * 8142ad3f4db - FormatterUtil: fix `getLineCount` (3 days ago) * b1fc3963d23 - AbstractFormatterTest: enable trailing comma by default (3 days ago) * 9109f29c88f - AbstractFormatterTest: cleanup code (3 days ago) * c27bf051d51 - TrailingCommaPostFormatProcessor: add language feature check (3 days ago) * 9511348497e - TrailingCommaPostFormatProcessor: should be completed in one round (3 days ago) * 8a45d2eb58c - Formatter: add line break between comma and semicolon (3 days ago) * bbd92a11bca - TrailingCommaPostFormatProcessor: add case for empty comma owner (3 days ago) * b72da6c4fcc - Formatter: support trailing comma in destruction declarations (3 days ago) * 96a11707ca5 - Formatter: support trailing comma in lambda value parameters & fix comments in `KtParameter` (3 days ago) * d013fc2234e - Formatter: support trailing comma in when entry (3 days ago) * 4adfaab3ece - Formatter: support trailing comma in lambda parameters (3 days ago) * 07bda5a7597 - Formatter: support trailing comma in collection literal expression (3 days ago) * bf925175006 - KtVisitorVoid: add missing `visitCollectionLiteralExpression` (3 days ago) * ccd780c0083 - Formatter: support trailing comma in type arguments (3 days ago) * b99c7f8d149 - Formatter: support trailing comma in type parameters (3 days ago) * 58058eef219 - Formatter: support trailing comma in indexing suffix (3 days ago) * c195cd46f25 - Formatter: support trailing comma in value arguments (3 days ago) * 13ae4a28a87 - Formatter: support trailing comma in value parameters (3 days ago) * 463728a96ac - (tag: build-1.4.0-dev-1100) Fix compiler test on Throws+delegation for 1.4 (3 days ago) * de683c07688 - JVM IR: mute more tests after advancing language to 1.4 (3 days ago) * 135cd6fd77a - (tag: build-1.4.0-dev-1098) Enable ProperIeee754Comparisons in KOTLIN_1_4 (3 days ago) * 933ac3a16b8 - Fix nullable number comparisons in JS (3 days ago) * f8341ad7ebb - JVM: Update tests for IEEE 754 comparisons (3 days ago) * d5ff1047a55 - JVM: Fix IEEE 754 comparison generation for boxed numbers (3 days ago) * 26f435eb902 - (tag: build-1.4.0-dev-1095) JVM IR: mute tests which fail after advancing language to 1.4 (3 days ago) * e7864c73519 - Fix inlineCallsStaticMethodFromOtherPackage.kt by disabling related language feature (3 days ago) * 6ac21856cc9 - (tag: build-1.4.0-dev-1092) NodeJsRootExtension, YarnRootExtension: introduce configuration phase (3 days ago) * 9c08ea3bf13 - Gradle: introduce CleanabeStore (3 days ago) * c0c929c4492 - ProgressIndicatorUtils.kt for 191 is added (3 days ago) * 4b50fb18fb6 - (tag: build-1.4.0-dev-1085) KT-35258 Add better completion for `MixedNamedArgumentsInTheirOwnPosition` feature (3 days ago) * bd713db70eb - KT-35258 Refactor `mapArgumentsToParameters` (3 days ago) * 82ddd700ce8 - (tag: build-1.4.0-dev-1077) JVM_IR: patch parents of defaults in MemoizedInlineClassReplacements (3 days ago) * da4807e6b8d - (tag: build-1.4.0-dev-1075) Disable `AllowNullableArrayArgsInMain` in corresponding run configuration tests (3 days ago) * 76b3964e96b - (tag: build-1.4.0-dev-1073) Update testdata according to change compiler version to 1.4 (3 days ago) * 5bfb92661ee - More version updates (3 days ago) * 7fa8c982b44 - Advance version to 1.4 in libraries (3 days ago) * ca49672a7a0 - Advance version to 1.4 (3 days ago) * 55e97fee09f - (tag: build-1.4.0-dev-1069) Gradle, native: Don't use an arg file when compiler daemon is enabled (3 days ago) * 8158d34bdac - Gradle, native: Escape spaces in K/N compiler args (3 days ago) * a2a3ca0558e - (tag: build-1.4.0-dev-1062) Flaky ConcurrentModificationException in NewMultiplatformProjectImportingTest.testFileCollectionDependency fixed (4 days ago) * 3cad1bbb51f - (tag: build-1.4.0-dev-1061) Create method Collection.randomOrNull() #KT-35347 (4 days ago) * 80d5723a078 - (tag: build-1.4.0-dev-1057) Advance version to 193.5662.53 (4 days ago) * b4ae1645ec7 - Mute TCServiceMessageOutputStreamHandlerTest for 193 platform (KT-35938) (4 days ago) * fd8ff463bbf - JUnit 4 runner for ignoring muted tests (4 days ago) * 6963c81b405 - Run tests in kotlin-gradle-plugin in repository working dir (4 days ago) * 9b7e904390c - (tag: build-1.4.0-dev-1050) Delete gradle wrapper validation workflow (4 days ago) * a0e73bffa06 - Build: Add kotlinPluginPublication to idea-gradle-tooling-api (4 days ago) * 5730a21e7be - (tag: build-1.4.0-dev-1046) Reworked k2k copy-paste action. (4 days ago) * 9f15c0f4d79 - (tag: build-1.4.0-dev-1043) Add commentary about inserting type for lateinit var in completion (4 days ago) * 4f745155087 - (tag: build-1.4.0-dev-1040) [NI] Fix CST calculation for covariant type projections (4 days ago) * 082cbae74ae - (tag: build-1.4.0-dev-1037) Revert "Flaky ConcurrentModificationException in NewMultiplatformProjectImportingTest.testFileCollectionDependency fixed" (4 days ago) * 7da26ce7052 - (tag: build-1.4.0-dev-1032) Add `pull_request` to list of actions (4 days ago) * 19e989bc614 - Official Gradle Wrapper Validation GitHub Action (4 days ago) * 6e6f4d05036 - (tag: build-1.4.0-dev-1031) IR: close over the set of captured type parameters (4 days ago) * e9cea3358d9 - (tag: build-1.4.0-dev-1030) Do not use libraryJarWithoutIr as runtime output artifact (4 days ago) * 3fabf9b6ad0 - Add dependency in disabled jar task on custom libraryJarWithIr (4 days ago) * 3d7c7c46567 - Add problem zip file name when unable to open it (4 days ago) * 09b1960dd06 - (tag: build-1.4.0-dev-1028) Regenerate stdlib sources: update copyright year (4 days ago) * 30bdd463ad0 - Do not lower SinceKotlin version for unsigned arrays extensions if they already has some (4 days ago) * 9566f329f03 - (tag: build-1.4.0-dev-1027) Mute FIR test failures and adjust failing test data due to KT-35948 (4 days ago) * 0f6df5971b8 - Mute tests failing in JS_IR backend due to KT-35944 (4 days ago) * ac7e54f6519 - Improve terminological consistency in KClass docs (4 days ago) * 71d847841e9 - Use real kotlin-stdlib jar in addKotlinReflect configuration test (4 days ago) * 3a78ab6d409 - Do not use qualifiedName property in KClass.cast function, because it's not supported in K/JS (4 days ago) * 43e08a5717d - Specify some real kotlin version in maven configuration test (4 days ago) * b3ecf84c438 - Improve unexpected declaration exception message (4 days ago) * ac790bea711 - Reorganize diagnostics tests with stdlib and reflect (4 days ago) * ec6fdc5d4df - Fix noStdlib cli test (4 days ago) * 8af43155c31 - Remove reflect API not actually supported in K/JS (4 days ago) * 562bac3f6f9 - Copy JVM reflect declarations to JS (4 days ago) * 0815ed2cbd0 - JVM IR: do not load KDeclarationContainer from builtins (4 days ago) * ea95aabbb0b - Optimistically add isInstance and qualifiedName to common KClass (4 days ago) * 47f78c424d3 - Commonize KType API (4 days ago) * d87fb0ece0f - Introduce expect KFunction in common (4 days ago) * 427e34fe5ad - Do not serialize JVM kotlin.reflect to builtins (4 days ago) * f27611939ef - (tag: build-1.4.0-dev-1023) Raw FIR builder: fix situation with explicit type of for parameter (4 days ago) * 621936e9515 - Do not generate Throws attribute for delegated members from Kotlin interfaces (4 days ago) * 79d7335b8d0 - (tag: build-1.4.0-dev-1022) JVM IR: minor, add toString for FunctionHandleForIrFunction (4 days ago) * 86996bf5460 - IR: workaround exceptions in IrElement.dump (4 days ago) * c3d5a88e52a - (tag: build-1.4.0-dev-1021) Add -Xno-use-ir to compiler modules where JVM IR currently fails (4 days ago) * af71955fde1 - (tag: build-1.4.0-dev-1020, tag: build-1.4.0-dev-1014) Flaky ConcurrentModificationException in NewMultiplatformProjectImportingTest.testFileCollectionDependency fixed (4 days ago) * fd1305c3694 - (tag: build-1.4.0-dev-1010) [NI] Refactor OnlyInputType annotation check (4 days ago) * 0d393e3fd70 - [NI] Update filtering of constraints with equal types (4 days ago) * 2896642f94e - [NI] Consider synthetic lower nullability constraint non-proper (4 days ago) * 07041574da3 - (tag: build-1.4.0-dev-1006) AbstractScriptConfigurationLoadingTest: add asserting messages (4 days ago) * 40914e79ee6 - .gralde.kts: optimize getAffectedGradleProjectFiles (EA-220597 fixed) (4 days ago) * 676c99b9333 - (tag: build-1.4.0-dev-1003) NI: Fix exception during callable references overload resolution (4 days ago) * 588259a034e - (tag: build-1.4.0-dev-1001) Add feature that allows references to synthetic properties with warning (4 days ago) * 595362b99f5 - (tag: build-1.4.0-dev-999, tag: build-1.4.0-dev-998) [kotlinx-metadata-klib] Proper support for enum entries (4 days ago) * ffa2f97d2c2 - (tag: build-1.4.0-dev-994) Deprecate 1.2.x MPP Gradle plugins (5 days ago) * f9acc0ab888 - (tag: build-1.4.0-dev-993) Support Gradle instant execution for Kapt tasks (5 days ago) * 5111d1721a0 - (tag: build-1.4.0-dev-992) [TEST] Add js runtime to failing box test (5 days ago) * a3037a081ec - [NI] Fix resolve of lambdas with expected function type with receiver (5 days ago) * 7733611c47d - [TEST] Replace `Experimental` with `OptIn` in testdata (5 days ago) * 04ce10b6c19 - [NI] Improve completing callable references with type variable as expected type (5 days ago) * 6fe214d8258 - (tag: build-1.4.0-dev-988) JVM IR: fix handling of suspend extension lambdas with captured receiver (5 days ago) * f45ca7acd38 - (tag: build-1.4.0-dev-986) Add -Xno-use-ir to override useIR flag for custom-built compiler (5 days ago) * 4fa82666065 - (tag: build-1.4.0-dev-966) Unconditionally remove $$forInline suffix from enclosing method (5 days ago) * 7bcd3c4c136 - (tag: build-1.4.0-dev-963) [FIR] Introduce & use FirScopeProvider.getStaticMemberScopeForCallables (5 days ago) * aaace409127 - [FIR] Split Receiver/ReceiverValue, QualifierReceiver/ExpressionReceiver (5 days ago) * 42ba54fffd2 - [FIR] Add test for qualifier resolve priority (5 days ago) * cef71b03495 - [FIR] Add static / companion ambiguity to test data (5 days ago) * f0ced642d9c - [FIR] Use static & qualified scopes to access qualified callables (5 days ago) * 6bbfb2ffe9a - (tag: build-1.4.0-dev-961) JVM: add tests for companion object accessor generation (5 days ago) * 3d85e5da5ff - Enable ProperVisibilityForCompanionObjectInstanceField in 1.4 (5 days ago) * 02722e02386 - JVM_IR: mark the exception local as live only after the store (5 days ago) * bcad6aeda61 - (tag: build-1.4.0-dev-954) Fix project compilation after fix for KT-35920 (5 days ago) * d4c34afb945 - NI: Do not resolve static callable references on generic types (5 days ago) * c48539feb3d - NI: Fix callable references resolution when LHS is generic nested class (5 days ago) * 4ff8acf5d7b - POC coroutine panel removed (5 days ago) * c8c0f3383d7 - [debug] coroutine's stack frame locations pre-calculated on initialization (5 days ago) * 4191d1d6992 - (tag: build-1.4.0-dev-947) Make NodeJsSetupTask and YarnSetupTask cacheable (5 days ago) * 2760034281c - NodeJsSetupTask: Check for the node executable instead of its directory (5 days ago) * 3fcf3d6fea7 - (tag: build-1.4.0-dev-944) Add regression tests (5 days ago) * d36dd12f582 - [NI] Restore old behaviour of `AbstractPartialBodyResolveTest` (5 days ago) * b9a1fc294c9 - [minor] Move quickFixUtil to util package (5 days ago) * 69e800c6958 - Remove dependencies on data flow aware expression type in BindingContext (5 days ago) * 4d11fac3656 - [NI] Add restored smart casts to spec tests (5 days ago) * 396b226462f - [NI] Restore missing smart casts after another smart cast in call (5 days ago) * d3de2d419b5 - FIR2IR: fix failing enum entry test (5 days ago) * 88a1cb5a171 - (tag: build-1.4.0-dev-937) [NI] Use new type substitutor instead of old in completion of callable references (5 days ago) * 3428a177598 - [NI] Postpone calls with not enough information in builder inference (5 days ago) * f4b3e9b4b2f - (tag: build-1.4.0-dev-935) [FIR] Fix qualifier handling by FirQualifierNameResolver (5 days ago) * ae774a0ab9b - [FIR] Add test for qualified access to base class member case (5 days ago) * c129714bf9e - [FIR] Add test for inner class based qualifier case (5 days ago) * 33104a3ef89 - [FIR] Add accidentally missed JvmMappedScope.processClassifiersByName (5 days ago) * fb56e146549 - (tag: build-1.4.0-dev-933) Fix UAST method NPE for incomplete method PSI (5 days ago) * 9bd966c123f - (tag: build-1.4.0-dev-931) Supply correct Native platform for module descriptor while compiling from CLI (5 days ago) * f2026a49bb0 - Support .decodeSequentially call on JVM and Native and remove READ_ALL handling from all platforms (5 days ago) * cb98588202a - (tag: build-1.4.0-dev-926) Psi2Ir: Add an IrTextTest for enums with multiple constructors (5 days ago) * 1b5109b6eee - JVM IR: Refactor EnumClassLowering (5 days ago) * b0e61ab470d - JVM IR: Remove IrEnumValueOf intrinsic (5 days ago) * f8779ddf9dc - Psi2Ir: Create instance initializer calls in enum class constructors (5 days ago) * 83edc7fa731 - IR: Remove unused argument from DeclarationFactor.getFieldForEnumEntry (5 days ago) * ed57a53ad68 - (tag: build-1.4.0-dev-923) 191: Uast: fix compilation for 191 (5 days ago) * b5afdc7553e - (tag: build-1.4.0-dev-917) Keep annotation FQ name in experimental API diagnostics (5 days ago) * 514bf3eec08 - (tag: build-1.4.0-dev-913) Deprecate Experimental/UseExperimental in favor of RequiresOptIn/OptIn (6 days ago) * f954a6c812b - Support custom message in RequiresOptIn (6 days ago) * 9187a85aaf2 - Rename UseExperimental->OptIn, Experimental->RequiresOptIn in quickfix and IDE tests (6 days ago) * da077b53532 - Rename UseExperimental->OptIn, Experimental->RequiresOptIn in Gradle plugin (6 days ago) * 8f94a2bb75f - Rename UseExperimental->OptIn, Experimental->RequiresOptIn in stdlib kdocs (6 days ago) * 7742a3b6970 - Rename UseExperimental->OptIn, Experimental->RequiresOptIn in compiler tests (6 days ago) * b839b905b50 - Rename Experimental/UseExperimental in compiler diagnostic messages (6 days ago) * d547af00aa9 - Fix NPE in ExperimentalUsageChecker in corner case (6 days ago) * ca05ff17910 - (tag: build-1.4.0-dev-911) JVM_IR: Fix bug in suspend function with many default arguments. (6 days ago) * e46adbae29d - [JVM IR] Fix `checkLocalVariablesTableTest/parametersInSuspendLambda` for JVM IR. (6 days ago) * f73891af980 - JVM_IR: actually forward the parameters to $suspendImpl (6 days ago) * 54285d328f1 - (tag: build-1.4.0-dev-902) Uast: `KotlinIDERenderLogTest` for running UAST tests with ULC (6 days ago) * 99eab5a0582 - (tag: build-1.4.0-dev-890) IR: unify 3 copies of function body remapping (6 days ago) * 4d1677be061 - (tag: build-1.4.0-dev-887) Invalidate PerModulePackageCache on content change in file without view provider (KT-35907) (6 days ago) * 092fb131e57 - CodeConformanceTest @author mention in sources fixed (6 days ago) * 1333267983d - (tag: build-1.4.0-dev-885) [JS IR] Add serialization regressions tests (6 days ago) * fbf71be30ce - [JS IR BE] Support mode of linking multiple klibs without .kt files (6 days ago) * 553128c3c9b - Coroutine as35 compatibility patch also added to 191. (6 days ago) * d6b01f10077 - (tag: build-1.4.0-dev-882) NI: In subtyping do not intersect arguments for non-covariant types (6 days ago) * 4202c9c1a46 - NI: Fix regression for star-projections approximation (6 days ago) * 7255ee0a5bc - NI: Fix smart-cast related regression (6 days ago) * 02d9f258d1b - [FIR-TEST] Mute failing blackbox test (6 days ago) * 4a29de37164 - (tag: build-1.4.0-dev-881) [NI] discriminate `Nothing` for reified parameters (6 days ago) * a16b21a7cc3 - (tag: build-1.4.0-dev-876) JVM: Don't generate accessors to companions in earlier language versions (6 days ago) * 6ad159bb019 - JVM: Rewrite companion object accessor generation (6 days ago) * 04a6f4d92bd - JVM IR: minor, use chars from JvmSimpleNameBacktickChecker in ClassCodegen (6 days ago) * be228d594c7 - [JVM IR] Ensure class names are valid for JVM. (6 days ago) * 049bb54ea61 - (tag: build-1.4.0-dev-869) IR: use map in remapTypeParameters (6 days ago) * 0abdd0cb7b0 - [JVM IR] Refactor InterfaceDelegationPhase (6 days ago) * a5ff88f8973 - (tag: build-1.4.0-dev-864) IR: implement some missing features in wrapped descriptors for JVM IR (6 days ago) * 6fe61c90567 - (tag: build-1.4.0-dev-863) [NI] Fix ambiguity when there are no applicable candidates (6 days ago) * 8d3e4a29658 - (tag: build-1.4.0-dev-860) IAE: RangeMarkerImpl. (6 days ago) * 83c3763096c - Access index under runReadActionInSmartMode in ProbablyContractedCallableNamesImpl (6 days ago) * d176a26cdb0 - Improve investigation info in KtDotQualifiedExpression (6 days ago) * 19164781f46 - Access index under runReadActionInSmartMode in KotlinRuntimeLibraryUtil (6 days ago) * b2b90bd4956 - Edit kdoc reference in Introducing import alias (6 days ago) * f5545b3740f - Handle kdoc case for Introduce import alias inspection (6 days ago) * ffc6786f068 - Module info has to be read under readAction in KotlinConfigurationCheckerComponent (6 days ago) * 3260e411115 - Improve investigation info in PackageCodegenImpl (6 days ago) * a63123b556a - Handle \r line endings in plaintext j2k (6 days ago) * dc6adc805a7 - Handle java ctor case for Introduce import alias inspection (6 days ago) * be65eed801e - Add more investigation info to diagnoseUnknownModuleInfo (6 days ago) * 2f953f50496 - Add disposable to document listener in ScratchEditorSyncHighlighter (6 days ago) * 6da24deec5b - Fix renaming class according to a file name when file name has no name (but extension) (6 days ago) * 4425bb8fa19 - Commit documents before createResourceReference in KotlinAndroidAddStringResource (6 days ago) * d644c0125a0 - Add more investigation info to getFilesForElements (6 days ago) * 93ce4c003f4 - Module info has to be read under readAction in scriptDefinitionsFromDependencies (6 days ago) * aefad5cf5e1 - Module info has to be read under readAction in KotlinNativeABICompatibilityChecker (6 days ago) * e340651e477 - (tag: build-1.4.0-dev-855) CoroutineAsyncStackTraceProvider stack corruption fix (6 days ago) * 9367c6a762c - (tag: build-1.4.0-dev-845) [NI] Use infered delegate expression type if there is no resolved call in trace (6 days ago) * 605ef647e6e - Regenerate tests (6 days ago) * cac4a991f53 - (tag: build-1.4.0-dev-841) coroutine debugger toolbar added (6 days ago) * e570450c590 - coroutine debugger logic moved to jvm-debugger-coroutine module (6 days ago) * b1b08173364 - [coroutine][debugger] implementation basing on X-* approach (6 days ago) * 61c5ef61cc5 - [coroutine][debugger] refactoring being done (6 days ago) * 7f0437da682 - (tag: build-1.4.0-dev-840) Update AS version to 4.0 Canary 8 (6 days ago) * 0764a065e83 - (tag: build-1.4.0-dev-833) Rewrite UnderMigration and MigrationStatus in Java (7 days ago) * fa1c6c9697e - (tag: build-1.4.0-dev-825, origin/rr/4u7/ge-trial) Build: Add missing `com.github.node-gradle.node` plugin versions (7 days ago) * b2039a9a136 - (tag: build-1.4.0-dev-816) Build: Specify version explicitly for com.github.node-gradle.node (7 days ago) * bf5bba42ce7 - Build: Upgrade gradle enterprise plugin to 3.1.1 (7 days ago) * fc7b836151a - (tag: build-1.4.0-dev-805) Fix `isNegated` psi method in `KtWhenConditionInRange` (7 days ago) * a10f37dd506 - (tag: build-1.4.0-dev-804) New J2K: fix exception when met PsiLambdaParameterType (7 days ago) * 5be80be74d0 - New J2K: fix converting multiline comment with /* inside (7 days ago) * a87de01c74d - New J2K: add missing line break between property and getter (7 days ago) * b83a529b777 - New J2K: fix incorrectly removed line break before constructor comment (7 days ago) * 7bfad12e6a6 - New J2K: correctly convert compound Java assignment expression (7 days ago) * 6a8a68a2631 - New J2K: fix UninitializedPropertyAccessException when calculating type of anonymous class (7 days ago) * 7882f566be1 - New J2K: Fix SOE in nj2k Java declarations printer (7 days ago) * 14a8d3726dc - New J2K: remove initializer from property without backing field (7 days ago) * 1756857237f - (tag: build-1.4.0-dev-801) Rename: FirMemberScopeProvider -> FirDeclaredMemberScopeProvider (7 days ago) * 5c6341b4e4c - [FIR] Handle fully qualified expressions separately in tower resolver (7 days ago) * 587430ff90e - [FIR] Minor: remove FirSymbolProvider unused functions (7 days ago) * c343e5c9b7b - [FIR] Refactoring: extract FirTowerResolver.towerDataConsumer() (7 days ago) * c96e6e9da47 - [FIR] Refactoring: store name in CallInfo (7 days ago) * 9e0db86900d - [FIR] Refactoring: create consumer inside tower resolver (7 days ago) * 30e339a2d72 - [FIR] Convert CallKind to enum class (7 days ago) * f07adf085c1 - [FIR] Minor refactoring: createFunctionConsumer (7 days ago) * 02a57aab7d8 - [FIR] Code refactoring: InvokeReceiverCandidateCollector (7 days ago) * 5dbb98a5c8c - [FIR] Code cleanup: CandidateCollector (7 days ago) * 6b2e58cc0b7 - (tag: build-1.4.0-dev-792) Inline function: fix it works correctly for callable reference receiver (7 days ago) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 0e7e8523eb6..0c9d8757d5b 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.4.0-dev-783,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.4.0-dev-783 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-783,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.4.0-dev-783 -kotlinStdlibTestsVersion=1.4.0-dev-783 -testKotlinCompilerVersion=1.4.0-dev-783 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-1161,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.4.0-dev-1161 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-1161,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.4.0-dev-1161 +kotlinStdlibTestsVersion=1.4.0-dev-1161 +testKotlinCompilerVersion=1.4.0-dev-1161 konanVersion=1.4.0 # A version of Xcode required to build the Kotlin/Native compiler.