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.60 to 1.3.61 #4894

Merged
merged 1 commit into from
Nov 27, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 27, 2019

Bumps kotlin_version from 1.3.60 to 1.3.61.

Updates kotlin-gradle-plugin from 1.3.60 to 1.3.61

Updates kotlin-stdlib-jdk7 from 1.3.60 to 1.3.61

Release notes

Sourced from kotlin-stdlib-jdk7's releases.

Kotlin 1.3.61

1.3.61

Compiler

  • KT-35004 "AssertionError: Unsigned type expected" in when range check in extension on unsigned type

IDE

  • KT-34923 [Regression] KtUltraLightMethod.hasModifierProperty("native") returns false for external Kotlin functions

IDE. Gradle. Script

  • KT-31767 Gradle Kotlin DSL new project template: use settings.gradle.kts
  • KT-33451 Conform Kotlin DSL file templates of Kotlin and Gradle IntelliJ plugins

Libraries

  • KT-21445 W3C DOM Touch events and interfaces are incomplete / missing

Tools. Compiler Plugins

Tools. Gradle. Native

  • KT-33076 MPP Gradle plugin: Produce final native binaries from compilation output instead of sources
  • KT-33645 Kotlin/Native: Compilation failure if a library passed by the -Xinclude option contains a constructor annotated with @​OverrideInit
  • KT-34259 MPP Gradle plugin: Support fat frameworks for watchOS and tvOS
  • KT-34329 Support watchOS and tvOS in CocoaPods Gradle plugin

Tools. J2K

  • KT-34987 New J2K converter: @​NotNull annotations are not removed after converting java code to kotlin
  • KT-35074 J2K: No auto conversion in 'for' loop with multiple init variables

Previous releases

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

Kotlin 1.3.60 EAP 3

CHANGELOG

1.3.60 EAP 3

Compiler

  • KT-18541 Prohibit "tailrec" modifier on open functions
  • KT-19844 Do not render type annotations on symbols rendered in diagnostic messages
  • KT-24913 KotlinFrontEndException with local class in init of generic class
  • KT-31540 Change initialization order of default values for tail recursive optimized functions
... (truncated)
Changelog

Sourced from kotlin-stdlib-jdk7's changelog.

1.3.61

Compiler

  • KT-35004 "AssertionError: Unsigned type expected" in when range check in extension on unsigned type

IDE

  • KT-34923 [Regression] KtUltraLightMethod.hasModifierProperty("native") returns false for external Kotlin functions

IDE. Gradle. Script

  • KT-31767 Gradle Kotlin DSL new project template: use settings.gradle.kts
  • KT-33451 Conform Kotlin DSL file templates of Kotlin and Gradle IntelliJ plugins

Libraries

  • KT-21445 W3C DOM Touch events and interfaces are incomplete / missing

Tools. Compiler Plugins

Tools. Gradle. Native

  • KT-33076 MPP Gradle plugin: Produce final native binaries from compilation output instead of sources
  • KT-33645 Kotlin/Native: Compilation failure if a library passed by the -Xinclude option contains a constructor annotated with @​OverrideInit
  • KT-34259 MPP Gradle plugin: Support fat frameworks for watchOS and tvOS
  • KT-34329 Support watchOS and tvOS in CocoaPods Gradle plugin

Tools. J2K

  • KT-34987 New J2K converter: @​NotNull annotations are not removed after converting java code to kotlin
  • KT-35074 J2K: No auto conversion in 'for' loop with multiple init variables
Commits
  • a9686c9 Add changelog for 1.3.61
  • e001e26 Update Kotlin Native
  • a1fad95 Export generic serializer constructor from JS module
  • 0d97db0 Do not report 'Missing @​Serializable on enum with @​SerialInfo' if enum
  • 6b773bc Fix for loop conversion when multiple initializers are present
  • 2da4cc2 Fix AWT freeze in KotlinNativeABICompatibilityChecker
  • a5b1775 Disable platform-specific checkers in common
  • 42ac850 Add test on platform checks in project without that target
  • 587fc69 Add external keyword support for UL
  • 89e0fc4 KT-35004: keep track of KotlinType for 'when' subject
  • 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)
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added 3. to review dependencies Pull requests that update a dependency file labels Nov 27, 2019
@codecov
Copy link

codecov bot commented Nov 27, 2019

Codecov Report

Merging #4894 into master will decrease coverage by 0.12%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #4894      +/-   ##
============================================
- Coverage      17.7%   17.58%   -0.13%     
  Complexity        3        3              
============================================
  Files           384      384              
  Lines         32528    32528              
  Branches       4588     4588              
============================================
- Hits           5760     5720      -40     
- Misses        25856    25887      +31     
- Partials        912      921       +9
Impacted Files Coverage Δ Complexity Δ
...va/com/owncloud/android/ui/SquareLinearLayout.java 0% <0%> (-50%) 0% <0%> (ø)
...om/owncloud/android/utils/FileSortOrderByName.java 14.28% <0%> (-2.86%) 0% <0%> (ø)
...m/owncloud/android/ui/activity/DrawerActivity.java 43.23% <0%> (-2.31%) 0% <0%> (ø)
...oud/android/ui/activity/SyncedFoldersActivity.java 21.8% <0%> (-2.04%) 0% <0%> (ø)
.../third_parties/daveKoeller/AlphanumComparator.java 80.95% <0%> (-1.2%) 0% <0%> (ø)
.../java/com/owncloud/android/utils/DisplayUtils.java 23.62% <0%> (-0.85%) 0% <0%> (ø)
...owncloud/android/ui/adapter/OCFileListAdapter.java 29.3% <0%> (-0.76%) 0% <0%> (ø)
...ncloud/android/ui/fragment/OCFileListFragment.java 25.58% <0%> (-0.69%) 0% <0%> (ø)
...loud/android/datamodel/ThumbnailsCacheManager.java 35.58% <0%> (-0.19%) 0% <0%> (ø)

Bumps `kotlin_version` from 1.3.60 to 1.3.61.

Updates `kotlin-gradle-plugin` from 1.3.60 to 1.3.61

Updates `kotlin-stdlib-jdk7` from 1.3.60 to 1.3.61
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.61/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.60...v1.3.61)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/kotlin_version-1.3.61 branch from d491dc9 to f34ba2c Compare November 27, 2019 13:03
@nextcloud-android-bot
Copy link
Collaborator

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/11762.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

@nextcloud-android-bot
Copy link
Collaborator

Codacy

333

Lint

TypemasterPR
Warnings5959
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings26
Correctness Warnings70
Internationalization Warnings13
Malicious code vulnerability Warnings5
Multithreaded correctness Warnings9
Performance Warnings117
Security Warnings44
Dodgy code Warnings134
Total418

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings26
Correctness Warnings70
Internationalization Warnings13
Malicious code vulnerability Warnings5
Multithreaded correctness Warnings9
Performance Warnings117
Security Warnings44
Dodgy code Warnings134
Total418

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to merge this PR, but received the following error from GitHub:

You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information.

@AndyScherzinger AndyScherzinger merged commit 540c649 into master Nov 27, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/kotlin_version-1.3.61 branch November 27, 2019 19:16
@AndyScherzinger AndyScherzinger added this to the Nextcloud App 3.10.0 milestone Nov 27, 2019
tobiasKaminsky added a commit that referenced this pull request Nov 29, 2019
2c57e37 Merge pull request #4784 from nextcloud/hideAutoUploadEntries
5257fb2 [tx-robot] updated from transifex
aa43181 Merge pull request #4882 from nextcloud/dependabot/gradle/com.google.android-flexbox-2.0.0
1f4e857 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
d17c853 re-add button/action and improve upon code review
74bfe47 remove action button, use checkable menu item for shown/hidden state display
3e872df add more spotbug exclusions (for 3rd party libs)
4e0b405 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
7c62ad6 unify use of boolean, make use of lombok getter/setters, remove unneeded boolean boxing
bedc2b4 housekeeping, removing unused resources
ca6918f show/hide improvements when list is completed hidden + nicer empty UI + action button
23e4424 show/hide auto upload list items
540c649 Merge pull request #4894 from nextcloud/dependabot/gradle/kotlin_version-1.3.61
f34ba2c Bump kotlin_version from 1.3.60 to 1.3.61
48038d5 Merge pull request #4883 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.2.0
83e0ebc [tx-robot] updated from transifex
21c0de3 daily dev 20191127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants