René's URL Explorer Experiment


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

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:a74fd8f8-6322-b40c-f195-9277953fc5d1
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC7B0:290818:2F1DAF3:3F92C68:697C7340
html-safe-nonce3938a3311d189ba814b979bdf30da0e81877ff13dbd8efc0a8e9cbf98100bd62
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDN0IwOjI5MDgxODoyRjFEQUYzOjNGOTJDNjg6Njk3QzczNDAiLCJ2aXNpdG9yX2lkIjoiMTY0OTIzMzMzMjgwMzQ5ODgxNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb16ea0ab193041bab7afc879ef3cc4b7a18f4e1660596082fff6f10c8a5c0baf
hovercard-subject-tagpull_request:687516772
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/StubbornJava/StubbornJava/pull/397/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None639d2e61e0595a02d145092815d5b5c7345a4476fa7ce7eedc85345f4b0d5bd2
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/StubbornJava/StubbornJava git https://github.com/StubbornJava/StubbornJava.git
octolytics-dimension-user_id23585940
octolytics-dimension-user_loginStubbornJava
octolytics-dimension-repository_id77759012
octolytics-dimension-repository_nwoStubbornJava/StubbornJava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id77759012
octolytics-dimension-repository_network_root_nwoStubbornJava/StubbornJava
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release63131d96a4439002c1e480bbbc136f28b7fff962
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FStubbornJava%2FStubbornJava%2Fpull%2F397%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FStubbornJava%2FStubbornJava%2Fpull%2F397%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=StubbornJava%2FStubbornJava
Reloadhttps://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files
Reloadhttps://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files
Reloadhttps://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files
StubbornJava https://patch-diff.githubusercontent.com/StubbornJava
StubbornJavahttps://patch-diff.githubusercontent.com/StubbornJava/StubbornJava
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FStubbornJava%2FStubbornJava
Fork 121 https://patch-diff.githubusercontent.com/login?return_to=%2FStubbornJava%2FStubbornJava
Star 236 https://patch-diff.githubusercontent.com/login?return_to=%2FStubbornJava%2FStubbornJava
Code https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava
Issues 42 https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/issues
Pull requests 14 https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pulls
Actions https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/actions
Projects 0 https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/projects
Security 0 https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/security
Insights https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pulse
Code https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava
Issues https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/issues
Pull requests https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pulls
Actions https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/actions
Projects https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/projects
Security https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/security
Insights https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FStubbornJava%2FStubbornJava%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FStubbornJava%2FStubbornJava%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/tree/master
dependabot/gradle/org.jetbrains.kotlin-kotlin-stdlib-1.5.20https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/tree/dependabot/gradle/org.jetbrains.kotlin-kotlin-stdlib-1.5.20
Conversation 1 https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397
Commits 1 https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/commits
Checks 0 https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/checks
Files changed https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files
Please reload this pagehttps://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files
Bump kotlin-stdlib from 1.4.0 to 1.5.20 https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files
a80c93c Bump kotlin-stdlib from 1.4.0 to 1.5.20 dependabot[bot] Jul 12, 2021 https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/commits/a80c93cdc05317f76da435991a7da84dcee6c480
Clear filters https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files
Please reload this pagehttps://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files
Please reload this pagehttps://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files
gradle/dependencies.gradlehttps://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files#diff-02b139e755ab0e27e0b0a6f9845843ef189116955cc340c49a4022587dbb2b52
View file https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/blob/a80c93cdc05317f76da435991a7da84dcee6c480/gradle/dependencies.gradle
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files#diff-02b139e755ab0e27e0b0a6f9845843ef189116955cc340c49a4022587dbb2b52
https://patch-diff.githubusercontent.com/StubbornJava/StubbornJava/pull/397/files#diff-02b139e755ab0e27e0b0a6f9845843ef189116955cc340c49a4022587dbb2b52
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.