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

Issue 14394003: Use UnmodifiableListView to expose read-only lists. (Closed)

Created:
7 years, 8 months ago by nweiz
Modified:
7 years, 8 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use UnmodifiableListView to expose read-only lists. Committed: https://code.google.com/p/dart/source/detail?r=21855

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code review change. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -15 lines) Patch
M pkg/scheduled_test/lib/src/schedule.dart View 6 chunks +10 lines, -10 lines 0 comments Download
M pkg/scheduled_test/lib/src/task.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/stack_trace/lib/src/trace.dart View 1 3 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
7 years, 8 months ago (2013-04-22 21:32:45 UTC) #1
Bob Nystrom
https://codereview.chromium.org/14394003/diff/1/pkg/scheduled_test/lib/src/schedule.dart File pkg/scheduled_test/lib/src/schedule.dart (right): https://codereview.chromium.org/14394003/diff/1/pkg/scheduled_test/lib/src/schedule.dart#newcode76 pkg/scheduled_test/lib/src/schedule.dart:76: List<ScheduleError> get errors => Is it worth exposing UnmodifiableListView ...
7 years, 8 months ago (2013-04-22 22:11:40 UTC) #2
nweiz
https://codereview.chromium.org/14394003/diff/1/pkg/scheduled_test/lib/src/schedule.dart File pkg/scheduled_test/lib/src/schedule.dart (right): https://codereview.chromium.org/14394003/diff/1/pkg/scheduled_test/lib/src/schedule.dart#newcode76 pkg/scheduled_test/lib/src/schedule.dart:76: List<ScheduleError> get errors => On 2013/04/22 22:11:40, Bob Nystrom ...
7 years, 8 months ago (2013-04-22 22:46:40 UTC) #3
Bob Nystrom
LGTM, though I wish we had an immutable list interface we could use so callers ...
7 years, 8 months ago (2013-04-22 22:50:21 UTC) #4
nweiz
7 years, 8 months ago (2013-04-22 23:05:42 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r21855 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698