dart-lang / source_maps

A package to programmatically manipulate source maps.
https://pub.dev/packages/source_maps
BSD 3-Clause "New" or "Revised" License
16 stars 14 forks source link

DDC issue "Missing concrete implementation of 'SourceSpanMixin.highlight'. " #20

Open nex3 opened 7 years ago

nex3 commented 7 years ago

From @zoechi on November 19, 2016 11:43

I run bazelify init and bazelify serve on an Angular2 project. I didn't expect to succeed, just curious what would happen. If this issue is not useful or actionable, please just close it.

____[96 / 178] Compiling @yaml//:yaml with ddc
ERROR: /home/myuser/.cache/bazel/_bazel_myuser/d7cc63dbd0d8e0618a44683ac56d1bee/external/source_maps/BUILD:15:1: Compiling @source_maps//:source_maps with ddc failed: Worker process sent response with exit code: 1..
[error] Missing concrete implementation of 'SourceSpanMixin.highlight'. (package:source_maps/src/source_map_span.dart, line 39, col 7)

Dart VM version: 1.21.0-edge.66cb033ac11dfc576967025ba4a20e3aefbf41f2 (Fri Nov 18 16:50:33 2016) on "linux_x64"

bazel 0.2.2

_Copied from original issue: dart-lang/sourcespan#11

nex3 commented 7 years ago

This looks like an issue in source_maps to me.

jakemac53 commented 7 years ago

+1, I am running into this as well now.