flutter / flutter/devtools

Consider moving off of package:stager

オープン
#8,666 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
blocked cost: medium P3 tech debt
主要言語
Dart
スター
1.7k
フォーク
404
平均マージ
6日 17時間
マージ済み PR(30日)
18

説明

After pulling from the latest master of devtools, I received the following error:

```
Because devtools_app depends on integration_test from sdk which depends on test_api 0.7.4, test_api 0.7.4 is required.
And because test 1.25.8 depends on test_api 0.7.3, test 1.25.8 is forbidden.
And because devtools_tool depends on test ^1.25.8 and no versions of test match >1.25.8 <1.25.9, test ^1.25.9 is required.
And because test >=1.25.9 depends on analyzer >=6.0.0 <8.0.0 and stager 1.0.1 depends on analyzer ^5.1.0, stager 1.0.1 is forbidden.
Because no versions of stager match >1.0.1 <2.0.0 and devtools_app depends on stager ^1.0.1, stager 1.0.1 is required.
Thus, version solving failed.
```

The workaround is to add the following dependency_overrides to the top level pubspec.yaml:
```
dependency_overrides:
analyzer: 6.11.0
dart_style: 2.3.3
```

The longer term fix will require stager to update it's dependencies:
https://github.com/bryanoltman/stager/pull/48

We should make a decision if we should continue to depend on stager going forward if the versioning issue cannot be addressed from the stager side.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。