Bumpskotlin-stdlib from 1.4.0 to 1.8.0.
Release notes
Sourced fromkotlin-stdlib's releases.
Kotlin 1.8.0
Changelog
Analysis API
KT-50255 Analysis API: Implement standalone mode for the Analysis API
Analysis API. FIR
KT-54292 Symbol Light classes: implement PsiVariable.computeConstantValue for light fieldKT-54293 Analysis API: fix constructor symbol creation when its accessed via type alias
Android
KT-53342 TCS: New AndroidSourceSet layout for multiplatformKT-53013 Increase AGP compile version in KGP to 4.1.3KT-54013 Report error when using deprecated Kotlin Android Extensions compiler pluginKT-53709 MPP, Android SSL2: Conflicting warnings forandroidTest/kotlin source set folder
Backend. Native. Debug
KT-53561 Invalid LLVM module: "inlinable function call in a function with debug info must have a !dbg location"
Compiler
New Features
KT-52817 Add@JvmSerializableLambda annotation to keep old behavior of non-invokedynamic lambdasKT-54460 Implementation of non-local break and continueKT-53916 Support Xcode 14 and new Objective-C frameworks in Kotlin/Native compilerKT-32208 Generate method annotations into bytecode for suspend lambdas (on invokeSuspend)KT-53438 Introduce a way to get SourceDebugExtension attribute value via JVMTI for profiler and coverage
Performance Improvements
KT-53347 Get rid of excess allocations in parserKT-53689 JVM: Optimize equality on class literalsKT-53119 Improve String Concatenation Lowering
Fixes
KT-53465 Unnecessary checkcast to array of reified type is not optimized since Kotlin 1.6.20KT-49658 NI: False negative TYPE_MISMATCH on nullable type withwhenKT-48162 NON_VARARG_SPREAD isn't reported on *toTypedArray() callKT-43493 NI: False negative: no compilation error "Operator '==' cannot be applied to 'Long' and 'Int'" is reported in builder inference lambdasKT-54393 Change in behavior from 1.7.10 to 1.7.20 for java field override.KT-55357 IllegalStateException when reading a class that delegates to a Java class with a definitely-not-null type with a flexible upper boundKT-55068 Kotlin Gradle DSL: No mapping for symbol: VALUE_PARAMETER SCRIPT_IMPLICIT_RECEIVER on JVM IR backendKT-51284 SAM conversion doesn't work if method has context receiversKT-48532 Remove old JVM backend
... (truncated)
Changelog
Sourced fromkotlin-stdlib's changelog.
1.8.0
Analysis API
KT-50255 Analysis API: Implement standalone mode for the Analysis API
Analysis API. FIR
KT-54292 Symbol Light classes: implement PsiVariable.computeConstantValue for light fieldKT-54293 Analysis API: fix constructor symbol creation when its accessed via type alias
Android
KT-53342 TCS: New AndroidSourceSet layout for multiplatformKT-53013 Increase AGP compile version in KGP to 4.1.3KT-54013 Report error when using deprecated Kotlin Android Extensions compiler pluginKT-53709 MPP, Android SSL2: Conflicting warnings forandroidTest/kotlin source set folder
Backend. Native. Debug
KT-53561 Invalid LLVM module: "inlinable function call in a function with debug info must have a !dbg location"
Compiler
New Features
KT-52817 Add@JvmSerializableLambda annotation to keep old behavior of non-invokedynamic lambdasKT-54460 Implementation of non-local break and continueKT-53916 Support Xcode 14 and new Objective-C frameworks in Kotlin/Native compilerKT-32208 Generate method annotations into bytecode for suspend lambdas (on invokeSuspend)KT-53438 Introduce a way to get SourceDebugExtension attribute value via JVMTI for profiler and coverage
Performance Improvements
KT-53347 Get rid of excess allocations in parserKT-53689 JVM: Optimize equality on class literalsKT-53119 Improve String Concatenation Lowering
Fixes
KT-53465 Unnecessary checkcast to array of reified type is not optimized since Kotlin 1.6.20KT-49658 NI: False negative TYPE_MISMATCH on nullable type withwhenKT-48162 NON_VARARG_SPREAD isn't reported on *toTypedArray() callKT-43493 NI: False negative: no compilation error "Operator '==' cannot be applied to 'Long' and 'Int'" is reported in builder inference lambdasKT-54393 Change in behavior from 1.7.10 to 1.7.20 for java field override.KT-55357 IllegalStateException when reading a class that delegates to a Java class with a definitely-not-null type with a flexible upper boundKT-55068 Kotlin Gradle DSL: No mapping for symbol: VALUE_PARAMETER SCRIPT_IMPLICIT_RECEIVER on JVM IR backendKT-51284 SAM conversion doesn't work if method has context receiversKT-48532 Remove old JVM backendKT-55065 Kotlin Gradle DSL: Reflection cannot find class data for lambda, produced by JVM IR backend
... (truncated)
Commits
da1a843 Add ChangeLog for 1.8.0-RC2d325cf8 Call additional publishToMavenLocal in maven build scripts and enable info0403d70 Don't leave Gradle daemons after build scripts52b225d Fix task module-name is not propagated to compiler argumentsd40ebc3 Specify versions-maven-plugin version explicitly2e829ed Fix version parsing crash on Gradle rich version stringf603c0e Scripting, IR: fix capturing of implicit receiver06cbf8f Scripting, tests: enable custom script tests with IRd61cef0 Fix deserialization exception for DNN types from Javaea33e72 JVM IR: script is a valid container for local delegated properties- Additional commits viewable incompare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR@dependabot recreate will recreate this PR, overwriting any edits that have been made to it@dependabot merge will merge this PR after your CI passes on it@dependabot squash and merge will squash and merge this PR after your CI passes on it@dependabot cancel merge will cancel a previously requested merge and block automerging@dependabot reopen will reopen this PR if it is closed@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumpskotlin-stdlib from 1.4.0 to 1.8.0.
Release notes
Sourced fromkotlin-stdlib's releases.
... (truncated)
Changelog
Sourced fromkotlin-stdlib's changelog.
... (truncated)
Commits
da1a843Add ChangeLog for 1.8.0-RC2d325cf8Call additional publishToMavenLocal in maven build scripts and enable info0403d70Don't leave Gradle daemons after build scripts52b225dFix task module-name is not propagated to compiler argumentsd40ebc3Specify versions-maven-plugin version explicitly2e829edFix version parsing crash on Gradle rich version stringf603c0eScripting, IR: fix capturing of implicit receiver06cbf8fScripting, tests: enable custom script tests with IRd61cef0Fix deserialization exception for DNN types from Javaea33e72JVM IR: script is a valid container for local delegated propertiesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)