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

KON-673 Merge KoTypeDeclarationProvider and KoTypeProvider into one KoDeclarationCastProvider #1478

Conversation

nataliapeterwas
Copy link
Collaborator

@nataliapeterwas nataliapeterwas commented Oct 24, 2024

  1. This PR consolidates KoTypeDeclarationProvider and KoTypeProvider into a single provider, KoDeclarationCastProvider. Both providers previously shared similar properties and responsibilities related to type casting. Merging them simplifies the codebase by centralizing these properties in one provider, improving maintainability.

  2. Now isExternalType and everything connected with this property are deprecated and added new ones isExternalDeclaration. The change is due to the fact that this property does not only apply to types, but also to parents, for example.

@nataliapeterwas nataliapeterwas added the breaking-api-change Breaks existing API label Oct 24, 2024
Copy link

@nataliapeterwas nataliapeterwas marked this pull request as ready for review October 24, 2024 06:59
@igorwojda igorwojda merged commit 22de1fe into develop Oct 26, 2024
33 checks passed
@igorwojda igorwojda deleted the KON-673-merge-kotypeprovider-and-kotypedeclarationprovider-into-one-kodeclarationcastprovider branch October 26, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-api-change Breaks existing API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants