Display "Loading..." on Debug page after an `IsolateDestroy` event
- 主要言語
- Dart
- スター
- 1.7k
- フォーク
- 404
- 平均マージ
- 6日 17時間
- マージ済み PR(30日)
- 18
説明
For large applications, creating an isolate can take non-trivial time. Currently DevTools displays `Loading...` while it waits for the initial `getVM` response. This is a nice user experience while `package:dwds` creates the first isolate. Upon a refresh in which `package:dwds` sends an `IsolateDestroy` event, DevTools will properly clear out the content of the Debug page. However, it does not display any indication that it is waiting for an `IsolateCreate` event. Ideally DevTools displays the `Loading...` message again.
コントリビューションガイド
調査の方向性
まず、IsolateDestroy イベントと IsolateCreate イベントに対する Debug ページの処理を追跡します。大規模なアプリケーションで更新を再現し、その後、IsolateDestroy の後にページに "Loading..." が表示され、IsolateCreate が到着するまで表示され続けることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- dart
- 領域
- devtools
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100