Skip to content

[IJ Plugin] Fix pulling normalized cache for recent AS #6437

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

Merged
merged 2 commits into from
Mar 27, 2025
Merged

Conversation

BoD
Copy link
Contributor

@BoD BoD commented Mar 27, 2025

Fix for #6436

There were 2 issues:

  • CoroutineDispatcher.limitedParallelism referenced from WebSocketNetworkTransport, which we don't need
  • ddmlibcompatibility.toDeviceSelector apparently no longer exists in AS, but we also don't need it

@BoD BoD requested a review from martinbonnin as a code owner March 27, 2025 10:18
@svc-apollo-docs
Copy link
Collaborator

svc-apollo-docs commented Mar 27, 2025

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: dbcf03c702106fa049be14dd

@BoD BoD added this to the 4.2.0 milestone Mar 27, 2025
Comment on lines +74 to +76
// Use a dummy NetworkTransport for subscriptions (which are not used), because the default one
// references CoroutineDispatcher.limitedParallelism which doesn't exist in certain IDE versions.
// (See https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#coroutinesLibraries)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL. Is there a Youtrack to remove this limitation? We're able to workaround for now but it's not great moving forward.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't find one, so I opened https://youtrack.jetbrains.com/issue/IJPL-182123

@BoD BoD merged commit 078d5c2 into main Mar 27, 2025
8 checks passed
@BoD BoD deleted the ij-plugin-fix-pull-db branch March 27, 2025 13:21
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.

3 participants