-
Notifications
You must be signed in to change notification settings - Fork 1
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 from 1.9.10 to 1.9.20 #25
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
dependabot
bot
added
dependencies
Pull requests that update a dependency file
java
Pull requests that update Java code
labels
Nov 6, 2023
With that we also want to try out the K2 compiler
…On Mon, Nov 6, 2023, 7:30 PM dependabot[bot] ***@***.***> wrote:
Bumps kotlin from 1.9.10 to 1.9.20.
Updates org.jetbrains.kotlin:kotlin-test from 1.9.10 to 1.9.20
Release notes
*Sourced from org.jetbrains.kotlin:kotlin-test's releases
<https://github.com/JetBrains/kotlin/releases>.*
Kotlin 1.9.20 1.9.20 Analysis. API New Features
- KT-58834 <https://youtrack.jetbrains.com/issue/KT-58834> Analysis
API: Add source shadowing feature to resolve extensions
Performance Improvements
- KT-57515 <https://youtrack.jetbrains.com/issue/KT-57515> LL FIR:
Performance bottleneck in
CompositeModificationTracker.getModificationCount
- KT-59266 <https://youtrack.jetbrains.com/issue/KT-59266> K2:
optimize FirElementBuilder.getOrBuildFir for elements outside body
- KT-59454 <https://youtrack.jetbrains.com/issue/KT-59454> K2: drop
resolve from
org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
- KT-59453 <https://youtrack.jetbrains.com/issue/KT-59453> K2:
completion regression from
org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
- KT-59189 <https://youtrack.jetbrains.com/issue/KT-59189> Analysis
API: KtFirKDocReference.resolveToSymbols is slow
- KT-58125 <https://youtrack.jetbrains.com/issue/KT-58125> K2: LL FIR:
KtToFirMapping.getElement is slow for KtUserTypes due to on-air
resolution of types
Fixes
- KT-59240 <https://youtrack.jetbrains.com/issue/KT-59240> K2:
FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS)
cannot be called from a transformer with a phase IMPORTS from superTypes
- KT-58499 <https://youtrack.jetbrains.com/issue/KT-58499> K2:
FirLazyBlock should be calculated before accessing
- KT-57966 <https://youtrack.jetbrains.com/issue/KT-57966> K2:
Analysis API: Reference Shortener does not work correctly when called on
entire file
- KT-60954 <https://youtrack.jetbrains.com/issue/KT-60954> K2:
Analysis API: Reference shortener does not work correctly with variable
assignments
- KT-60940 <https://youtrack.jetbrains.com/issue/KT-60940> K2:
Analysis API: Reference shortener incorrectly handles types in vararg
parameters declarations
- KT-60488 <https://youtrack.jetbrains.com/issue/KT-60488> Analysis
API: forbid providing custom KtLifetimeToken for every analyze call
- KT-60728 <https://youtrack.jetbrains.com/issue/KT-60728> K2: proper
support for scripts in LL FIR transformers
- KT-59159 <https://youtrack.jetbrains.com/issue/KT-59159> K2 IDE:
declaration is not found exception
- KT-59297 <https://youtrack.jetbrains.com/issue/KT-59297> K2:
exception from body resolve leads to corrupted state and broken analysis
- KT-59077 <https://youtrack.jetbrains.com/issue/KT-59077>
KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in
function calls
- KT-60586 <https://youtrack.jetbrains.com/issue/KT-60586> K2: forbid
analyze from write action
- KT-57743 <https://youtrack.jetbrains.com/issue/KT-57743> K2 IDE:
StackOverflowError from LLFirSessionCache for simple JPS project with
cyclic dependencies
- KT-61026 <https://youtrack.jetbrains.com/issue/KT-61026> K2 Scripts:
FirLazyExpression should be calculated before accessing from on-air resolve
- KT-61009 <https://youtrack.jetbrains.com/issue/KT-61009> K2 Scripts:
KtFirExpressionTypeProvider: Expected FirResolvedTypeRef with
ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
- KT-60357 <https://youtrack.jetbrains.com/issue/KT-60357> K2 IDE.
Reified types parameters are not resolved in a function body
- KT-60317 <https://youtrack.jetbrains.com/issue/KT-60317> K2 IDE. IAE
"This method will only work on compiled declarations, but this declaration
is not compiled" on invoking Find Usages for enum method in library
- KT-60706 <https://youtrack.jetbrains.com/issue/KT-60706> K2 IDE:
FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common
- KT-60552 <https://youtrack.jetbrains.com/issue/KT-60552> K2: merge
StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING
transformer
- KT-60641 <https://youtrack.jetbrains.com/issue/KT-60641> Analysis
API: Scope for class
org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found
exception when stdlib is missing
- KT-60638 <https://youtrack.jetbrains.com/issue/KT-60638> K2:
Expected FirResolvedTypeRef with ConeKotlinType but was
FirImplicitTypeRefImplWithoutSource
- KT-54846 <https://youtrack.jetbrains.com/issue/KT-54846> Analysis
API: add isExpect/isActual to KtSymbol
- KT-60448 <https://youtrack.jetbrains.com/issue/KT-60448>
FirLazyResolveContractViolationException:
lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS) cannot be called
from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen
plugin
- KT-59342 <https://youtrack.jetbrains.com/issue/KT-59342> K2 IDE.
FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES)
cannot be called from a transformer with a phase TYPES
- KT-59687 <https://youtrack.jetbrains.com/issue/KT-59687> K2:
Implement proper body update for in-block modifications
- KT-59329 <https://youtrack.jetbrains.com/issue/KT-59329> Resolve
Extensions reference resolution breaks Find Usages
- KT-60295 <https://youtrack.jetbrains.com/issue/KT-60295> K2: move
checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver
to LLFirTypeLazyResolver
- KT-59758 <https://youtrack.jetbrains.com/issue/KT-59758> K2:
Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource
from ReturnTypeCalculatorWithJump
- KT-60377 <https://youtrack.jetbrains.com/issue/KT-60377> K2 IDE:
This method will only work on compiled declarations, but this declaration
is not compiled
- KT-59685 <https://youtrack.jetbrains.com/issue/KT-59685> K2: rewrite
on-air resolution
- KT-60132 <https://youtrack.jetbrains.com/issue/KT-60132> K2:
properties and functions without a name should be re-analyzable as well
... (truncated)
Changelog
*Sourced from org.jetbrains.kotlin:kotlin-test's changelog
<https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md>.*
1.9.20 Analysis. API New Features
- KT-58834 <https://youtrack.jetbrains.com/issue/KT-58834> Analysis
API: Add source shadowing feature to resolve extensions
Performance Improvements
- KT-57515 <https://youtrack.jetbrains.com/issue/KT-57515> LL FIR:
Performance bottleneck in
CompositeModificationTracker.getModificationCount
- KT-59266 <https://youtrack.jetbrains.com/issue/KT-59266> K2:
optimize FirElementBuilder.getOrBuildFir for elements outside body
- KT-59454 <https://youtrack.jetbrains.com/issue/KT-59454> K2: drop
resolve from
org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
- KT-59453 <https://youtrack.jetbrains.com/issue/KT-59453> K2:
completion regression from
org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
- KT-59189 <https://youtrack.jetbrains.com/issue/KT-59189> Analysis
API: KtFirKDocReference.resolveToSymbols is slow
- KT-58125 <https://youtrack.jetbrains.com/issue/KT-58125> K2: LL FIR:
KtToFirMapping.getElement is slow for KtUserTypes due to on-air
resolution of types
Fixes
- KT-59240 <https://youtrack.jetbrains.com/issue/KT-59240> K2:
FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS)
cannot be called from a transformer with a phase IMPORTS from superTypes
- KT-58499 <https://youtrack.jetbrains.com/issue/KT-58499> K2:
FirLazyBlock should be calculated before accessing
- KT-57966 <https://youtrack.jetbrains.com/issue/KT-57966> K2:
Analysis API: Reference Shortener does not work correctly when called on
entire file
- KT-60954 <https://youtrack.jetbrains.com/issue/KT-60954> K2:
Analysis API: Reference shortener does not work correctly with variable
assignments
- KT-60940 <https://youtrack.jetbrains.com/issue/KT-60940> K2:
Analysis API: Reference shortener incorrectly handles types in vararg
parameters declarations
- KT-60488 <https://youtrack.jetbrains.com/issue/KT-60488> Analysis
API: forbid providing custom KtLifetimeToken for every analyze call
- KT-60728 <https://youtrack.jetbrains.com/issue/KT-60728> K2: proper
support for scripts in LL FIR transformers
- KT-59159 <https://youtrack.jetbrains.com/issue/KT-59159> K2 IDE:
declaration is not found exception
- KT-59297 <https://youtrack.jetbrains.com/issue/KT-59297> K2:
exception from body resolve leads to corrupted state and broken analysis
- KT-59077 <https://youtrack.jetbrains.com/issue/KT-59077>
KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in
function calls
- KT-60586 <https://youtrack.jetbrains.com/issue/KT-60586> K2: forbid
analyze from write action
- KT-57743 <https://youtrack.jetbrains.com/issue/KT-57743> K2 IDE:
StackOverflowError from LLFirSessionCache for simple JPS project with
cyclic dependencies
- KT-61026 <https://youtrack.jetbrains.com/issue/KT-61026> K2 Scripts:
FirLazyExpression should be calculated before accessing from on-air resolve
- KT-61009 <https://youtrack.jetbrains.com/issue/KT-61009> K2 Scripts:
KtFirExpressionTypeProvider: Expected FirResolvedTypeRef with
ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
- KT-60357 <https://youtrack.jetbrains.com/issue/KT-60357> K2 IDE.
Reified types parameters are not resolved in a function body
- KT-60317 <https://youtrack.jetbrains.com/issue/KT-60317> K2 IDE. IAE
"This method will only work on compiled declarations, but this declaration
is not compiled" on invoking Find Usages for enum method in library
- KT-60706 <https://youtrack.jetbrains.com/issue/KT-60706> K2 IDE:
FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common
- KT-60552 <https://youtrack.jetbrains.com/issue/KT-60552> K2: merge
StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING
transformer
- KT-60641 <https://youtrack.jetbrains.com/issue/KT-60641> Analysis
API: Scope for class
org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found
exception when stdlib is missing
- KT-60638 <https://youtrack.jetbrains.com/issue/KT-60638> K2:
Expected FirResolvedTypeRef with ConeKotlinType but was
FirImplicitTypeRefImplWithoutSource
- KT-54846 <https://youtrack.jetbrains.com/issue/KT-54846> Analysis
API: add isExpect/isActual to KtSymbol
- KT-60448 <https://youtrack.jetbrains.com/issue/KT-60448>
FirLazyResolveContractViolationException:
lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS) cannot be called
from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen
plugin
- KT-59342 <https://youtrack.jetbrains.com/issue/KT-59342> K2 IDE.
FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES)
cannot be called from a transformer with a phase TYPES
- KT-59687 <https://youtrack.jetbrains.com/issue/KT-59687> K2:
Implement proper body update for in-block modifications
- KT-59329 <https://youtrack.jetbrains.com/issue/KT-59329> Resolve
Extensions reference resolution breaks Find Usages
- KT-60295 <https://youtrack.jetbrains.com/issue/KT-60295> K2: move
checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver
to LLFirTypeLazyResolver
- KT-59758 <https://youtrack.jetbrains.com/issue/KT-59758> K2:
Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource
from ReturnTypeCalculatorWithJump
- KT-60377 <https://youtrack.jetbrains.com/issue/KT-60377> K2 IDE:
This method will only work on compiled declarations, but this declaration
is not compiled
- KT-59685 <https://youtrack.jetbrains.com/issue/KT-59685> K2: rewrite
on-air resolution
- KT-60132 <https://youtrack.jetbrains.com/issue/KT-60132> K2:
properties and functions without a name should be re-analyzable as well
- KT-59199 <https://youtrack.jetbrains.com/issue/KT-59199> K2 IDE: PSI
changes which do not cause OOB modifications can be unseen from the FIR
elements
... (truncated)
Commits
- eaa46a8
<JetBrains/kotlin@eaa46a8>
Add changelog for 1.9.20 release
- 8ac51de
<JetBrains/kotlin@8ac51de>
Add changelog for 1.9.20-RC2
- 508e032
<JetBrains/kotlin@508e032>
[K/JS] Remove unconditional cast to IrClass in KClass expression
- d700cd1
<JetBrains/kotlin@d700cd1>
[FE] 1.9.20 exclusive commit. Fix testData after previous two commits
- 22b9d50
<JetBrains/kotlin@22b9d50>
[FE 1.0] 2/2 Don't report a warning when new members are added to open
expect...
- 29cf556
<JetBrains/kotlin@29cf556>
[FE 1.0] 1/2 Don't report a warning when new supertypes are added to open
exp...
- 40cf415
<JetBrains/kotlin@40cf415>
[FE 1.0] Refactoring: replace defensive NonPrivateCallableAdded with Unknown
- 4408d89
<JetBrains/kotlin@4408d89>
[FE 1.0] Report a more precise diagnostic when parameter modifiers (vararg)
a...
- 6982fa1
<JetBrains/kotlin@6982fa1>
[FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData
- 882f468
<JetBrains/kotlin@882f468>
[STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlib
- Additional commits viewable in compare view
<JetBrains/kotlin@v1.9.10...v1.9.20>
Updates org.jetbrains.kotlin.multiplatform from 1.9.10 to 1.9.20
Release notes
*Sourced from org.jetbrains.kotlin.multiplatform's releases
<https://github.com/JetBrains/kotlin/releases>.*
Kotlin 1.9.20 1.9.20 Analysis. API New Features
- KT-58834 <https://youtrack.jetbrains.com/issue/KT-58834> Analysis
API: Add source shadowing feature to resolve extensions
Performance Improvements
- KT-57515 <https://youtrack.jetbrains.com/issue/KT-57515> LL FIR:
Performance bottleneck in
CompositeModificationTracker.getModificationCount
- KT-59266 <https://youtrack.jetbrains.com/issue/KT-59266> K2:
optimize FirElementBuilder.getOrBuildFir for elements outside body
- KT-59454 <https://youtrack.jetbrains.com/issue/KT-59454> K2: drop
resolve from
org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
- KT-59453 <https://youtrack.jetbrains.com/issue/KT-59453> K2:
completion regression from
org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
- KT-59189 <https://youtrack.jetbrains.com/issue/KT-59189> Analysis
API: KtFirKDocReference.resolveToSymbols is slow
- KT-58125 <https://youtrack.jetbrains.com/issue/KT-58125> K2: LL FIR:
KtToFirMapping.getElement is slow for KtUserTypes due to on-air
resolution of types
Fixes
- KT-59240 <https://youtrack.jetbrains.com/issue/KT-59240> K2:
FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS)
cannot be called from a transformer with a phase IMPORTS from superTypes
- KT-58499 <https://youtrack.jetbrains.com/issue/KT-58499> K2:
FirLazyBlock should be calculated before accessing
- KT-57966 <https://youtrack.jetbrains.com/issue/KT-57966> K2:
Analysis API: Reference Shortener does not work correctly when called on
entire file
- KT-60954 <https://youtrack.jetbrains.com/issue/KT-60954> K2:
Analysis API: Reference shortener does not work correctly with variable
assignments
- KT-60940 <https://youtrack.jetbrains.com/issue/KT-60940> K2:
Analysis API: Reference shortener incorrectly handles types in vararg
parameters declarations
- KT-60488 <https://youtrack.jetbrains.com/issue/KT-60488> Analysis
API: forbid providing custom KtLifetimeToken for every analyze call
- KT-60728 <https://youtrack.jetbrains.com/issue/KT-60728> K2: proper
support for scripts in LL FIR transformers
- KT-59159 <https://youtrack.jetbrains.com/issue/KT-59159> K2 IDE:
declaration is not found exception
- KT-59297 <https://youtrack.jetbrains.com/issue/KT-59297> K2:
exception from body resolve leads to corrupted state and broken analysis
- KT-59077 <https://youtrack.jetbrains.com/issue/KT-59077>
KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in
function calls
- KT-60586 <https://youtrack.jetbrains.com/issue/KT-60586> K2: forbid
analyze from write action
- KT-57743 <https://youtrack.jetbrains.com/issue/KT-57743> K2 IDE:
StackOverflowError from LLFirSessionCache for simple JPS project with
cyclic dependencies
- KT-61026 <https://youtrack.jetbrains.com/issue/KT-61026> K2 Scripts:
FirLazyExpression should be calculated before accessing from on-air resolve
- KT-61009 <https://youtrack.jetbrains.com/issue/KT-61009> K2 Scripts:
KtFirExpressionTypeProvider: Expected FirResolvedTypeRef with
ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
- KT-60357 <https://youtrack.jetbrains.com/issue/KT-60357> K2 IDE.
Reified types parameters are not resolved in a function body
- KT-60317 <https://youtrack.jetbrains.com/issue/KT-60317> K2 IDE. IAE
"This method will only work on compiled declarations, but this declaration
is not compiled" on invoking Find Usages for enum method in library
- KT-60706 <https://youtrack.jetbrains.com/issue/KT-60706> K2 IDE:
FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common
- KT-60552 <https://youtrack.jetbrains.com/issue/KT-60552> K2: merge
StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING
transformer
- KT-60641 <https://youtrack.jetbrains.com/issue/KT-60641> Analysis
API: Scope for class
org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found
exception when stdlib is missing
- KT-60638 <https://youtrack.jetbrains.com/issue/KT-60638> K2:
Expected FirResolvedTypeRef with ConeKotlinType but was
FirImplicitTypeRefImplWithoutSource
- KT-54846 <https://youtrack.jetbrains.com/issue/KT-54846> Analysis
API: add isExpect/isActual to KtSymbol
- KT-60448 <https://youtrack.jetbrains.com/issue/KT-60448>
FirLazyResolveContractViolationException:
lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS) cannot be called
from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen
plugin
- KT-59342 <https://youtrack.jetbrains.com/issue/KT-59342> K2 IDE.
FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES)
cannot be called from a transformer with a phase TYPES
- KT-59687 <https://youtrack.jetbrains.com/issue/KT-59687> K2:
Implement proper body update for in-block modifications
- KT-59329 <https://youtrack.jetbrains.com/issue/KT-59329> Resolve
Extensions reference resolution breaks Find Usages
- KT-60295 <https://youtrack.jetbrains.com/issue/KT-60295> K2: move
checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver
to LLFirTypeLazyResolver
- KT-59758 <https://youtrack.jetbrains.com/issue/KT-59758> K2:
Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource
from ReturnTypeCalculatorWithJump
- KT-60377 <https://youtrack.jetbrains.com/issue/KT-60377> K2 IDE:
This method will only work on compiled declarations, but this declaration
is not compiled
- KT-59685 <https://youtrack.jetbrains.com/issue/KT-59685> K2: rewrite
on-air resolution
- KT-60132 <https://youtrack.jetbrains.com/issue/KT-60132> K2:
properties and functions without a name should be re-analyzable as well
... (truncated)
Changelog
*Sourced from org.jetbrains.kotlin.multiplatform's changelog
<https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md>.*
1.9.20 Analysis. API New Features
- KT-58834 <https://youtrack.jetbrains.com/issue/KT-58834> Analysis
API: Add source shadowing feature to resolve extensions
Performance Improvements
- KT-57515 <https://youtrack.jetbrains.com/issue/KT-57515> LL FIR:
Performance bottleneck in
CompositeModificationTracker.getModificationCount
- KT-59266 <https://youtrack.jetbrains.com/issue/KT-59266> K2:
optimize FirElementBuilder.getOrBuildFir for elements outside body
- KT-59454 <https://youtrack.jetbrains.com/issue/KT-59454> K2: drop
resolve from
org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
- KT-59453 <https://youtrack.jetbrains.com/issue/KT-59453> K2:
completion regression from
org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
- KT-59189 <https://youtrack.jetbrains.com/issue/KT-59189> Analysis
API: KtFirKDocReference.resolveToSymbols is slow
- KT-58125 <https://youtrack.jetbrains.com/issue/KT-58125> K2: LL FIR:
KtToFirMapping.getElement is slow for KtUserTypes due to on-air
resolution of types
Fixes
- KT-59240 <https://youtrack.jetbrains.com/issue/KT-59240> K2:
FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS)
cannot be called from a transformer with a phase IMPORTS from superTypes
- KT-58499 <https://youtrack.jetbrains.com/issue/KT-58499> K2:
FirLazyBlock should be calculated before accessing
- KT-57966 <https://youtrack.jetbrains.com/issue/KT-57966> K2:
Analysis API: Reference Shortener does not work correctly when called on
entire file
- KT-60954 <https://youtrack.jetbrains.com/issue/KT-60954> K2:
Analysis API: Reference shortener does not work correctly with variable
assignments
- KT-60940 <https://youtrack.jetbrains.com/issue/KT-60940> K2:
Analysis API: Reference shortener incorrectly handles types in vararg
parameters declarations
- KT-60488 <https://youtrack.jetbrains.com/issue/KT-60488> Analysis
API: forbid providing custom KtLifetimeToken for every analyze call
- KT-60728 <https://youtrack.jetbrains.com/issue/KT-60728> K2: proper
support for scripts in LL FIR transformers
- KT-59159 <https://youtrack.jetbrains.com/issue/KT-59159> K2 IDE:
declaration is not found exception
- KT-59297 <https://youtrack.jetbrains.com/issue/KT-59297> K2:
exception from body resolve leads to corrupted state and broken analysis
- KT-59077 <https://youtrack.jetbrains.com/issue/KT-59077>
KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in
function calls
- KT-60586 <https://youtrack.jetbrains.com/issue/KT-60586> K2: forbid
analyze from write action
- KT-57743 <https://youtrack.jetbrains.com/issue/KT-57743> K2 IDE:
StackOverflowError from LLFirSessionCache for simple JPS project with
cyclic dependencies
- KT-61026 <https://youtrack.jetbrains.com/issue/KT-61026> K2 Scripts:
FirLazyExpression should be calculated before accessing from on-air resolve
- KT-61009 <https://youtrack.jetbrains.com/issue/KT-61009> K2 Scripts:
KtFirExpressionTypeProvider: Expected FirResolvedTypeRef with
ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
- KT-60357 <https://youtrack.jetbrains.com/issue/KT-60357> K2 IDE.
Reified types parameters are not resolved in a function body
- KT-60317 <https://youtrack.jetbrains.com/issue/KT-60317> K2 IDE. IAE
"This method will only work on compiled declarations, but this declaration
is not compiled" on invoking Find Usages for enum method in library
- KT-60706 <https://youtrack.jetbrains.com/issue/KT-60706> K2 IDE:
FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common
- KT-60552 <https://youtrack.jetbrains.com/issue/KT-60552> K2: merge
StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING
transformer
- KT-60641 <https://youtrack.jetbrains.com/issue/KT-60641> Analysis
API: Scope for class
org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found
exception when stdlib is missing
- KT-60638 <https://youtrack.jetbrains.com/issue/KT-60638> K2:
Expected FirResolvedTypeRef with ConeKotlinType but was
FirImplicitTypeRefImplWithoutSource
- KT-54846 <https://youtrack.jetbrains.com/issue/KT-54846> Analysis
API: add isExpect/isActual to KtSymbol
- KT-60448 <https://youtrack.jetbrains.com/issue/KT-60448>
FirLazyResolveContractViolationException:
lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS) cannot be called
from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen
plugin
- KT-59342 <https://youtrack.jetbrains.com/issue/KT-59342> K2 IDE.
FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES)
cannot be called from a transformer with a phase TYPES
- KT-59687 <https://youtrack.jetbrains.com/issue/KT-59687> K2:
Implement proper body update for in-block modifications
- KT-59329 <https://youtrack.jetbrains.com/issue/KT-59329> Resolve
Extensions reference resolution breaks Find Usages
- KT-60295 <https://youtrack.jetbrains.com/issue/KT-60295> K2: move
checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver
to LLFirTypeLazyResolver
- KT-59758 <https://youtrack.jetbrains.com/issue/KT-59758> K2:
Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource
from ReturnTypeCalculatorWithJump
- KT-60377 <https://youtrack.jetbrains.com/issue/KT-60377> K2 IDE:
This method will only work on compiled declarations, but this declaration
is not compiled
- KT-59685 <https://youtrack.jetbrains.com/issue/KT-59685> K2: rewrite
on-air resolution
- KT-60132 <https://youtrack.jetbrains.com/issue/KT-60132> K2:
properties and functions without a name should be re-analyzable as well
- KT-59199 <https://youtrack.jetbrains.com/issue/KT-59199> K2 IDE: PSI
changes which do not cause OOB modifications can be unseen from the FIR
elements
... (truncated)
Commits
- eaa46a8
<JetBrains/kotlin@eaa46a8>
Add changelog for 1.9.20 release
- 8ac51de
<JetBrains/kotlin@8ac51de>
Add changelog for 1.9.20-RC2
- 508e032
<JetBrains/kotlin@508e032>
[K/JS] Remove unconditional cast to IrClass in KClass expression
- d700cd1
<JetBrains/kotlin@d700cd1>
[FE] 1.9.20 exclusive commit. Fix testData after previous two commits
- 22b9d50
<JetBrains/kotlin@22b9d50>
[FE 1.0] 2/2 Don't report a warning when new members are added to open
expect...
- 29cf556
<JetBrains/kotlin@29cf556>
[FE 1.0] 1/2 Don't report a warning when new supertypes are added to open
exp...
- 40cf415
<JetBrains/kotlin@40cf415>
[FE 1.0] Refactoring: replace defensive NonPrivateCallableAdded with Unknown
- 4408d89
<JetBrains/kotlin@4408d89>
[FE 1.0] Report a more precise diagnostic when parameter modifiers (vararg)
a...
- 6982fa1
<JetBrains/kotlin@6982fa1>
[FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData
- 882f468
<JetBrains/kotlin@882f468>
[STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlib
- Additional commits viewable in compare view
<JetBrains/kotlin@v1.9.10...v1.9.20>
Updates org.jetbrains.kotlin.plugin.serialization from 1.9.10 to 1.9.20
Release notes
*Sourced from org.jetbrains.kotlin.plugin.serialization's releases
<https://github.com/JetBrains/kotlin/releases>.*
Kotlin 1.9.20 1.9.20 Analysis. API New Features
- KT-58834 <https://youtrack.jetbrains.com/issue/KT-58834> Analysis
API: Add source shadowing feature to resolve extensions
Performance Improvements
- KT-57515 <https://youtrack.jetbrains.com/issue/KT-57515> LL FIR:
Performance bottleneck in
CompositeModificationTracker.getModificationCount
- KT-59266 <https://youtrack.jetbrains.com/issue/KT-59266> K2:
optimize FirElementBuilder.getOrBuildFir for elements outside body
- KT-59454 <https://youtrack.jetbrains.com/issue/KT-59454> K2: drop
resolve from
org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
- KT-59453 <https://youtrack.jetbrains.com/issue/KT-59453> K2:
completion regression from
org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
- KT-59189 <https://youtrack.jetbrains.com/issue/KT-59189> Analysis
API: KtFirKDocReference.resolveToSymbols is slow
- KT-58125 <https://youtrack.jetbrains.com/issue/KT-58125> K2: LL FIR:
KtToFirMapping.getElement is slow for KtUserTypes due to on-air
resolution of types
Fixes
- KT-59240 <https://youtrack.jetbrains.com/issue/KT-59240> K2:
FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS)
cannot be called from a transformer with a phase IMPORTS from superTypes
- KT-58499 <https://youtrack.jetbrains.com/issue/KT-58499> K2:
FirLazyBlock should be calculated before accessing
- KT-57966 <https://youtrack.jetbrains.com/issue/KT-57966> K2:
Analysis API: Reference Shortener does not work correctly when called on
entire file
- KT-60954 <https://youtrack.jetbrains.com/issue/KT-60954> K2:
Analysis API: Reference shortener does not work correctly with variable
assignments
- KT-60940 <https://youtrack.jetbrains.com/issue/KT-60940> K2:
Analysis API: Reference shortener incorrectly handles types in vararg
parameters declarations
- KT-60488 <https://youtrack.jetbrains.com/issue/KT-60488> Analysis
API: forbid providing custom KtLifetimeToken for every analyze call
- KT-60728 <https://youtrack.jetbrains.com/issue/KT-60728> K2: proper
support for scripts in LL FIR transformers
- KT-59159 <https://youtrack.jetbrains.com/issue/KT-59159> K2 IDE:
declaration is not found exception
- KT-59297 <https://youtrack.jetbrains.com/issue/KT-59297> K2:
exception from body resolve leads to corrupted state and broken analysis
- KT-59077 <https://youtrack.jetbrains.com/issue/KT-59077>
KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in
function calls
- KT-60586 <https://youtrack.jetbrains.com/issue/KT-60586> K2: forbid
analyze from write action
- KT-57743 <https://youtrack.jetbrains.com/issue/KT-57743> K2 IDE:
StackOverflowError from LLFirSessionCache for simple JPS project with
cyclic dependencies
- KT-61026 <https://youtrack.jetbrains.com/issue/KT-61026> K2 Scripts:
FirLazyExpression should be calculated before accessing from on-air resolve
- KT-61009 <https://youtrack.jetbrains.com/issue/KT-61009> K2 Scripts:
KtFirExpressionTypeProvider: Expected FirResolvedTypeRef with
ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
- KT-60357 <https://youtrack.jetbrains.com/issue/KT-60357> K2 IDE.
Reified types parameters are not resolved in a function body
- KT-60317 <https://youtrack.jetbrains.com/issue/KT-60317> K2 IDE. IAE
"This method will only work on compiled declarations, but this declaration
is not compiled" on invoking Find Usages for enum method in library
- KT-60706 <https://youtrack.jetbrains.com/issue/KT-60706> K2 IDE:
FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common
- KT-60552 <https://youtrack.jetbrains.com/issue/KT-60552> K2: merge
StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING
transformer
- KT-60641 <https://youtrack.jetbrains.com/issue/KT-60641> Analysis
API: Scope for class
org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found
exception when stdlib is missing
- KT-60638 <https://youtrack.jetbrains.com/issue/KT-60638> K2:
Expected FirResolvedTypeRef with ConeKotlinType but was
FirImplicitTypeRefImplWithoutSource
- KT-54846 <https://youtrack.jetbrains.com/issue/KT-54846> Analysis
API: add isExpect/isActual to KtSymbol
- KT-60448 <https://youtrack.jetbrains.com/issue/KT-60448>
FirLazyResolveContractViolationException:
lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS) cannot be called
from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen
plugin
- KT-59342 <https://youtrack.jetbrains.com/issue/KT-59342> K2 IDE.
FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES)
cannot be called from a transformer with a phase TYPES
- KT-59687 <https://youtrack.jetbrains.com/issue/KT-59687> K2:
Implement proper body update for in-block modifications
- KT-59329 <https://youtrack.jetbrains.com/issue/KT-59329> Resolve
Extensions reference resolution breaks Find Usages
- KT-60295 <https://youtrack.jetbrains.com/issue/KT-60295> K2: move
checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver
to LLFirTypeLazyResolver
- KT-59758 <https://youtrack.jetbrains.com/issue/KT-59758> K2:
Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource
from ReturnTypeCalculatorWithJump
- KT-60377 <https://youtrack.jetbrains.com/issue/KT-60377> K2 IDE:
This method will only work on compiled declarations, but this declaration
is not compiled
- KT-59685 <https://youtrack.jetbrains.com/issue/KT-59685> K2: rewrite
on-air resolution
- KT-60132 <https://youtrack.jetbrains.com/issue/KT-60132> K2:
properties and functions without a name should be re-analyzable as well
... (truncated)
Changelog
*Sourced from org.jetbrains.kotlin.plugin.serialization's changelog
<https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md>.*
1.9.20 Analysis. API New Features
- KT-58834 <https://youtrack.jetbrains.com/issue/KT-58834> Analysis
API: Add source shadowing feature to resolve extensions
Performance Improvements
- KT-57515 <https://youtrack.jetbrains.com/issue/KT-57515> LL FIR:
Performance bottleneck in
CompositeModificationTracker.getModificationCount
- KT-59266 <https://youtrack.jetbrains.com/issue/KT-59266> K2:
optimize FirElementBuilder.getOrBuildFir for elements outside body
- KT-59454 <https://youtrack.jetbrains.com/issue/KT-59454> K2: drop
resolve from
org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
- KT-59453 <https://youtrack.jetbrains.com/issue/KT-59453> K2:
completion regression from
org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
- KT-59189 <https://youtrack.jetbrains.com/issue/KT-59189> Analysis
API: KtFirKDocReference.resolveToSymbols is slow
- KT-58125 <https://youtrack.jetbrains.com/issue/KT-58125> K2: LL FIR:
KtToFirMapping.getElement is slow for KtUserTypes due to on-air
resolution of types
Fixes
- KT-59240 <https://youtrack.jetbrains.com/issue/KT-59240> K2:
FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS)
cannot be called from a transformer with a phase IMPORTS from superTypes
- KT-58499 <https://youtrack.jetbrains.com/issue/KT-58499> K2:
FirLazyBlock should be calculated before accessing
- KT-57966 <https://youtrack.jetbrains.com/issue/KT-57966> K2:
Analysis API: Reference Shortener does not work correctly when called on
entire file
- KT-60954 <https://youtrack.jetbrains.com/issue/KT-60954> K2:
Analysis API: Reference shortener does not work correctly with variable
assignments
- KT-60940 <https://youtrack.jetbrains.com/issue/KT-60940> K2:
Analysis API: Reference shortener incorrectly handles types in vararg
parameters declarations
- KT-60488 <https://youtrack.jetbrains.com/issue/KT-60488> Analysis
API: forbid providing custom KtLifetimeToken for every analyze call
- KT-60728 <https://youtrack.jetbrains.com/issue/KT-60728> K2: proper
support for scripts in LL FIR transformers
- KT-59159 <https://youtrack.jetbrains.com/issue/KT-59159> K2 IDE:
declaration is not found exception
- KT-59297 <https://youtrack.jetbrains.com/issue/KT-59297> K2:
exception from body resolve leads to corrupted state and broken analysis
- KT-59077 <https://youtrack.jetbrains.com/issue/KT-59077>
KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in
function calls
- KT-60586 <https://youtrack.jetbrains.com/issue/KT-60586> K2: forbid
analyze from write action
- KT-57743 <https://youtrack.jetbrains.com/issue/KT-57743> K2 IDE:
StackOverflowError from LLFirSessionCache for simple JPS project with
cyclic dependencies
- KT-61026 <https://youtrack.jetbrains.com/issue/KT-61026> K2 Scripts:
FirLazyExpression should be calculated before accessing from on-air resolve
- KT-61009 <https://youtrack.jetbrains.com/issue/KT-61009> K2 Scripts:
KtFirExpressionTypeProvider: Expected FirResolvedTypeRef with
ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
- KT-60357 <https://youtrack.jetbrains.com/issue/KT-60357> K2 IDE.
Reified types parameters are not resolved in a function body
- KT-60317 <https://youtrack.jetbrains.com/issue/KT-60317> K2 IDE. IAE
"This method will only work on compiled declarations, but this declaration
is not compiled" on invoking Find Usages for enum method in library
- KT-60706 <https://youtrack.jetbrains.com/issue/KT-60706> K2 IDE:
FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common
- KT-60552 <https://youtrack.jetbrains.com/issue/KT-60552> K2: merge
StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING
transformer
- KT-60641 <https://youtrack.jetbrains.com/issue/KT-60641> Analysis
API: Scope for class
org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found
exception when stdlib is missing
- KT-60638 <https://youtrack.jetbrains.com/issue/KT-60638> K2:
Expected FirResolvedTypeRef with ConeKotlinType but was
FirImplicitTypeRefImplWithoutSource
- KT-54846 <https://youtrack.jetbrains.com/issue/KT-54846> Analysis
API: add isExpect/isActual to KtSymbol
- KT-60448 <https://youtrack.jetbrains.com/issue/KT-60448>
FirLazyResolveContractViolationException:
lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS) cannot be called
from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen
plugin
- KT-59342 <https://youtrack.jetbrains.com/issue/KT-59342> K2 IDE.
FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES)
cannot be called from a transformer with a phase TYPES
- KT-59687 <https://youtrack.jetbrains.com/issue/KT-59687> K2:
Implement proper body update for in-block modifications
- KT-59329 <https://youtrack.jetbrains.com/issue/KT-59329> Resolve
Extensions reference resolution breaks Find Usages
- KT-60295 <https://youtrack.jetbrains.com/issue/KT-60295> K2: move
checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver
to LLFirTypeLazyResolver
- KT-59758 <https://youtrack.jetbrains.com/issue/KT-59758> K2:
Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource
from ReturnTypeCalculatorWithJump
- KT-60377 <https://youtrack.jetbrains.com/issue/KT-60377> K2 IDE:
This method will only work on compiled declarations, but this declaration
is not compiled
- KT-59685 <https://youtrack.jetbrains.com/issue/KT-59685> K2: rewrite
on-air resolution
- KT-60132 <https://youtrack.jetbrains.com/issue/KT-60132> K2:
properties and functions without a name should be re-analyzable as well
- KT-59199 <https://youtrack.jetbrains.com/issue/KT-59199> K2 IDE: PSI
changes which do not cause OOB modifications can be unseen from the FIR
elements
... (truncated)
Commits
- eaa46a8
<JetBrains/kotlin@eaa46a8>
Add changelog for 1.9.20 release
- 8ac51de
<JetBrains/kotlin@8ac51de>
Add changelog for 1.9.20-RC2
- 508e032
<JetBrains/kotlin@508e032>
[K/JS] Remove unconditional cast to IrClass in KClass expression
- d700cd1
<JetBrains/kotlin@d700cd1>
[FE] 1.9.20 exclusive commit. Fix testData after previous two commits
- 22b9d50
<JetBrains/kotlin@22b9d50>
[FE 1.0] 2/2 Don't report a warning when new members are added to open
expect...
- 29cf556
<JetBrains/kotlin@29cf556>
[FE 1.0] 1/2 Don't report a warning when new supertypes are added to open
exp...
- 40cf415
<JetBrains/kotlin@40cf415>
[FE 1.0] Refactoring: replace defensive NonPrivateCallableAdded with Unknown
- 4408d89
<JetBrains/kotlin@4408d89>
[FE 1.0] Report a more precise diagnostic when parameter modifiers (vararg)
a...
- 6982fa1
<JetBrains/kotlin@6982fa1>
[FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData
- 882f468
<JetBrains/kotlin@882f468>
[STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlib
- Additional commits viewable in compare view
<JetBrains/kotlin@v1.9.10...v1.9.20>
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 show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @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)
------------------------------
You can view, comment on, or merge this pull request online at:
#25
Commit Summary
- 254ed74
<254ed74>
Bump kotlin from 1.9.10 to 1.9.20
File Changes
(1 file <https://github.com/ioki-mobility/kmp-lokalise-api/pull/25/files>)
- *M* gradle/libs.versions.toml
<https://github.com/ioki-mobility/kmp-lokalise-api/pull/25/files#diff-697f70cdd88ba88fe77eebda60c7e143f6ad1286bca75017421e93ad84fb87df>
(2)
Patch Links:
- https://github.com/ioki-mobility/kmp-lokalise-api/pull/25.patch
- https://github.com/ioki-mobility/kmp-lokalise-api/pull/25.diff
—
Reply to this email directly, view it on GitHub
<#25>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOBQ66TLYPQNAFUIAEOOA3YDEUCVAVCNFSM6AAAAAA676PXPOVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TSOBQGU4TQMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Bumps `kotlin` from 1.9.10 to 1.9.20. Updates `org.jetbrains.kotlin:kotlin-test` from 1.9.10 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.20) Updates `org.jetbrains.kotlin.multiplatform` from 1.9.10 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.20) Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.10 to 1.9.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/gradle/kotlin-1.9.20
branch
from
November 14, 2023 04:41
254ed74
to
a8588dd
Compare
StefMa
approved these changes
Nov 14, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #8
Bumps
kotlin
from 1.9.10 to 1.9.20.Updates
org.jetbrains.kotlin:kotlin-test
from 1.9.10 to 1.9.20Release notes
Sourced from org.jetbrains.kotlin:kotlin-test's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-test's changelog.
... (truncated)
Commits
eaa46a8
Add changelog for 1.9.20 release8ac51de
Add changelog for 1.9.20-RC2508e032
[K/JS] Remove unconditional cast to IrClass in KClass expressiond700cd1
[FE] 1.9.20 exclusive commit. Fix testData after previous two commits22b9d50
[FE 1.0] 2/2 Don't report a warning when new members are added to open expect...29cf556
[FE 1.0] 1/2 Don't report a warning when new supertypes are added to open exp...40cf415
[FE 1.0] Refactoring: replace defensive NonPrivateCallableAdded with Unknown4408d89
[FE 1.0] Report a more precise diagnostic when parameter modifiers (vararg) a...6982fa1
[FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData882f468
[STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlibUpdates
org.jetbrains.kotlin.multiplatform
from 1.9.10 to 1.9.20Release notes
Sourced from org.jetbrains.kotlin.multiplatform's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.multiplatform's changelog.
... (truncated)
Commits
eaa46a8
Add changelog for 1.9.20 release8ac51de
Add changelog for 1.9.20-RC2508e032
[K/JS] Remove unconditional cast to IrClass in KClass expressiond700cd1
[FE] 1.9.20 exclusive commit. Fix testData after previous two commits22b9d50
[FE 1.0] 2/2 Don't report a warning when new members are added to open expect...29cf556
[FE 1.0] 1/2 Don't report a warning when new supertypes are added to open exp...40cf415
[FE 1.0] Refactoring: replace defensive NonPrivateCallableAdded with Unknown4408d89
[FE 1.0] Report a more precise diagnostic when parameter modifiers (vararg) a...6982fa1
[FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData882f468
[STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlibUpdates
org.jetbrains.kotlin.plugin.serialization
from 1.9.10 to 1.9.20Release notes
Sourced from org.jetbrains.kotlin.plugin.serialization's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.
... (truncated)
Commits
eaa46a8
Add changelog for 1.9.20 release8ac51de
Add changelog for 1.9.20-RC2508e032
[K/JS] Remove unconditional cast to IrClass in KClass expressiond700cd1
[FE] 1.9.20 exclusive commit. Fix testData after previous two commits22b9d50
[FE 1.0] 2/2 Don't report a warning when new members are added to open expect...29cf556
[FE 1.0] 1/2 Don't report a warning when new supertypes are added to open exp...40cf415
[FE 1.0] Refactoring: replace defensive NonPrivateCallableAdded with Unknown4408d89
[FE 1.0] Report a more precise diagnostic when parameter modifiers (vararg) a...6982fa1
[FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData882f468
[STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlibDependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)