-
Notifications
You must be signed in to change notification settings - Fork 57
Widen constraint on code_transformers #232
Comments
I tried to change the dependency constraint
Test utilities in the new
and changed in
to
I run runs 95 and 31 tests successfully but then fails with
Seems node is missing. I try to avoid to install it on my machine therefore I run the steps manually:
output
Temporarily change the 2nd-last line in `run-benchmarks.sh
to
but this fails JS Benchmarks:Running: module_benchmark.dart
Giving up. I guess someone will run the tests and benchmarks again before merging. |
Widen constraint on code_transformers and use test utils from transformer_test package where they were migrated to from code_transformers.
ping |
The current constraint
<4.0
prevents me from publishing a version of https://pub.dartlang.org/packages/bwu_polymer_routing that is compatible with the latest Dart Polymer and reflectable package that fix some serious issues.Current version of code_transformers is
0.4.1
The text was updated successfully, but these errors were encountered: