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

Issue 11931030: Add a MapRule (Closed)

Created:
7 years, 11 months ago by Alan Knight
Modified:
7 years, 10 months ago
Reviewers:
Jennifer Messerly
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : A good deal more work and updated to latest #

Patch Set 3 : Adds another test #

Total comments: 21

Patch Set 4 : Changes from review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+336 lines, -67 lines) Patch
M pkg/serialization/lib/serialization.dart View 1 4 chunks +6 lines, -1 line 0 comments Download
M pkg/serialization/lib/src/basic_rule.dart View 1 2 3 7 chunks +48 lines, -10 lines 0 comments Download
M pkg/serialization/lib/src/format.dart View 1 2 3 14 chunks +45 lines, -26 lines 0 comments Download
M pkg/serialization/lib/src/reader_writer.dart View 1 2 3 7 chunks +55 lines, -11 lines 0 comments Download
M pkg/serialization/lib/src/serialization_rule.dart View 1 2 3 8 chunks +98 lines, -9 lines 0 comments Download
M pkg/serialization/test/serialization_test.dart View 1 2 3 7 chunks +84 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Alan Knight
Adds a MapRule. This is trickier than I would have liked. Previous code tended to ...
7 years, 11 months ago (2013-01-23 23:57:29 UTC) #1
Jennifer Messerly
lgtm https://codereview.chromium.org/11931030/diff/6001/pkg/serialization/lib/src/basic_rule.dart File pkg/serialization/lib/src/basic_rule.dart (right): https://codereview.chromium.org/11931030/diff/6001/pkg/serialization/lib/src/basic_rule.dart#newcode155 pkg/serialization/lib/src/basic_rule.dart:155: state[inflated] = state[each]; fwiw, I think you could ...
7 years, 11 months ago (2013-01-25 01:19:59 UTC) #2
Alan Knight
https://codereview.chromium.org/11931030/diff/6001/pkg/serialization/lib/src/basic_rule.dart File pkg/serialization/lib/src/basic_rule.dart (right): https://codereview.chromium.org/11931030/diff/6001/pkg/serialization/lib/src/basic_rule.dart#newcode155 pkg/serialization/lib/src/basic_rule.dart:155: state[inflated] = state[each]; On 2013/01/25 01:19:59, John Messerly wrote: ...
7 years, 11 months ago (2013-01-26 01:33:38 UTC) #3
Jennifer Messerly
7 years, 11 months ago (2013-01-26 01:58:02 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698