dart-archive / vm_service_client

A Darty client for the VM service protocol
https://pub.dev/packages/vm_service_client
BSD 3-Clause "New" or "Revised" License
12 stars 19 forks source link

source_span version constraint too loose #7

Closed cbracken closed 8 years ago

cbracken commented 8 years ago

Repro steps:

pub downgrade
pub run test

Output:

  Unable to spawn isolate: 'package:vm_service_client/src/script.dart': malformed type: line 267 pos 31: cannot resolve class 'SourceLocationMixin' from '_ScriptLocation@84355812'
  class _ScriptLocation extends SourceLocationMixin implements FileLocation {
                                ^