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

Issue 278613003: pkg/mock: fixes for v0.11 (Closed)

Created:
6 years, 7 months ago by kevmoo
Modified:
6 years, 7 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : status file fix for mismatched version constraints #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -99 lines) Patch
A pkg/mock/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/mock/lib/mock.dart View 1 chunk +0 lines, -8 lines 0 comments Download
M pkg/mock/lib/src/behavior.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/mock/lib/src/log_entry_list.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/mock/lib/src/mock.dart View 4 chunks +7 lines, -52 lines 0 comments Download
M pkg/mock/lib/src/result_matcher.dart View 2 chunks +4 lines, -3 lines 0 comments Download
M pkg/mock/lib/src/result_set_matcher.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/mock/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M pkg/mock/test/mock_test.dart View 13 chunks +31 lines, -32 lines 0 comments Download
M pkg/pkg.status View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kevmoo
There are only 2 changes that affect features - see comments below Everything else is ...
6 years, 7 months ago (2014-05-08 18:37:56 UTC) #1
kevmoo
+ Nathan, if he has a minute
6 years, 7 months ago (2014-05-08 21:27:20 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/278613003/diff/1/pkg/mock/lib/src/result_matcher.dart File pkg/mock/lib/src/result_matcher.dart (right): https://codereview.chromium.org/278613003/diff/1/pkg/mock/lib/src/result_matcher.dart#newcode37 pkg/mock/lib/src/result_matcher.dart:37: description.add('return '); how about: description.add(... ? 'return' : ...
6 years, 7 months ago (2014-05-08 21:41:21 UTC) #3
nweiz
I don't know much about this package in particular, but style-wise LGTM.
6 years, 7 months ago (2014-05-08 21:49:27 UTC) #4
kevmoo
https://codereview.chromium.org/278613003/diff/1/pkg/mock/lib/src/result_matcher.dart File pkg/mock/lib/src/result_matcher.dart (right): https://codereview.chromium.org/278613003/diff/1/pkg/mock/lib/src/result_matcher.dart#newcode37 pkg/mock/lib/src/result_matcher.dart:37: description.add('return '); On 2014/05/08 21:41:22, Siggi Cherem (dart-lang) wrote: ...
6 years, 7 months ago (2014-05-08 22:43:27 UTC) #5
kevmoo
6 years, 7 months ago (2014-05-08 22:43:49 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r35949 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698