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

pkgbuild/pkg/observe test fails with repository packages #70

Closed DartBot closed 9 years ago

DartBot commented 9 years ago

Issue by whesse Originally opened as dart-lang/sdk#20576


Due to a version constraint, pkg/observe test is failing with repo packages. Marking as failing in the status file pkg/pkgbuild.status.

stderr: Package observe 0.12.0 does not match >=0.11.0 <0.12.0 derived from:

Command[dir_copy]: Copying '/Volumes/data/b/build/slave/pub-mac-be/build/dart/pkg/observe' to '/Volumes/data/b/build/slave/pub-mac-be/build/dart/xcodebuild/ReleaseIA32/generated_pub_package_builds/repo_packages/pkg_observe'. Took 0:00:00.074638

Command[modify_pubspec]: Adding necessary dependency overrides to '/Volumes/data/b/build/slave/pub-mac-be/build/dart/xcodebuild/ReleaseIA32/generated_pub_package_builds/repo_packages/pkg_observe/pubspec.yaml' (destination = /Volumes/data/b/build/slave/pub-mac-be/build/dart/xcodebuild/ReleaseIA32/generated_pub_package_builds/repo_packages/pkg_observe/pubspec.yaml). Took 0:00:00.004257

Command[pub_get]: /Volumes/data/b/build/slave/pub-mac-be/build/dart/xcodebuild/ReleaseIA32/dart-sdk/bin/pub get (working directory: /Volumes/data/b/build/slave/pub-mac-be/build/dart/xcodebuild/ReleaseIA32/generated_pub_package_builds/repo_packages/pkg_observe) Took 0:00:01.563000

*If you know the Area- label, please set it and change status to Triaged.**

If you are reporting a problem in the Dart Editor, please open the Help -> About Dart Editor dialog and add the Dart SDK version number to this report. If you prefer, you can use the 'Send Feedback' button in the Dart Editor to file a report that will contain this information and additional context helpful for debugging the problem.

DartBot commented 9 years ago

Comment by whesse


cc @sigmundch.

DartBot commented 9 years ago

Comment by jakemac53


This has since been fixed


Added AssumedStale label.