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

Issue 794953002: Fix a couple type bugs in dart html and what seems like strange type choices in dart:core (Closed)

Created:
6 years ago by Jacob
Modified:
6 years ago
Reviewers:
Leaf, vsm, kevmoo
CC:
reviews_dartlang.org, floitschv8_gmail.com
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Fix a couple type bugs in dart html and what seems like strange type choices in dart:core BUG= R=vsm@google.com Committed: https://code.google.com/p/dart/source/detail?r=42550

Patch Set 1 #

Total comments: 10

Patch Set 2 : moved core change to a different CL #

Patch Set 3 : merged all changes in #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -36 lines) Patch
M sdk/lib/_internal/compiler/js_lib/js_array.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/collection/iterable.dart View 2 4 chunks +4 lines, -4 lines 0 comments Download
M sdk/lib/collection/list.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/collection/set.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/html/html_common/css_class_set.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M sdk/lib/html/html_common/filtered_element_list.dart View 6 chunks +20 lines, -20 lines 0 comments Download
M sdk/lib/internal/iterable.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M tests/co19/co19-co19.status View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
Jacob
Let me know if these fixes seem reasonable and I'll send the dart:core portion of ...
6 years ago (2014-12-11 01:00:43 UTC) #2
vsm
lgtm for the non-iterable parts. https://codereview.chromium.org/794953002/diff/1/sdk/lib/collection/iterable.dart File sdk/lib/collection/iterable.dart (right): https://codereview.chromium.org/794953002/diff/1/sdk/lib/collection/iterable.dart#newcode150 sdk/lib/collection/iterable.dart:150: E firstWhere(bool test(E value), ...
6 years ago (2014-12-11 01:16:23 UTC) #3
kevmoo
DBC https://codereview.chromium.org/794953002/diff/1/sdk/lib/collection/iterable.dart File sdk/lib/collection/iterable.dart (right): https://codereview.chromium.org/794953002/diff/1/sdk/lib/collection/iterable.dart#newcode150 sdk/lib/collection/iterable.dart:150: E firstWhere(bool test(E value), { E orElse() }) ...
6 years ago (2014-12-11 01:23:55 UTC) #5
Jacob
https://codereview.chromium.org/794953002/diff/1/sdk/lib/collection/iterable.dart File sdk/lib/collection/iterable.dart (right): https://codereview.chromium.org/794953002/diff/1/sdk/lib/collection/iterable.dart#newcode150 sdk/lib/collection/iterable.dart:150: E firstWhere(bool test(E value), { E orElse() }) { ...
6 years ago (2014-12-11 17:32:23 UTC) #6
Jacob
Moved the IterableMixin case over to https://codereview.chromium.org/791453005/
6 years ago (2014-12-12 02:01:09 UTC) #7
kevmoo
> The docs are misleading for this case as kevin said. Is there a bug ...
6 years ago (2014-12-12 02:54:42 UTC) #8
Jacob
On 2014/12/12 02:54:42, kevmoo wrote: > > The docs are misleading for this case as ...
6 years ago (2014-12-12 16:39:12 UTC) #9
Jacob
cc: floitschV8 Merged committing this CL along with the rollback CL of just the iterator ...
6 years ago (2014-12-22 18:48:56 UTC) #10
Jacob
6 years ago (2014-12-22 18:49:17 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 42550 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698