Files
openide/platform/ijent/testFramework
Vladimir Lagunov 04c4bee35a IJent: Refactor IjentDeployingStrategy to have stderr reported during shell bootstrap failure
There was a problem that `com.intellij.platform.ijent.spi.IjentDeployingOverShellProcessStrategy.ShellProcessWrapper#readWholeErrorStream` used to start reading stderr when the shell process is already dead, so in case of problems there was no stderr.

The new refactoring brings `IjentSessionMediator` into `IjentDeployingStrategy`, and `IjentSessionMediator` knows how to collect stderr correctly.

GitOrigin-RevId: 26563aa82b8842ae945ca37ce19c2fc23c7492f8
2024-10-07 19:08:31 +00:00
..