Title: Bump kotlin-stdlib from 1.4.0 to 1.5.20 by dependabot[bot] · Pull Request #397 · StubbornJava/StubbornJava · GitHub
Open Graph Title: Bump kotlin-stdlib from 1.4.0 to 1.5.20 by dependabot[bot] · Pull Request #397 · StubbornJava/StubbornJava
X Title: Bump kotlin-stdlib from 1.4.0 to 1.5.20 by dependabot[bot] · Pull Request #397 · StubbornJava/StubbornJava
Description: Bumps kotlin-stdlib from 1.4.0 to 1.5.20. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.5.20 How to update to a new release Changelog Compiler New Features KT-43262 No error for Java generic class @NotNull type parameter used in Kotlin with nullable type argument KT-44373 FIR: support error / warning suppression KT-45189 Support nullability annotations at module level KT-45284 Emit warnings based on jspecify annotations KT-45525 Allow to omit JvmInline annotation for expect value classes KT-46545 Emit annotations on function type parameters into bytecode for -jvm-target 1.8 and above Performance Improvements KT-36646 Don't box primitive values in equality comparison with objects in JVM_IR Fixes KT-8325 Unresolved annotation should be an error KT-19455 Type annotation unresolved on a type parameter of a supertype in anonymous object expression KT-24643 Prohibit using a type parameter declared for an extension property inside delegate KT-25876 Annotations on return types and supertypes are not analyzed KT-28449 Annotation target is not analyzed in several cases for type annotations KT-36770 Prohibit unsafe calls with expected @NotNull T and given Kotlin generic parameter with nullable bound KT-36880 K/N IR: Reference to expect property in actual declaration is not remapped KT-38325 IllegalStateException: No parameter with index 0-0 when iterating Scala 2.12.11 List KT-38342 FIR: Consider renaming diagnostic from AMBIGUITY to OVERLOAD_RESOLUTION_AMBIGUITY KT-38476 [FIR] Forgotten type approximation KT-38540 Kotlin/Native Set.contains fails with specific enum setup KT-40425 IrGenerationExtension. Support simple reporting to compiler output (for development/debug) KT-41620 ClassCastException: Class cannot be cast to java.lang.Void KT-41679 NI: TYPE_MISMATCH wrong type inference of collection with type Any and integer literal KT-41818 NI: False positive IMPLICIT_NOTHING_TYPE_ARGUMENT_IN_RETURN_POSITION leads to NothingValueException on delegated properties KT-42239 IR: Report compilation error instead of throwing an exception (effectively crash compiler) when some declaration wasn't found while deserialization KT-42631 ArrayIndexOutOfBoundsException was thrown during IR lowering KT-43258 NI: False positive "Suspend function 'invoke' should be called only from a coroutine or another suspend function" when calling suspend operator fun on object property from last expression of a crossinlined suspend lambda KT-44036 Enum initialization order KT-44511 FIR DFA: smartcast after if (nullable ?: boolean) KT-44554 RAW FIR: NPE in RawFirBuilder KT-44682 raw FIR: incorrect source for qualified access KT-44695 *_TYPE_MISMATCH_ON_OVERRIDE checkers do not work for anonymous objects KT-44699 FIR: incorrect lambda return type (led to a false alarm: PROPERTY_TYPE_MISMATCH_ON_OVERRIDE) KT-44802 FIR bootstrap: trying to access package private class KT-44813 FIR bootstrap: various errors in collection-like classes KT-44814 FIR bootstrap: incorrect cast in when branch KT-44942 [FIR] ClassCastException in boostrap tests ... (truncated) Changelog Sourced from kotlin-stdlib's changelog. 1.5.20 Compiler New Features KT-43262 No error for Java generic class @NotNull type parameter used in Kotlin with nullable type argument KT-44373 FIR: support error / warning suppression KT-45189 Support nullability annotations at module level KT-45284 Emit warnings based on jspecify annotations KT-45525 Allow to omit JvmInline annotation for expect value classes KT-46545 Emit annotations on function type parameters into bytecode for -jvm-target 1.8 and above Performance Improvements KT-36646 Don't box primitive values in equality comparison with objects in JVM_IR Fixes KT-8325 Unresolved annotation should be an error KT-19455 Type annotation unresolved on a type parameter of a supertype in anonymous object expression KT-24643 Prohibit using a type parameter declared for an extension property inside delegate KT-25876 Annotations on return types and supertypes are not analyzed KT-28449 Annotation target is not analyzed in several cases for type annotations KT-36770 Prohibit unsafe calls with expected @NotNull T and given Kotlin generic parameter with nullable bound KT-36880 K/N IR: Reference to expect property in actual declaration is not remapped KT-38325 IllegalStateException: No parameter with index 0-0 when iterating Scala 2.12.11 List KT-38342 FIR: Consider renaming diagnostic from AMBIGUITY to OVERLOAD_RESOLUTION_AMBIGUITY KT-38476 [FIR] Forgotten type approximation KT-38540 Kotlin/Native Set.contains fails with specific enum setup KT-40425 IrGenerationExtension. Support simple reporting to compiler output (for development/debug) KT-41620 ClassCastException: Class cannot be cast to java.lang.Void KT-41679 NI: TYPE_MISMATCH wrong type inference of collection with type Any and integer literal KT-41818 NI: False positive IMPLICIT_NOTHING_TYPE_ARGUMENT_IN_RETURN_POSITION leads to NothingValueException on delegated properties KT-42239 IR: Report compilation error instead of throwing an exception (effectively crash compiler) when some declaration wasn't found while deserialization KT-42631 ArrayIndexOutOfBoundsException was thrown during IR lowering KT-43258 NI: False positive "Suspend function 'invoke' should be called only from a coroutine or another suspend function" when calling suspend operator fun on object property from last expression of a crossinlined suspend lambda KT-44036 Enum initialization order KT-44511 FIR DFA: smartcast after if (nullable ?: boolean) KT-44554 RAW FIR: NPE in RawFirBuilder KT-44682 raw FIR: incorrect source for qualified access KT-44695 *_TYPE_MISMATCH_ON_OVERRIDE checkers do not work for anonymous objects KT-44699 FIR: incorrect lambda return type (led to a false alarm: PROPERTY_TYPE_MISMATCH_ON_OVERRIDE) KT-44802 FIR bootstrap: trying to access package private class KT-44813 FIR bootstrap: various errors in collection-like classes KT-44814 FIR bootstrap: incorrect cast in when branch KT-44942 [FIR] ClassCastException in boostrap tests KT-44995 FIR: false positive for ANNOTATION_ARGUMENT_MUST_BE_CONST KT-45010 FIR: lambda arguments of inapplicable call is not resolved KT-45048 FIR bootstrap: VerifyError on KtUltraLightClass ... (truncated) Commits 282fd2c Move 1.4.x changelog to a separate file d2a196c Add changelog for 1.5.20 4ac3753 Restore removed 'kotlinPluginVersion' property. eec6efb Use proper applicability for constraint warnings dc8fa06 rrr/1.5.20-release/ayalyshev/change-notes 2ffcc16 Add regression test for MPP android source set with resources 679e768 Fix adding non-directory to resources for Android source set 6b8cae2 Add workaround for compiler downloader for 1.5.20 release binaries 7d180b8 Treat toolchain as input only for JVM tasks. a5e1ec9 Revert "Warn on using 'jdkHome' option in Gradle builds." 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 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)
Open Graph Description: Bumps kotlin-stdlib from 1.4.0 to 1.5.20. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.5.20 How to update to a new release Changelog Compiler New Features KT-43262 No error ...
X Description: Bumps kotlin-stdlib from 1.4.0 to 1.5.20. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.5.20 How to update to a new release Changelog Compiler New Features KT-43262 No er...
Opengraph URL: https://github.com/StubbornJava/StubbornJava/pull/397
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:20fd6cc5-1539-32c7-9441-12915b7e37c6 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | 9DA8:290818:4204CF5:5A19BA8:697CA72D |
| html-safe-nonce | 8d485d5f223ea56f33e01d4cbffb2f18a3beaf7920e5bf76e47a04f1a61968af |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5REE4OjI5MDgxODo0MjA0Q0Y1OjVBMTlCQTg6Njk3Q0E3MkQiLCJ2aXNpdG9yX2lkIjoiNzIyNjQ0ODI3NTkxMjMwNDQzMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | fd309ad3c8d25cc1d88290f3d43067275974d743c1727c09c7a9f8999a45f4a9 |
| hovercard-subject-tag | pull_request:687516772 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,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/StubbornJava/StubbornJava/pull/397/checks |
| 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 kotlin-stdlib from 1.4.0 to 1.5.20. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.5.20 How to update to a new release Changelog Compiler New Features KT-43262 No error ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5bdfd06d077d4bc79a8063f7549f208cda3158f1322903029653dc97f57b937a |
| turbo-cache-control | no-preview |
| go-import | github.com/StubbornJava/StubbornJava git https://github.com/StubbornJava/StubbornJava.git |
| octolytics-dimension-user_id | 23585940 |
| octolytics-dimension-user_login | StubbornJava |
| octolytics-dimension-repository_id | 77759012 |
| octolytics-dimension-repository_nwo | StubbornJava/StubbornJava |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 77759012 |
| octolytics-dimension-repository_network_root_nwo | StubbornJava/StubbornJava |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | f8a309d88087f59ff1a2f2cd9e9e79ed01a7b84e |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width