-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
Labels
package:build_web_compilerstype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
TL;DR: That's #4066, but for 3.11.
https://dart-review.googlesource.com/c/sdk/+/449805 fails in CI:
00:35 �[32m+7�[0m�[31m -1�[0m: create integration web �[1m�[31m[E]�[0m�[0m
Expected: <0>
Actual: <1>
package:matcher/src/expect/expect.dart 187:31 fail
package:matcher/src/expect/expect.dart 182:3 _expect
package:matcher/src/expect/expect.dart 65:3 expect
pkg/dartdev/test/commands/create_integration_test.dart 41:7 defineCreateTests.<fn>
===== asynchronous gap ===========================
package:test_api/src/backend/declarer.dart 253:15 Declarer.test.<fn>.<fn>
===== asynchronous gap ===========================
package:test_api/src/backend/declarer.dart 250:11 Declarer.test.<fn>
===== asynchronous gap ===========================
package:test_api/src/backend/invoker.dart 318:9 Invoker._waitForOutstandingCallbacks.<fn>
Creating template_project using template web...
.gitignore
analysis_options.yaml
CHANGELOG.md
pubspec.yaml
README.md
web/index.html
web/main.dart
web/styles.css
Running pub get...
Resolving dependencies...
The current Dart SDK version is 3.11.0-edge.
Because template_project depends on build_web_compilers >=4.1.0-beta.3 which requires SDK version >=3.6.0-165.0.dev <3.10.0-z, version solving failed.
You can try the following suggestion to make the pubspec resolve:
* Try updating the following constraints: dart pub add dev:build_runner:^2.4.13 dev:build_web_compilers:^3.2.7 dev:lints:^6.0.0 web:^1.1.1
Metadata
Metadata
Assignees
Labels
package:build_web_compilerstype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)