dart-archive / observe

Support for marking objects as observable, and getting notifications when those objects are mutated
https://pub.dartlang.org/packages/observe
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

pkg/observe/test/transformer_test fails with dartanalyzer #59

Closed DartBot closed 9 years ago

DartBot commented 9 years ago

Issue by karlklose Originally opened as dart-lang/sdk#17527


Reason: _MockTransform does not implement BaseTransform.hasInput.

DartBot commented 9 years ago

Comment by nex3


Wasn't this fixed by dart-lang/sdk@5f5b4ca0e8ac5739b8df70f8eb6182f2e0bd5afb? Is your repo up to date?


Added Pkg-Observe label.

DartBot commented 9 years ago

Comment by nex3


Never mind, that added support for another new method.

DartBot commented 9 years ago

Comment by nex3


Added Started label.

DartBot commented 9 years ago

Comment by nex3


Fixed by dart-lang/sdk@d443d761ea778059014891639415c21c414488c1.


Added Fixed label.

DartBot commented 9 years ago

Comment by karlklose


This is not fixed by dart-lang/sdk@d443d761ea778059014891639415c21c414488c1. I will fix it with https://codereview.chromium.org//203163002.


Added Triaged label.

DartBot commented 9 years ago

Comment by karlklose


Fixed in dart-lang/sdk@41feb0f43a3873beb5a8fa8a287229a6ee17e0e0.


Added Fixed label.