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

fix updating to kotlin 1.8 #62

Merged
merged 1 commit into from
Jul 20, 2023
Merged

fix updating to kotlin 1.8 #62

merged 1 commit into from
Jul 20, 2023

Conversation

Strum355
Copy link
Contributor

@Strum355 Strum355 commented Jul 20, 2023

DeclarationDescriptor.fqnString became a function on upgrading. The use of that was added to main after the previous 1.8 branch was created, and not rebased onto the branch.

Not entirely sure to me what the compatibleMode bool param is about, heres some links I could surface. Appears to be kotlin/native specific
https://youtrack.jetbrains.com/issue/KT-48912
https://sourcegraph.com/github.com/JetBrains/kotlin/-/blob/compiler/ir/serialization.common/src/org/jetbrains/kotlin/backend/common/serialization/mangle/ir/IrMangleComputer.kt?L206-208
https://sourcegraph.com/github.com/JetBrains/kotlin/-/blob/compiler/testData/codegen/box/ir/serializationRegressions/anonFakeOverride.kt?L34-37

Test plan

Unit tests pass

@Strum355 Strum355 self-assigned this Jul 20, 2023
@olafurpg olafurpg merged commit dc4dcb8 into main Jul 20, 2023
4 checks passed
@olafurpg olafurpg deleted the nsc/kotlin-1.8-fix branch July 20, 2023 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants