localvoid / vdom-benchmark

Virtual DOM diff/patch benchmark
BSD 2-Clause "Simplified" License
49 stars 10 forks source link

Current error in compilation #7

Closed Bobris closed 9 years ago

Bobris commented 9 years ago
c:\Research\vdom-benchmark>call c:\dart\dart-sdk\bin\pub build --mode=release
Loading source assets...
Loading smoke/src/default_transformer transformers...
Building vdom_benchmark...
[Info from Dart2JS]:
Compiling vdom_benchmark|web/components.dart...
[Error from Dart2JS on vdom_benchmark|web/components.dart]:
packages\vdom_benchmark\liquid.dart:97:39:
'super' call arguments and constructor parameters do not match.
  App(Context context, this._nodes) : super(context);
                                      ^^^^^^^^^^^^^^
[Info from Dart2JS]:
Took 0:00:03.953505 to compile vdom_benchmark|web/components.dart.
[Info from Dart2JS]:
Compiling vdom_benchmark|web/index.dart...
[Dart2JS on vdom_benchmark|web/index.dart]:
9 warning(s) suppressed in package:vdom_benchmark.
[Warning from Dart2JS on vdom_benchmark|web/index.dart]:
1 hint(s) suppressed in package:charted.
[Info from Dart2JS]:
Took 0:00:06.233519 to compile vdom_benchmark|web/index.dart.
Build failed.