JetBrains/kotlin
JetBrains/kotlin
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 8/29/2018
Pre-ReleasePre-releaseKT-6592 Support local variable initialization in lambda arguments to some functionsKT-19323 Allow generic type parameter to have mixed constraints for @InlineOnly functionsKT-24857 Support compatibility wrappers for coroutines in compilerKT-25320 Support limited conversions for constants to simplify interop for Kotlin/NativeKT-25372 Support JvmName on annotation property gettersKT-25495 Release contract DSL as experimentalKT-25557 Metadata that maps coroutine label to the file name and line numberKT-25559 Metadata that maps coroutine spilled state to local variablesKT-25655 Safe or non-null calls required on x following check(x != null)KT-25972 Support reading binary metadata of the next major releaseKT-24657 Compiler performance issues with big filesKT-26243 Avoid redundant "specialized" method for suspend lambdas.KT-19628 Unresolved reference not reported on data class constructor [@get](https://github.com/get) annotationKT-20830 Nulls can propagate through "enhanced nullability" types on module boundariesKT-21240 Remove suspendCoroutineOrReturn intrinsic from compilerKT-22379 Condition of while-loop with break can produce unsound smartcastKT-23438 Back-end (JVM) Internal error: Failed to generate function suspendCoroutineOrReturnKT-23819 Inline classes: mapping of fully generic classesKT-23857 Annotation with target TYPE is not applicable to TYPE_USE in Java sourcesKT-24717 Allow number literals to be used as unsigned ones with unsigned expected typedKT-24860 Forbid usage function expression as suspend function expressionKT-24872 Do not generate user-defined methods inside box class of inline classKT-24873 Generate equals/hashCode/toString methods for inline classes same as for data classesKT-25246 Incorrect bytecode generated for secondary constructor in inline class + primitive arrayKT-25278 No smart cast for "returns() implies" contract when default argument is omittedKT-25287 Getter-targeted annotations on annotation constructor parameters are lostKT-25293 “Couldn't transform method node” error on compiling inline class with hashCode() method call when underlying value type is basic (number, char, boolean)KT-25299 NoSuchMethodError Foo$Erased.hashCode(Ljava/lang/Object;) for hashCode(), toString() and equals() methods in inline classesKT-25328 “Couldn't transform method node” error on compiling inline class which is wrapping Unit typeKT-25330 CCE “[Ljava.lang.Integer; cannot be cast to Foo” for inline class which is wrapping ArrayKT-25521 Coroutines state machine in Kotlin 1.3 should not have getLabel/setLabelKT-25558 Stabilize field naming and mangling for suspending lambda classesKT-25580 No warning about experimental API when unsigned types are inferredKT-25599 “Exception during code generation” on compiling code with public constructor of unsigned numbers arrayKT-25614 Support secondary constructors for inline classesKT-25683 Compiler support for calling experimental suspend functions and function with experimental suspend function type as parameterKT-25688 Add $continuation to LVTKT-25750 CCE “Foo cannot be cast to java.lang.String” with inline classKT-25760 Inline data class throws java.lang.VerifyError when trying toString() itKT-25794 Incorrect code generated for accessing elements of Array where C is inline classKT-25824 Move SuspendFunctionN fictitious interfaces to kotlin.coroutines packageKT-25825 Allow to distinguish instances of function types from instances of suspend function types via kotlin.coroutines.jvm.internal.SuspendFunction marker interfaceKT-25912 Calling groupingBy+reduce from suspend function causes IncompatibleClassChangeErrorKT-25914 '==' for inline class with custom 'equals' uses underlying primitive type comparison insteadKT-25973 Report metadata version mismatch upon discovering a .kotlin_module file in the dependencies with an incompatible metadata versionKT-25981 Incorrect code generated for unboxed to boxed inline class equalityKT-25983 Inline class equality uses IEEE 754 instead of total orderKT-26029 Prohibit delegated properties inside inline classesKT-26030 Prohibit implementation by delegation for inline classesKT-26052 Inline Classes: IllegalArgumentException when underlying type is non-null but declared type is nullableKT-26101 Prohibit inline classes with recursive underlying typesKT-26103 Inline class with type parameters is inconsistently mapped to JVM type if underlying type is a primitiveKT-26120 Inline Classes: Class inheritance is allowed but fails when referencing a superclass memberKT-25316 PARTIAL resolve mode doesn't work when effects system is enabledKT-25611 With Language / API version = "Latest stable" installing 1.3-M1 plugin upgrades actual values to 1.3KT-25681 Remove "Coroutines (experimental)" settings from IDE and do not pass -Xcoroutines to JPS compiler (since 1.3)KT-25714 Kotlin plugin updater suggests plugins incompatible with current Studio build platformKT-26239 New MPP template: add kotlin-test libraries to the modules dependencies by defaultKT-26290 Gradle Import: When all modules have the same language/API version use it for project-level settings as wellKT-25275 Code completion does not take into account smart casts gotten from "returns implies" contractKT-22330 "Add remaining branch" quickfix doesn't properly import enum classKT-22354 "Add remaining branches with import" quick fix causes KNPE at ImportAllMembersIntention$Companion.importReceiverMembers()KT-26158 KNPE in "Create local variable"KT-26217 "org.jetbrains.kotlin.resolve.MultiTargetPlatform$Common cannot be cast to org.jetbrains.kotlin.resolve.MultiTargetPlatform$Specific" on splitted actualsKT-25814 IDE scripting console -> kotlin (JSR-223) - compilation errors - unresolved IDEA classesKT-25822 jvmTarget from the script compiler options is ignored in the IDEKT-22053 JS: Secondary constructor of Throwable inheritor doesn't call to primary oneKT-25014 Support 'when' with subject variable in JS back-endKT-26064 JS inliner calls wrong constructor in incremental buildKT-26117 JS runtime error: ArrayList_init instead of ArrayList_init_0KT-26138 JS: prohibit external inline classKT-26171 Prohibit inline classes as parameter and return type of external declarationKT-7566 Annotate kotlin.test.Test.assertNotNull() so that safe dereference isn't required after itKT-14397 Make "smart cast" to non-null string working after isNullOrEmpty() check.KT-19532 Evaluation order for constructor callKT-22274 Restrict statement labels applicabilityKT-13814 keys.associateWith { k -> v } functionKT-15539 Random Convenience Method in Ranges (LongRange, IntRange, etc)KT-15695 String/Collection/Map/Array/Sequence.ifEmpty { null }KT-18986 Debug-friendly toString implementation for CoroutineImplKT-25570 Random extensions to generate unsigned random numbersKT-25659 Consider adding SuccessOrFailure.getOrDefault functionKT-25874 Support array copying between two existing arraysKT-25875 Need more access to raw underlying array in unsigned arraysKT-25962 Add contract for 'synchronized'KT-26339 Introduce CoroutineStackFrame interface for coroutine stack reconstruction in debuggerKT-16097 Index overflow when sequence has more than Int.MAX_VALUE elementsKT-17176 Long/Int progressions with Long.MIN_VALUE and Int.MIN_VALUE step are weirdKT-19305 IOStreams#readBytes is badly namedKT-19489 Array.copyOfRange returns value violating declared type when bounds are out of rangeKT-21049 Different behavior in split by regex at JVM and JSKT-23799 Discontinue deprecated artifacts distribution: kotlin-runtime, kotlin-jslib, kotlin-stdlib-jre7/8KT-25274 contract() function has internal visibilityKT-25303 checkNotNull(T?) has no contract in contrast to checkNotNull(T?, () -> Any)KT-25771 SuccessOrFailure.isFailure always returns false when boxedKT-25961 Provide a way to create default-initialized 'U*Array'KT-26161 String-to-number and number-to-string conversions for unsigned integersKT-14657 Reflection: Provide ability to enumerate all cases of a sealed classKT-16795 KType does not implement KAnnotatedElementKT-21972 Reflection: Implement suspend functions KCallable.callSuspend, callSuspendBy, and isSuspendKT-25823 Report a warning or error if an old language version or API version is usedKT-26301 In new MPP, a project with no java or java-base plugin applied cannot depend on a published MPP lib or run testsKT-26142 update maven-central remote repository urlrelease notes
Published 8/29/2018
Pre-ReleasePre-releaseKT-6592 Support local variable initialization in lambda arguments to some functionsKT-19323 Allow generic type parameter to have mixed constraints for @InlineOnly functionsKT-24857 Support compatibility wrappers for coroutines in compilerKT-25320 Support limited conversions for constants to simplify interop for Kotlin/NativeKT-25372 Support JvmName on annotation property gettersKT-25495 Release contract DSL as experimentalKT-25557 Metadata that maps coroutine label to the file name and line numberKT-25559 Metadata that maps coroutine spilled state to local variablesKT-25655 Safe or non-null calls required on x following check(x != null)KT-25972 Support reading binary metadata of the next major releaseKT-24657 Compiler performance issues with big filesKT-26243 Avoid redundant "specialized" method for suspend lambdas.KT-19628 Unresolved reference not reported on data class constructor [@get](https://github.com/get) annotationKT-20830 Nulls can propagate through "enhanced nullability" types on module boundariesKT-21240 Remove suspendCoroutineOrReturn intrinsic from compilerKT-22379 Condition of while-loop with break can produce unsound smartcastKT-23438 Back-end (JVM) Internal error: Failed to generate function suspendCoroutineOrReturnKT-23819 Inline classes: mapping of fully generic classesKT-23857 Annotation with target TYPE is not applicable to TYPE_USE in Java sourcesKT-24717 Allow number literals to be used as unsigned ones with unsigned expected typedKT-24860 Forbid usage function expression as suspend function expressionKT-24872 Do not generate user-defined methods inside box class of inline classKT-24873 Generate equals/hashCode/toString methods for inline classes same as for data classesKT-25246 Incorrect bytecode generated for secondary constructor in inline class + primitive arrayKT-25278 No smart cast for "returns() implies" contract when default argument is omittedKT-25287 Getter-targeted annotations on annotation constructor parameters are lostKT-25293 “Couldn't transform method node” error on compiling inline class with hashCode() method call when underlying value type is basic (number, char, boolean)KT-25299 NoSuchMethodError Foo$Erased.hashCode(Ljava/lang/Object;) for hashCode(), toString() and equals() methods in inline classesKT-25328 “Couldn't transform method node” error on compiling inline class which is wrapping Unit typeKT-25330 CCE “[Ljava.lang.Integer; cannot be cast to Foo” for inline class which is wrapping ArrayKT-25521 Coroutines state machine in Kotlin 1.3 should not have getLabel/setLabelKT-25558 Stabilize field naming and mangling for suspending lambda classesKT-25580 No warning about experimental API when unsigned types are inferredKT-25599 “Exception during code generation” on compiling code with public constructor of unsigned numbers arrayKT-25614 Support secondary constructors for inline classesKT-25683 Compiler support for calling experimental suspend functions and function with experimental suspend function type as parameterKT-25688 Add $continuation to LVTKT-25750 CCE “Foo cannot be cast to java.lang.String” with inline classKT-25760 Inline data class throws java.lang.VerifyError when trying toString() itKT-25794 Incorrect code generated for accessing elements of Array where C is inline classKT-25824 Move SuspendFunctionN fictitious interfaces to kotlin.coroutines packageKT-25825 Allow to distinguish instances of function types from instances of suspend function types via kotlin.coroutines.jvm.internal.SuspendFunction marker interfaceKT-25912 Calling groupingBy+reduce from suspend function causes IncompatibleClassChangeErrorKT-25914 '==' for inline class with custom 'equals' uses underlying primitive type comparison insteadKT-25973 Report metadata version mismatch upon discovering a .kotlin_module file in the dependencies with an incompatible metadata versionKT-25981 Incorrect code generated for unboxed to boxed inline class equalityKT-25983 Inline class equality uses IEEE 754 instead of total orderKT-26029 Prohibit delegated properties inside inline classesKT-26030 Prohibit implementation by delegation for inline classesKT-26052 Inline Classes: IllegalArgumentException when underlying type is non-null but declared type is nullableKT-26101 Prohibit inline classes with recursive underlying typesKT-26103 Inline class with type parameters is inconsistently mapped to JVM type if underlying type is a primitiveKT-26120 Inline Classes: Class inheritance is allowed but fails when referencing a superclass memberKT-25316 PARTIAL resolve mode doesn't work when effects system is enabledKT-25611 With Language / API version = "Latest stable" installing 1.3-M1 plugin upgrades actual values to 1.3KT-25681 Remove "Coroutines (experimental)" settings from IDE and do not pass -Xcoroutines to JPS compiler (since 1.3)KT-25714 Kotlin plugin updater suggests plugins incompatible with current Studio build platformKT-26239 New MPP template: add kotlin-test libraries to the modules dependencies by defaultKT-26290 Gradle Import: When all modules have the same language/API version use it for project-level settings as wellKT-25275 Code completion does not take into account smart casts gotten from "returns implies" contractKT-22330 "Add remaining branch" quickfix doesn't properly import enum classKT-22354 "Add remaining branches with import" quick fix causes KNPE at ImportAllMembersIntention$Companion.importReceiverMembers()KT-26158 KNPE in "Create local variable"KT-26217 "org.jetbrains.kotlin.resolve.MultiTargetPlatform$Common cannot be cast to org.jetbrains.kotlin.resolve.MultiTargetPlatform$Specific" on splitted actualsKT-25814 IDE scripting console -> kotlin (JSR-223) - compilation errors - unresolved IDEA classesKT-25822 jvmTarget from the script compiler options is ignored in the IDEKT-22053 JS: Secondary constructor of Throwable inheritor doesn't call to primary oneKT-25014 Support 'when' with subject variable in JS back-endKT-26064 JS inliner calls wrong constructor in incremental buildKT-26117 JS runtime error: ArrayList_init instead of ArrayList_init_0KT-26138 JS: prohibit external inline classKT-26171 Prohibit inline classes as parameter and return type of external declarationKT-7566 Annotate kotlin.test.Test.assertNotNull() so that safe dereference isn't required after itKT-14397 Make "smart cast" to non-null string working after isNullOrEmpty() check.KT-19532 Evaluation order for constructor callKT-22274 Restrict statement labels applicabilityKT-13814 keys.associateWith { k -> v } functionKT-15539 Random Convenience Method in Ranges (LongRange, IntRange, etc)KT-15695 String/Collection/Map/Array/Sequence.ifEmpty { null }KT-18986 Debug-friendly toString implementation for CoroutineImplKT-25570 Random extensions to generate unsigned random numbersKT-25659 Consider adding SuccessOrFailure.getOrDefault functionKT-25874 Support array copying between two existing arraysKT-25875 Need more access to raw underlying array in unsigned arraysKT-25962 Add contract for 'synchronized'KT-26339 Introduce CoroutineStackFrame interface for coroutine stack reconstruction in debuggerKT-16097 Index overflow when sequence has more than Int.MAX_VALUE elementsKT-17176 Long/Int progressions with Long.MIN_VALUE and Int.MIN_VALUE step are weirdKT-19305 IOStreams#readBytes is badly namedKT-19489 Array.copyOfRange returns value violating declared type when bounds are out of rangeKT-21049 Different behavior in split by regex at JVM and JSKT-23799 Discontinue deprecated artifacts distribution: kotlin-runtime, kotlin-jslib, kotlin-stdlib-jre7/8KT-25274 contract() function has internal visibilityKT-25303 checkNotNull(T?) has no contract in contrast to checkNotNull(T?, () -> Any)KT-25771 SuccessOrFailure.isFailure always returns false when boxedKT-25961 Provide a way to create default-initialized 'U*Array'KT-26161 String-to-number and number-to-string conversions for unsigned integersKT-14657 Reflection: Provide ability to enumerate all cases of a sealed classKT-16795 KType does not implement KAnnotatedElementKT-21972 Reflection: Implement suspend functions KCallable.callSuspend, callSuspendBy, and isSuspendKT-25823 Report a warning or error if an old language version or API version is usedKT-26301 In new MPP, a project with no java or java-base plugin applied cannot depend on a published MPP lib or run testsKT-26142 update maven-central remote repository urlThe Kotlin Programming Language.