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

Issue 438473002: pkg/matcher: refactored code around data-structure vs execution-based matchers (Closed)

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

Description

pkg/matcher: refactored code around data-structure vs execution-based matchers Also fixed a spelling error. R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=38807

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+351 lines, -287 lines) Patch
M pkg/matcher/CHANGELOG.md View 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/matcher/lib/matcher.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/matcher/lib/src/core_matchers.dart View 3 chunks +1 line, -104 lines 0 comments Download
M pkg/matcher/lib/src/error_matchers.dart View 11 chunks +0 lines, -35 lines 0 comments Download
M pkg/matcher/lib/src/expect.dart View 3 chunks +26 lines, -21 lines 0 comments Download
M pkg/matcher/lib/src/future_matchers.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/matcher/lib/src/interfaces.dart View 3 chunks +1 line, -28 lines 0 comments Download
M pkg/matcher/lib/src/iterable_matchers.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/matcher/lib/src/map_matchers.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/matcher/lib/src/operator_matchers.dart View 3 chunks +16 lines, -36 lines 0 comments Download
A pkg/matcher/lib/src/throws_matcher.dart View 1 chunk +113 lines, -0 lines 0 comments Download
A pkg/matcher/lib/src/throws_matchers.dart View 1 chunk +44 lines, -0 lines 0 comments Download
A pkg/matcher/lib/src/util.dart View 1 chunk +30 lines, -0 lines 0 comments Download
M pkg/matcher/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M pkg/matcher/test/core_matchers_test.dart View 2 chunks +0 lines, -59 lines 0 comments Download
M pkg/matcher/test/operator_matchers_test.dart View 1 chunk +31 lines, -0 lines 0 comments Download
A pkg/matcher/test/throws_matchers_test.dart View 1 chunk +76 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kevmoo
I'm starting to isolate code that relies on static state (async wrapper, etc) looking to ...
6 years, 4 months ago (2014-07-31 04:27:14 UTC) #1
Siggi Cherem (dart-lang)
lgtm
6 years, 4 months ago (2014-07-31 22:01:08 UTC) #2
kevmoo
6 years, 4 months ago (2014-07-31 22:51:08 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r38807 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698