Title: Bump org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.10 in /utbot-framework by dependabot[bot] · Pull Request #2753 · UnitTestBot/UTBotJava · GitHub
Open Graph Title: Bump org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.10 in /utbot-framework by dependabot[bot] · Pull Request #2753 · UnitTestBot/UTBotJava
X Title: Bump org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.10 in /utbot-framework by dependabot[bot] · Pull Request #2753 · UnitTestBot/UTBotJava
Description: Bumps org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.10.
Release notes
Sourced from org.jetbrains.kotlin.plugin.serialization's releases.
Kotlin 2.2.10
Changelog
Compiler
KT-79276 Dexing fails with "Cannot read field X because is null" with 2.2.0
KT-79442 "Multiple annotations of type kotlin.coroutines.jvm.internal.DebugMetadata": 2.2.0-Beta1 generates broken code with JVM default suspend methods in interfaces
KT-78815 Symbol not found: __ZNSt3__117bad_function_callD1Ev error on iOS 15.5 simulator in Xcode 16.3 after update to 2.2.0-Beta2
KT-78501 K2: Missing [ABSTRACT_SUPER_CALL] diagnostics for delegated interface method leads to AssertionError: isCompiledToJvmDefault during IR lowering
KT-78479 IR lowering failed / Unexpected null argument for composable call
KT-76477 Kotlin/Native: fix compiler performance reporting in sources->klib and klibs->binary
KT-78736 Missing [NOT_YET_SUPPORTED_IN_INLINE] diagnostics because of incorrect context update
KT-77685 "IllegalArgumentException: Sequence contains more than one matching element"
KT-76365 K2: Missing ABSTRACT_SUPER_CALL
KT-78352 False-positive IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE when comparing with equality operator (==)
Compose compiler
KT-78479 Ensure that default transform affects functions entered through a call
KT-78490 Fix visibility for default wrappers of protected methods
b/408492167 Emit parameter names in Compose source information
JavaScript
KT-79050 KJS / IC: "Unexpected body of primary constructor for processing irClass"
KT-79089 KJS: Could not load reporter / Cannot find module 'mocha' when running jsNode tests
Native
KT-79075 Stuck on Kotlin_getSourceInfo_core_symbolication
KT-76178 LLVM Update: symbol '__ZnwmSt19__type_descriptor_t' missing
Native. Runtime. Memory
KT-78925 Crash SIGABRT on Apple Watch after updating Kotlin to 2.2.0
Tools. CLI
KT-77445 UNRESOLVED_REFERENCE when importing classes from kotlin-stdlib
KT-78263 java.lang.NoClassDefFoundError: Could not initialize class com.intellij.psi.impl.PsiSubstitutorImpl
KT-78318 Unresolved reference when compiling kotlin/JS project on fresh master
Tools. Compiler Plugins
KT-78490 "AssertionError: SyntheticAccessorLowering should not attempt to modify other files" when calling protected open composable with default argument
KT-78038 Make jvm-abi-gen compiler plugin output classloader-friendly
Tools. Gradle
KT-77023 Support creating KotlinJvmAndroidCompilation in KotlinBaseApiPlugin
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.
2.2.10
Compiler
KT-79276 Dexing fails with "Cannot read field X because is null" with 2.2.0
KT-79442 "Multiple annotations of type kotlin.coroutines.jvm.internal.DebugMetadata": 2.2.0-Beta1 generates broken code with JVM default suspend methods in interfaces
KT-78815 Symbol not found: __ZNSt3__117bad_function_callD1Ev error on iOS 15.5 simulator in Xcode 16.3 after update to 2.2.0-Beta2
KT-78501 K2: Missing [ABSTRACT_SUPER_CALL] diagnostics for delegated interface method leads to AssertionError: isCompiledToJvmDefault during IR lowering
KT-78479 IR lowering failed / Unexpected null argument for composable call
KT-76477 Kotlin/Native: fix compiler performance reporting in sources->klib and klibs->binary
KT-78736 Missing [NOT_YET_SUPPORTED_IN_INLINE] diagnostics because of incorrect context update
KT-77685 "IllegalArgumentException: Sequence contains more than one matching element"
KT-76365 K2: Missing ABSTRACT_SUPER_CALL
KT-78352 False-positive IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE when comparing with equality operator (==)
Compose compiler
KT-78479 Ensure that default transform affects functions entered through a call
KT-78490 Fix visibility for default wrappers of protected methods
b/408492167 Emit parameter names in Compose source information
JavaScript
KT-79050 KJS / IC: "Unexpected body of primary constructor for processing irClass"
KT-79089 KJS: Could not load reporter / Cannot find module 'mocha' when running jsNode tests
Native
KT-79075 Stuck on Kotlin_getSourceInfo_core_symbolication
KT-76178 LLVM Update: symbol '__ZnwmSt19__type_descriptor_t' missing
Native. Runtime. Memory
KT-78925 Crash SIGABRT on Apple Watch after updating Kotlin to 2.2.0
Tools. CLI
KT-77445 UNRESOLVED_REFERENCE when importing classes from kotlin-stdlib
KT-78263 java.lang.NoClassDefFoundError: Could not initialize class com.intellij.psi.impl.PsiSubstitutorImpl
KT-78318 Unresolved reference when compiling kotlin/JS project on fresh master
Tools. Compiler Plugins
KT-78490 "AssertionError: SyntheticAccessorLowering should not attempt to modify other files" when calling protected open composable with default argument
KT-78038 Make jvm-abi-gen compiler plugin output classloader-friendly
Tools. Gradle
KT-77023 Support creating KotlinJvmAndroidCompilation in KotlinBaseApiPlugin
... (truncated)
Commits
c448af1 Add ChangeLog for 2.2.10-RC2
4925857 [JS] Upgrade NPM dependencies
0e3327f [K/N] Use coreSymbolicationImageListType=all_loaded by default
21231f5 [JVM] avoid unnecessary spills of some dead locals
4297254 [gradle] Fix missing mocha reporter module
95639d5 [JVM] Fix detection of $DefaultImpl bridges
09a5926 FIR: allow to resolve some Java classes with @kotlin.Metadata
4bf855d [K/JS] Fix incremental compilation for overridden external properties
69050bd [K/N][llvm] Update LLVM build to incorporate the recent changes
accbf36 Add ChangeLog for 2.2.10-RC
Additional commits viewable in compare 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 show
Open Graph Description: Bumps org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.10. Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.2.10 Changelog Compiler KT-79...
X Description: Bumps org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.10. Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.2.10 Changelog Compiler K...
Opengraph URL: https://github.com/UnitTestBot/UTBotJava/pull/2753
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:7470796d-a9c2-4d82-c574-3dec2cd7187f |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | E062:9A1E2:2325C42:2F5221A:698DA12F |
| html-safe-nonce | e0101ddfd44cf02d6d6c0805e806ea502e5b7606cd9cb4fa888dcfe9291f0db1 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMDYyOjlBMUUyOjIzMjVDNDI6MkY1MjIxQTo2OThEQTEyRiIsInZpc2l0b3JfaWQiOiIxNDk1OTM3OTQ0MTkxMzQ0OTQzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 6bf3b1b3c1ebeec31100dd1b7cb465cfa74adfd614d9c38f98fcaaedef2155e4 |
| hovercard-subject-tag | pull_request:2752662169 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/UnitTestBot/UTBotJava/pull/2753/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps org.jetbrains.kotlin.plugin.serialization from 1.7.20 to 2.2.10. Release notes Sourced from org.jetbrains.kotlin.plugin.serialization's releases. Kotlin 2.2.10 Changelog Compiler KT-79... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 8c7947c0c592efeab6162b9909ad11fa43bff8b0cb5ff43273dc25e41979d43e |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/UnitTestBot/UTBotJava git https://github.com/UnitTestBot/UTBotJava.git |
| octolytics-dimension-user_id | 87413538 |
| octolytics-dimension-user_login | UnitTestBot |
| octolytics-dimension-repository_id | 480810501 |
| octolytics-dimension-repository_nwo | UnitTestBot/UTBotJava |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 480810501 |
| octolytics-dimension-repository_network_root_nwo | UnitTestBot/UTBotJava |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 0562b88b05bab6c9b1cf780b4a66b9334b3a602a |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width