Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1436)

Unified Diff: pubspec.yaml

Issue 926063003: pkg/unittest: use matcher from github at master (Closed) Base URL: https://github.com/dart-lang/unittest.git@master
Patch Set: cl comments Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index ba2a57273e27bfefc6731e62a9c7f0605655d414..b134cce7fd5dec2c572e149a84e9e78a92156848 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -8,10 +8,11 @@ environment:
dependencies:
stack_trace: '>=0.9.0 <2.0.0'
- # Because unittest exports matcher, it needs to keep its version constraint
- # tight to ensure that a constraint on unittest properly constraints all
- # features it provides.
- matcher: '>=0.11.4 <0.11.5'
+ # Using the pre-release version of matcher. When published we will go back
+ # using a tight version constraint to ensure that a constraint on unittest
+ # properly constraints all features it provides.
+ matcher:
+ git: https://github.com/dart-lang/matcher.git
dev_dependencies:
fake_async: '>=0.1.2 <0.2.0'
metatest:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698