Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kotlin_version from 1.3.0 to 1.3.41 #23

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 14, 2019

Bumps kotlin_version from 1.3.0 to 1.3.41.

Updates kotlin-stdlib from 1.3.0 to 1.3.41

Release notes

Sourced from kotlin-stdlib's releases.

1.3.41

Compiler

  • KT-31981 New type inference asks to use ?. on non-null local variable
  • KT-32029 Exception when callable reference is resolved against unresolved type
  • KT-32037 No coercion to Unit for last expression with lambda in code block
  • KT-32038 Unsubstituted stub type cause type mismatch later for builder inference
  • KT-32051 NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER on matching Nothing with generic type parameter
  • KT-32081 New type inference fails involving Either and Nothing
  • KT-32089 False positive IMPLICIT_NOTHING_AS_TYPE_PARAMETER with lambdas
  • KT-32094 NI: member from star import has higher resolution priority than member imported by FQN
  • KT-32116 Type inference for HashMap<,> fails but compiles
  • KT-32123 Wrong unused import for extension method
  • KT-32133 Regression in Kotlin 1.3.40 new inference engine
  • KT-32134 java.lang.Throwable: Resolution error of this type shouldn't occur for resolve try as a call for incomplete try-construction
  • KT-32143 1.3.40 new inference: backward incompatibility in method calls with multiple SAM arguments
  • KT-32154 setOf(Map.Entry<*, *>::key) gives error on IDE
  • KT-32157 Issue with new type inference in unbounded generics
  • KT-32175 New Type Inference Algorithm, RxJava and IDE-Compiler Inconsistency
  • KT-32184 NI: Argument for @​NotNull parameter 'type' of org/jetbrains/kotlin/types/CommonSupertypes.depth must not be null
  • KT-32187 Exception when using callable reference with an unresolved LHS
  • KT-32218 Cannot call get on a Map<out Any,Any> with new type system
  • KT-32230 New inference not working with RxJava combineLatest
  • KT-32235 New type inference failure with in check

JavaScript

  • KT-32215 Reified generic doesn't work with ByteArray on js

Tools. CLI

  • KT-32272 kotlinc - no main manifest attribute, in hello.jar

Tools. REPL

  • KT-32085 Kotlinc REPL: "java.lang.NoClassDefFoundError: org/jline/reader/LineReaderBuilder"

Tools. Scripts

  • KT-32169 Kotlin 1.3.40 - Crash on running *.main.kts script: "NoSuchMethodError: kotlin.script.templates.standard.ScriptTemplateWithArgs."
  • KT-32206 Custom script definitions not loaded in the cli compiler

Previous releases

This release also includes the fixes and improvements from the previous releases.

Kotlin 1.3.40 EAP 3

CHANGELOG

1.3.40

... (truncated)
Changelog

Sourced from kotlin-stdlib's changelog.

1.3.41

Compiler

  • KT-31981 New type inference asks to use ?. on non-null local variable
  • KT-32029 Exception when callable reference is resolved against unresolved type
  • KT-32037 No coercion to Unit for last expression with lambda in code block
  • KT-32038 Unsubstituted stub type cause type mismatch later for builder inference
  • KT-32051 NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER on matching Nothing with generic type parameter
  • KT-32081 New type inference fails involving Either and Nothing
  • KT-32089 False positive IMPLICIT_NOTHING_AS_TYPE_PARAMETER with lambdas
  • KT-32094 NI: member from star import has higher resolution priority than member imported by FQN
  • KT-32116 Type inference for HashMap<,> fails but compiles
  • KT-32123 Wrong unused import for extension method
  • KT-32133 Regression in Kotlin 1.3.40 new inference engine
  • KT-32134 java.lang.Throwable: Resolution error of this type shouldn't occur for resolve try as a call for incomplete try-construction
  • KT-32143 1.3.40 new inference: backward incompatibility in method calls with multiple SAM arguments
  • KT-32154 setOf(Map.Entry<*, *>::key) gives error on IDE
  • KT-32157 Issue with new type inference in unbounded generics
  • KT-32175 New Type Inference Algorithm, RxJava and IDE-Compiler Inconsistency
  • KT-32184 NI: Argument for @​NotNull parameter 'type' of org/jetbrains/kotlin/types/CommonSupertypes.depth must not be null
  • KT-32187 Exception when using callable reference with an unresolved LHS
  • KT-32218 Cannot call get on a Map<out Any,Any> with new type system
  • KT-32230 New inference not working with RxJava combineLatest
  • KT-32235 New type inference failure with in check

JavaScript

  • KT-32215 Reified generic doesn't work with ByteArray on js

Tools. CLI

  • KT-32272 kotlinc - no main manifest attribute, in hello.jar

Tools. REPL

  • KT-32085 Kotlinc REPL: "java.lang.NoClassDefFoundError: org/jline/reader/LineReaderBuilder"

Tools. Scripts

  • KT-32169 Kotlin 1.3.40 - Crash on running *.main.kts script: "NoSuchMethodError: kotlin.script.templates.standard.ScriptTemplateWithArgs."
  • KT-32206 Custom script definitions not loaded in the cli compiler

1.3.40

Android

Fixes

  • KT-12402 Android DataBinding work correctly but the IDE show it as error
... (truncated)
Commits
  • c5a276c Update Kotlin/Native version
  • 1ad91cd Add changelog for 1.3.41
  • 791f49d Update Kotlin/Native version for testing
  • 270219d Fix filling Main-Class attribute in manifest file of output jar
  • ffc4096 Export deserialization constructor from JS module
  • fa9edf0 [NI] Fix exception on incomplete try/catch block
  • 9820481 [NI] Fix OnlyInputTypes annotation support for top-level captured types
  • bf6b58d [NI] Move ability to convert standalone SAM-argument under the feature
  • ba192c3 Gradle, JS: don't project.getTasksByName inside task realization callback
  • 5605a70 JS: fix reified T::class for primitive T (e.g. Int) (KT-32215 fixed)
  • Additional commits viewable in compare view

Updates kotlin-reflect from 1.3.0 to 1.3.41

Release notes

Sourced from kotlin-reflect's releases.

1.3.41

Compiler

  • KT-31981 New type inference asks to use ?. on non-null local variable
  • KT-32029 Exception when callable reference is resolved against unresolved type
  • KT-32037 No coercion to Unit for last expression with lambda in code block
  • KT-32038 Unsubstituted stub type cause type mismatch later for builder inference
  • KT-32051 NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER on matching Nothing with generic type parameter
  • KT-32081 New type inference fails involving Either and Nothing
  • KT-32089 False positive IMPLICIT_NOTHING_AS_TYPE_PARAMETER with lambdas
  • KT-32094 NI: member from star import has higher resolution priority than member imported by FQN
  • KT-32116 Type inference for HashMap<,> fails but compiles
  • KT-32123 Wrong unused import for extension method
  • KT-32133 Regression in Kotlin 1.3.40 new inference engine
  • KT-32134 java.lang.Throwable: Resolution error of this type shouldn't occur for resolve try as a call for incomplete try-construction
  • KT-32143 1.3.40 new inference: backward incompatibility in method calls with multiple SAM arguments
  • KT-32154 setOf(Map.Entry<*, *>::key) gives error on IDE
  • KT-32157 Issue with new type inference in unbounded generics
  • KT-32175 New Type Inference Algorithm, RxJava and IDE-Compiler Inconsistency
  • KT-32184 NI: Argument for @​NotNull parameter 'type' of org/jetbrains/kotlin/types/CommonSupertypes.depth must not be null
  • KT-32187 Exception when using callable reference with an unresolved LHS
  • KT-32218 Cannot call get on a Map<out Any,Any> with new type system
  • KT-32230 New inference not working with RxJava combineLatest
  • KT-32235 New type inference failure with in check

JavaScript

  • KT-32215 Reified generic doesn't work with ByteArray on js

Tools. CLI

  • KT-32272 kotlinc - no main manifest attribute, in hello.jar

Tools. REPL

  • KT-32085 Kotlinc REPL: "java.lang.NoClassDefFoundError: org/jline/reader/LineReaderBuilder"

Tools. Scripts

  • KT-32169 Kotlin 1.3.40 - Crash on running *.main.kts script: "NoSuchMethodError: kotlin.script.templates.standard.ScriptTemplateWithArgs."
  • KT-32206 Custom script definitions not loaded in the cli compiler

Previous releases

This release also includes the fixes and improvements from the previous releases.

Kotlin 1.3.40 EAP 3

CHANGELOG

1.3.40

... (truncated)
Changelog

Sourced from kotlin-reflect's changelog.

1.3.41

Compiler

  • KT-31981 New type inference asks to use ?. on non-null local variable
  • KT-32029 Exception when callable reference is resolved against unresolved type
  • KT-32037 No coercion to Unit for last expression with lambda in code block
  • KT-32038 Unsubstituted stub type cause type mismatch later for builder inference
  • KT-32051 NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER on matching Nothing with generic type parameter
  • KT-32081 New type inference fails involving Either and Nothing
  • KT-32089 False positive IMPLICIT_NOTHING_AS_TYPE_PARAMETER with lambdas
  • KT-32094 NI: member from star import has higher resolution priority than member imported by FQN
  • KT-32116 Type inference for HashMap<,> fails but compiles
  • KT-32123 Wrong unused import for extension method
  • KT-32133 Regression in Kotlin 1.3.40 new inference engine
  • KT-32134 java.lang.Throwable: Resolution error of this type shouldn't occur for resolve try as a call for incomplete try-construction
  • KT-32143 1.3.40 new inference: backward incompatibility in method calls with multiple SAM arguments
  • KT-32154 setOf(Map.Entry<*, *>::key) gives error on IDE
  • KT-32157 Issue with new type inference in unbounded generics
  • KT-32175 New Type Inference Algorithm, RxJava and IDE-Compiler Inconsistency
  • KT-32184 NI: Argument for @​NotNull parameter 'type' of org/jetbrains/kotlin/types/CommonSupertypes.depth must not be null
  • KT-32187 Exception when using callable reference with an unresolved LHS
  • KT-32218 Cannot call get on a Map<out Any,Any> with new type system
  • KT-32230 New inference not working with RxJava combineLatest
  • KT-32235 New type inference failure with in check

JavaScript

  • KT-32215 Reified generic doesn't work with ByteArray on js

Tools. CLI

  • KT-32272 kotlinc - no main manifest attribute, in hello.jar

Tools. REPL

  • KT-32085 Kotlinc REPL: "java.lang.NoClassDefFoundError: org/jline/reader/LineReaderBuilder"

Tools. Scripts

  • KT-32169 Kotlin 1.3.40 - Crash on running *.main.kts script: "NoSuchMethodError: kotlin.script.templates.standard.ScriptTemplateWithArgs."
  • KT-32206 Custom script definitions not loaded in the cli compiler

1.3.40

Android

Fixes

  • KT-12402 Android DataBinding work correctly but the IDE show it as error
... (truncated)
Commits
  • c5a276c Update Kotlin/Native version
  • 1ad91cd Add changelog for 1.3.41
  • 791f49d Update Kotlin/Native version for testing
  • 270219d Fix filling Main-Class attribute in manifest file of output jar
  • ffc4096 Export deserialization constructor from JS module
  • fa9edf0 [NI] Fix exception on incomplete try/catch block
  • 9820481 [NI] Fix OnlyInputTypes annotation support for top-level captured types
  • bf6b58d [NI] Move ability to convert standalone SAM-argument under the feature
  • ba192c3 Gradle, JS: don't project.getTasksByName inside task realization callback
  • 5605a70 JS: fix reified T::class for primitive T (e.g. Int) (KT-32215 fixed)
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 14, 2019
Bumps `kotlin_version` from 1.3.0 to 1.3.41.

Updates `kotlin-stdlib` from 1.3.0 to 1.3.41
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.0...v1.3.41)

Updates `kotlin-reflect` from 1.3.0 to 1.3.41
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.0...v1.3.41)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/kotlin_version-1.3.41 branch from f493ad8 to d2d70ae Compare August 15, 2019 14:43
@codecov-io
Copy link

Codecov Report

Merging #23 into master will increase coverage by 0.19%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master      #23      +/-   ##
============================================
+ Coverage     79.08%   79.27%   +0.19%     
- Complexity      453      455       +2     
============================================
  Files            34       34              
  Lines          1042     1042              
  Branches        140      140              
============================================
+ Hits            824      826       +2     
  Misses          141      141              
+ Partials         77       75       -2
Impacted Files Coverage Δ Complexity Δ
...ibrary/src/main/kotlin/fr/xgouchet/elmyr/Forger.kt 80.57% <0%> (+0.22%) 233% <0%> (+1%) ⬆️
...otlin/fr/xgouchet/elmyr/regex/RegexCharacterSet.kt 73.33% <0%> (+2.22%) 16% <0%> (+1%) ⬆️

@dependabot-preview
Copy link
Contributor Author

Superseded by #29.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/kotlin_version-1.3.41 branch August 23, 2019 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant