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

Issue 2476333003: don't rely on `identical` for comparing empty linked lists (Closed)

Created:
4 years, 1 month ago by Harry Terkelsen
Modified:
4 years, 1 month ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

don't rely on `identical` for comparing empty linked lists BUG= R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/4b2751a80ec894bbe1dc3049121b1747bcaefc16

Patch Set 1 #

Total comments: 2

Patch Set 2 : add back const Link, add TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M pkg/compiler/lib/src/ordered_typeset.dart View 1 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Harry Terkelsen
4 years, 1 month ago (2016-11-07 23:05:20 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2476333003/diff/1/pkg/compiler/lib/src/ordered_typeset.dart File pkg/compiler/lib/src/ordered_typeset.dart (right): https://codereview.chromium.org/2476333003/diff/1/pkg/compiler/lib/src/ordered_typeset.dart#newcode96 pkg/compiler/lib/src/ordered_typeset.dart:96: while (pointer.isNotEmpty && !identical(pointer, end)) { I guess ...
4 years, 1 month ago (2016-11-07 23:15:42 UTC) #3
Harry Terkelsen
https://codereview.chromium.org/2476333003/diff/1/pkg/compiler/lib/src/ordered_typeset.dart File pkg/compiler/lib/src/ordered_typeset.dart (right): https://codereview.chromium.org/2476333003/diff/1/pkg/compiler/lib/src/ordered_typeset.dart#newcode96 pkg/compiler/lib/src/ordered_typeset.dart:96: while (pointer.isNotEmpty && !identical(pointer, end)) { On 2016/11/07 23:15:42, ...
4 years, 1 month ago (2016-11-07 23:31:30 UTC) #4
Harry Terkelsen
4 years, 1 month ago (2016-11-07 23:48:49 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
4b2751a80ec894bbe1dc3049121b1747bcaefc16 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698