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

Issue 11269045: Convert NoMoreElementsException and EmptyQueueException to StateError. (Closed)

Created:
8 years, 1 month ago by Lasse Reichstein Nielsen
Modified:
8 years, 1 month ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Convert NoMoreElementsException and EmptyQueueException to StateError. Committed: https://code.google.com/p/dart/source/detail?r=14122

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -50 lines) Patch
M lib/compiler/implementation/lib/coreimpl_patch.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/compiler/implementation/lib/js_helper.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/compiler/implementation/types/concrete_types_inferrer.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/core/errors.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/core/exceptions.dart View 1 chunk +0 lines, -12 lines 0 comments Download
M lib/core/iterator.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/core/queue.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M lib/core/sequences.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/coreimpl/hash_map_set.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/coreimpl/queue.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M lib/html/dart2js/html_dart2js.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M lib/html/dartium/html_dartium.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M lib/html/src/_ListIterators.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/html/templates/html/impl/impl_DocumentFragment.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M lib/html/templates/html/impl/impl_Element.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/dartdoc/lib/mirrors_util.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/array.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/byte_array.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M tests/co19/co19-dart2dart.status View 1 chunk +10 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 chunk +11 lines, -0 lines 0 comments Download
M tests/corelib/list_iterators_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/queue_iterator_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/queue_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/corelib/set_iterator_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/utils/vim/syntax/dart.vim View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein Nielsen
8 years, 1 month ago (2012-10-25 13:00:14 UTC) #1
floitsch
8 years, 1 month ago (2012-10-25 13:41:54 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698