mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-87576 Fix read access violation in InstallAndImportPackageQuickFix
onSuccess() was called from a coroutine on Dispatchers.Default but accessed PSI elements without a read action. Use suspend writeCommandAction to properly dispatch to EDT with write access. Add InstallPackageQuickFixTest to verify that onSuccess correctly adds import statements to the file. Make InstallPackageQuickFix and InstallAndImportPackageQuickFix non-internal (annotated with @ApiStatus.Internal instead) so they are accessible from the test module. GitOrigin-RevId: 4b8ef9194803cdd12192351ef357b18321ba482a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2c5de4b64a
commit
3b0c8ef38e
@@ -0,0 +1 @@
|
||||
pandas.array()
|
||||
@@ -0,0 +1 @@
|
||||
pd.array()
|
||||
Reference in New Issue
Block a user