build(deps): bump kotlin-stdlib from 1.3.72 to 1.4.10 #19

Merged
dependabot[bot] merged 1 commits from dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-1.4.10 into master 2020-10-21 00:07:26 +08:00
dependabot[bot] commented 2020-10-16 19:09:52 +08:00 (Migrated from github.com)

Bumps kotlin-stdlib from 1.3.72 to 1.4.10.

Release notes

Sourced from kotlin-stdlib's releases.

Kotlin 1.4.10

Contents

The release contents the JVM version of the Kotlin compiler, and also the Kotlin/Native compiler for the supported platforms: Linux, macOS and Windows.

Changelog

Compiler

Performance Improvements

  • KT-41149 NI: Upgraded project from 1.3.72 to 1.4.0 hangs during build
  • KT-41335 Kotlin Out of Memory When evaluating expression
  • KT-41400 NI: Huge performance regression for kotlin compiler from 1.3.72 to 1.4.0 due to using list of dozen lambdas in a call

Fixes

  • KT-41005 Coercion to Unit doesn't take into account nullability of a return type for lambda
  • KT-41043 NI: StackOverflowError through PostponedArgumentInputTypesResolver.getAllDeeplyRelatedTypeVariables
  • KT-41135 Type Inference Regression For Property Delegate With Receiver Type
  • KT-41140 Unresolved reference to parameter of a catch block from lambda expression on 1.4.0
  • KT-41150 IllegalStateException: Couldn't obtain compiled function body for public final inline fun
  • KT-41164 NI: "IllegalStateException: Error type encountered" with callbackFlow builder inside condition
  • KT-41202 Type inference fails in 1.4.0
  • KT-41218 HMPP: arrayList declarations are visible both from stdlib-common and stdlib-jvm and lead to false-positive resolution ambiguity in IDE
  • KT-41308 1.4.0 Type inference regression in suspend blocks with elvis operator expressions
  • KT-41357 ClassCastException for unstable smart cast on a property call receiver
  • KT-41386 NI: Type mismatch with generic type parameters
  • KT-41426 Operator compareTo is not called with nullable type
  • KT-41430 Broken choosing overload by lambda return type inside builder inference
  • KT-41470 Wrong nullability assertion is generated when using the BuilderInference annotation
  • KT-41482 Add a fallback compiler flag to disable the unified null checks behavior

IDE

  • KT-41325 SOE in IDEKotlinAsJavaSupport
  • KT-41390 Typo: equals & hashCode are written with the first uppercase letter

IDE. Code Style, Formatting

  • KT-41314 Formatter: Frequent freezes when reformatting code (TrailingCommaPostFormatProcessor)

IDE. Debugger

  • KT-40417 Coroutines Debugger: “No coroutine information found” in case of main() entry-point without explicit debug-artifact

IDE. Gradle. Script

  • KT-39542 EA-218043: java.util.NoSuchElementException: No element of given type found (GradleBuildRootsManager)
  • KT-41283 Gradle scripts unable to support 1.4 language level features yet

... (truncated)

Changelog

Sourced from kotlin-stdlib's changelog.

1.4.10

Compiler

Performance Improvements

  • KT-41149 NI: Upgraded project from 1.3.72 to 1.4.0 hangs during build
  • KT-41335 Kotlin Out of Memory When evaluating expression
  • KT-41400 NI: Huge performance regression for kotlin compiler from 1.3.72 to 1.4.0 due to using list of dozen lambdas in a call

Fixes

  • KT-41005 Coercion to Unit doesn't take into account nullability of a return type for lambda
  • KT-41043 NI: StackOverflowError through PostponedArgumentInputTypesResolver.getAllDeeplyRelatedTypeVariables
  • KT-41135 Type Inference Regression For Property Delegate With Receiver Type
  • KT-41140 Unresolved reference to parameter of a catch block from lambda expression on 1.4.0
  • KT-41150 IllegalStateException: Couldn't obtain compiled function body for public final inline fun
  • KT-41164 NI: "IllegalStateException: Error type encountered" with callbackFlow builder inside condition
  • KT-41202 Type inference fails in 1.4.0
  • KT-41218 HMPP: arrayList declarations are visible both from stdlib-common and stdlib-jvm and lead to false-positive resolution ambiguity in IDE
  • KT-41308 1.4.0 Type inference regression in suspend blocks with elvis operator expressions
  • KT-41357 ClassCastException for unstable smart cast on a property call receiver
  • KT-41386 NI: Type mismatch with generic type parameters
  • KT-41426 Operator compareTo is not called with nullable type
  • KT-41430 Broken choosing overload by lambda return type inside builder inference
  • KT-41470 Wrong nullability assertion is generated when using the BuilderInference annotation
  • KT-41482 Add a fallback compiler flag to disable the unified null checks behavior

IDE

  • KT-41325 SOE in IDEKotlinAsJavaSupport
  • KT-41390 Typo: equals & hashCode are written with the first uppercase letter

IDE. Code Style, Formatting

  • KT-41314 Formatter: Frequent freezes when reformatting code (TrailingCommaPostFormatProcessor)

IDE. Debugger

  • KT-40417 Coroutines Debugger: “No coroutine information found” in case of main() entry-point without explicit debug-artifact

IDE. Gradle. Script

  • KT-39542 EA-218043: java.util.NoSuchElementException: No element of given type found (GradleBuildRootsManager)
  • KT-41283 Gradle scripts unable to support 1.4 language level features yet

IDE. Inspections and Intentions

  • KT-41264 Disable “Redundant inner modifier” in 1.4.10
  • KT-41395 Inspection description misses a space (needs to be lowercase)

... (truncated)

Commits
  • 8f668bc Add changelog for 1.4.10
  • d8d7831 Update Kotlin/Native: 1.4.10
  • 28535aa Use correct return type for constructor call when creating EnumDescriptor
  • 3039024 Register additional repository id
  • a0197d9 Update Kotlin/Native: 1.4.10-rc1-19
  • 2cb77fd Update Kotlin/Native: 1.4.10-rc1-16
  • f1e2def KT-41313: Only load .jar files when locating annotation processors
  • fdb5b27 [NI] Fix resolution status for UnstableSmartCastDiagnostic
  • 0c5be1f as42: Additional fixes for AS42 and 202 platform
  • 32e21cf as42: Apply 201 <-> AS41 diff
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.3.72 to 1.4.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">kotlin-stdlib's releases</a>.</em></p> <blockquote> <h2>Kotlin 1.4.10</h2> <h2>Contents</h2> <p>The release contents the JVM version of the Kotlin compiler, and also the Kotlin/Native compiler for the supported platforms: Linux, macOS and Windows.</p> <h2>Changelog</h2> <h3>Compiler</h3> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-41149"><code>KT-41149</code></a> NI: Upgraded project from 1.3.72 to 1.4.0 hangs during build</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41335"><code>KT-41335</code></a> Kotlin Out of Memory When evaluating expression</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41400"><code>KT-41400</code></a> NI: Huge performance regression for kotlin compiler from 1.3.72 to 1.4.0 due to using list of dozen lambdas in a call</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-41005"><code>KT-41005</code></a> Coercion to Unit doesn't take into account nullability of a return type for lambda</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41043"><code>KT-41043</code></a> NI: StackOverflowError through <code>PostponedArgumentInputTypesResolver.getAllDeeplyRelatedTypeVariables</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41135"><code>KT-41135</code></a> Type Inference Regression For Property Delegate With Receiver Type</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41140"><code>KT-41140</code></a> Unresolved reference to parameter of a catch block from lambda expression on 1.4.0</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41150"><code>KT-41150</code></a> IllegalStateException: Couldn't obtain compiled function body for public final inline fun</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41164"><code>KT-41164</code></a> NI: &quot;IllegalStateException: Error type encountered&quot; with callbackFlow builder inside condition</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41202"><code>KT-41202</code></a> Type inference fails in 1.4.0</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41218"><code>KT-41218</code></a> HMPP: arrayList declarations are visible both from stdlib-common and stdlib-jvm and lead to false-positive resolution ambiguity in IDE</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41308"><code>KT-41308</code></a> 1.4.0 Type inference regression in suspend blocks with elvis operator expressions</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41357"><code>KT-41357</code></a> ClassCastException for unstable smart cast on a property call receiver</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41386"><code>KT-41386</code></a> NI: Type mismatch with generic type parameters</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41426"><code>KT-41426</code></a> Operator compareTo is not called with nullable type</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41430"><code>KT-41430</code></a> Broken choosing overload by lambda return type inside builder inference</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41470"><code>KT-41470</code></a> Wrong nullability assertion is generated when using the BuilderInference annotation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41482"><code>KT-41482</code></a> Add a fallback compiler flag to disable the unified null checks behavior</li> </ul> <h3>IDE</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-41325"><code>KT-41325</code></a> SOE in IDEKotlinAsJavaSupport</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41390"><code>KT-41390</code></a> Typo: equals &amp; hashCode are written with the first uppercase letter</li> </ul> <h3>IDE. Code Style, Formatting</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-41314"><code>KT-41314</code></a> Formatter: Frequent freezes when reformatting code (TrailingCommaPostFormatProcessor)</li> </ul> <h3>IDE. Debugger</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-40417"><code>KT-40417</code></a> Coroutines Debugger: “No coroutine information found” in case of main() entry-point without explicit debug-artifact</li> </ul> <h3>IDE. Gradle. Script</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-39542"><code>KT-39542</code></a> EA-218043: java.util.NoSuchElementException: No element of given type found (GradleBuildRootsManager)</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41283"><code>KT-41283</code></a> Gradle scripts unable to support 1.4 language level features yet</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md">kotlin-stdlib's changelog</a>.</em></p> <blockquote> <h2>1.4.10</h2> <h3>Compiler</h3> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-41149"><code>KT-41149</code></a> NI: Upgraded project from 1.3.72 to 1.4.0 hangs during build</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41335"><code>KT-41335</code></a> Kotlin Out of Memory When evaluating expression</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41400"><code>KT-41400</code></a> NI: Huge performance regression for kotlin compiler from 1.3.72 to 1.4.0 due to using list of dozen lambdas in a call</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-41005"><code>KT-41005</code></a> Coercion to Unit doesn't take into account nullability of a return type for lambda</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41043"><code>KT-41043</code></a> NI: StackOverflowError through <code>PostponedArgumentInputTypesResolver.getAllDeeplyRelatedTypeVariables</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41135"><code>KT-41135</code></a> Type Inference Regression For Property Delegate With Receiver Type</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41140"><code>KT-41140</code></a> Unresolved reference to parameter of a catch block from lambda expression on 1.4.0</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41150"><code>KT-41150</code></a> IllegalStateException: Couldn't obtain compiled function body for public final inline fun</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41164"><code>KT-41164</code></a> NI: &quot;IllegalStateException: Error type encountered&quot; with callbackFlow builder inside condition</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41202"><code>KT-41202</code></a> Type inference fails in 1.4.0</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41218"><code>KT-41218</code></a> HMPP: arrayList declarations are visible both from stdlib-common and stdlib-jvm and lead to false-positive resolution ambiguity in IDE</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41308"><code>KT-41308</code></a> 1.4.0 Type inference regression in suspend blocks with elvis operator expressions</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41357"><code>KT-41357</code></a> ClassCastException for unstable smart cast on a property call receiver</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41386"><code>KT-41386</code></a> NI: Type mismatch with generic type parameters</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41426"><code>KT-41426</code></a> Operator compareTo is not called with nullable type</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41430"><code>KT-41430</code></a> Broken choosing overload by lambda return type inside builder inference</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41470"><code>KT-41470</code></a> Wrong nullability assertion is generated when using the BuilderInference annotation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41482"><code>KT-41482</code></a> Add a fallback compiler flag to disable the unified null checks behavior</li> </ul> <h3>IDE</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-41325"><code>KT-41325</code></a> SOE in IDEKotlinAsJavaSupport</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41390"><code>KT-41390</code></a> Typo: equals &amp; hashCode are written with the first uppercase letter</li> </ul> <h3>IDE. Code Style, Formatting</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-41314"><code>KT-41314</code></a> Formatter: Frequent freezes when reformatting code (TrailingCommaPostFormatProcessor)</li> </ul> <h3>IDE. Debugger</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-40417"><code>KT-40417</code></a> Coroutines Debugger: “No coroutine information found” in case of main() entry-point without explicit debug-artifact</li> </ul> <h3>IDE. Gradle. Script</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-39542"><code>KT-39542</code></a> EA-218043: java.util.NoSuchElementException: No element of given type found (GradleBuildRootsManager)</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41283"><code>KT-41283</code></a> Gradle scripts unable to support 1.4 language level features yet</li> </ul> <h3>IDE. Inspections and Intentions</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-41264"><code>KT-41264</code></a> Disable “Redundant inner modifier” in 1.4.10</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-41395"><code>KT-41395</code></a> Inspection description misses a space (needs to be lowercase)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/8f668bcbbee98e81757157b4ee99a23455576a18"><code>8f668bc</code></a> Add changelog for 1.4.10</li> <li><a href="https://github.com/JetBrains/kotlin/commit/d8d783181b5ba5bd256fa8e512785435b4a593ea"><code>d8d7831</code></a> Update Kotlin/Native: 1.4.10</li> <li><a href="https://github.com/JetBrains/kotlin/commit/28535aa625676da0c49bedff4b2d2eea275a2da9"><code>28535aa</code></a> Use correct return type for constructor call when creating EnumDescriptor</li> <li><a href="https://github.com/JetBrains/kotlin/commit/303902401f58d583c2355b90f3c657e5eaa30cad"><code>3039024</code></a> Register additional repository id</li> <li><a href="https://github.com/JetBrains/kotlin/commit/a0197d9e2f27c90dbf4151a0a93733836a0a12ea"><code>a0197d9</code></a> Update Kotlin/Native: 1.4.10-rc1-19</li> <li><a href="https://github.com/JetBrains/kotlin/commit/2cb77fd40cc14476594eea615598dfb4fde16fa8"><code>2cb77fd</code></a> Update Kotlin/Native: 1.4.10-rc1-16</li> <li><a href="https://github.com/JetBrains/kotlin/commit/f1e2def771b44a33909892879b5f6db061a0a9fe"><code>f1e2def</code></a> KT-41313: Only load .jar files when locating annotation processors</li> <li><a href="https://github.com/JetBrains/kotlin/commit/fdb5b27f6b15ae2510efe1da685037a5a9e8f6ef"><code>fdb5b27</code></a> [NI] Fix resolution status for UnstableSmartCastDiagnostic</li> <li><a href="https://github.com/JetBrains/kotlin/commit/0c5be1f820ff250909e9cc7e3ff8eb204bb01e41"><code>0c5be1f</code></a> as42: Additional fixes for AS42 and 202 platform</li> <li><a href="https://github.com/JetBrains/kotlin/commit/32e21cf7a0626bd4b089e0df41ac180d475be719"><code>32e21cf</code></a> as42: Apply 201 &lt;-&gt; AS41 diff</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlin:kotlin-stdlib&package-manager=maven&previous-version=1.3.72&new-version=1.4.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
xiaohai2271 (Migrated from github.com) approved these changes 2020-10-21 00:07:19 +08:00
Sign in to join this conversation.
No description provided.