-
Notifications
You must be signed in to change notification settings - Fork 471
DGPv2: Fix isMetadata flag
#4263
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
Conversation
|
AA issue: KT-81108 AA: java.lang.ClassCastException: class org.jetbrains.kotlin.fir.FirBinaryDependenciesModuleData cannot be cast to class org.jetbrains.kotlin.analysis.low.level.api.fir.projectStructure.LLFirModuleData |
No, I don't remember. |
I can't, as it depends on K/N platform libraries :( |
06d4000 to
6a186a8
Compare
|
Reproduced the issue from kotlinx.io in 59286fe - I will create an issue in Dokka to track this (also, I will extract test changes into one more PR) |
You can copy the required subset of them for tests. |
But it fails specifically because of |
6a186a8 to
6c8e431
Compare
9950776 to
292dd40
Compare
|
|
292dd40 to
bd4a933
Compare
@adam-enko, no, it should be fixed by #4324. Rebased the PR. |
* Reproduce kotlinx.io issue with `cnames` usage * Update IT expected data after the `isMetadata` flag is fixed * Update IT expected data for `cnames` usage
Contains IT from #4268 (reproducer for KT-81108) - working correctly now.
As shown in the changed IT expectedData, we now treat source sets like
linuxMainasnativeand analyze them using thenativeanalysis platform.