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

Issue 12286004: Unbreak pub: (Closed)

Created:
7 years, 10 months ago by Bob Nystrom
Modified:
7 years, 10 months ago
CC:
reviews_dartlang.org, Lasse Reichstein Nielsen, floitsch
Visibility:
Public.

Description

Unbreak pub: Revert "Make List.skip, List.take and List.reversed return Iterables, not Lists." This reverts commit 44c3745a76acfad3d1d5bfc7a8b8c8e2def30e09. Revert "Remove deprecated mappedBy." This reverts commit 779ab69eab73e5e349245e99560b18955908e0cc. BUG=dartbug.com/8560 Committed: https://code.google.com/p/dart/source/detail?r=18591

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1097 lines, -285 lines) Patch
M editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer-experimental/lib/src/generated/java_core.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/http/lib/src/byte_stream.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/serialization/lib/src/format.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/array.dart View 4 chunks +10 lines, -2 lines 0 comments Download
M runtime/lib/byte_array.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/lib/growable_array.dart View 2 chunks +5 lines, -1 line 0 comments Download
M samples/swarm/swarm_ui_lib/observable/observable.dart View 2 chunks +2 lines, -1 line 0 comments Download
M sdk/lib/_collection_dev/iterable.dart View 9 chunks +338 lines, -28 lines 0 comments Download
M sdk/lib/_collection_dev/list.dart View 2 chunks +261 lines, -15 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_array.dart View 2 chunks +5 lines, -1 line 0 comments Download
M sdk/lib/async/stream.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M sdk/lib/collection/collections.dart View 5 chunks +15 lines, -5 lines 0 comments Download
M sdk/lib/core/iterable.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M sdk/lib/core/list.dart View 1 chunk +6 lines, -2 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 73 chunks +149 lines, -36 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 73 chunks +149 lines, -36 lines 0 comments Download
M sdk/lib/html/html_common/filtered_element_list.dart View 2 chunks +2 lines, -1 line 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 12 chunks +24 lines, -6 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 12 chunks +24 lines, -6 lines 0 comments Download
M tests/corelib/iterable_skip_test.dart View 7 chunks +21 lines, -21 lines 0 comments Download
M tests/corelib/iterable_take_test.dart View 8 chunks +22 lines, -0 lines 0 comments Download
M tests/corelib/list_reversed_test.dart View 2 chunks +15 lines, -109 lines 0 comments Download
M tests/html/element_classes_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/element_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/streams_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/async/stream_controller_async_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/src/CssClassSet.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 4 chunks +10 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Node.darttemplate View 2 chunks +5 lines, -1 line 0 comments Download
M tools/dom/templates/immutable_list_mixin.darttemplate View 2 chunks +4 lines, -1 line 0 comments Download
M utils/pub/utils.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/template/utils.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Bob Nystrom
It appears that r18750 completely broke pub. When the patch went in, 40 of pub's ...
7 years, 10 months ago (2013-02-15 18:08:37 UTC) #1
Lasse Reichstein Nielsen
LGTM. I'm still not sure what in that change makes it break, but I'll keep ...
7 years, 10 months ago (2013-02-15 18:33:29 UTC) #2
Bob Nystrom
On 2013/02/15 18:33:29, Lasse Reichstein Nielsen wrote: > LGTM. > I'm still not sure what ...
7 years, 10 months ago (2013-02-15 18:43:56 UTC) #3
ricow1
On 2013/02/15 18:43:56, Bob Nystrom wrote: > On 2013/02/15 18:33:29, Lasse Reichstein Nielsen wrote: > ...
7 years, 10 months ago (2013-02-16 13:04:15 UTC) #4
Bob Nystrom
7 years, 10 months ago (2013-02-19 17:10:41 UTC) #5
Message was sent while issue was closed.
On 2013/02/16 13:04:15, ricow1 wrote:
> On 2013/02/15 18:43:56, Bob Nystrom wrote:
> > On 2013/02/15 18:33:29, Lasse Reichstein Nielsen wrote:
> > > LGTM. 
> > > I'm still not sure what in that change makes it break, but I'll keep
> looking.
> > 
> > Thanks, I haven't investigated at all. I just took the quickest path to
green
> > bots.
> > 
> > I'd like to get these patches reapplied and pub happy with them. It's very
> > likely a simple fix. Let me know if there's anything I can do to help. (Or,
> this
> > can wait until Monday if you'd like.)
> > 
> > If you want to test how a patch affects pub, just run:
> > 
> > ./tools/test.py -m release pub
> > 
> > The tests should run pretty quickly.
> LGTM, but could we please use svn revisions in cl descriptions - it is a
manual
> process to look up the changes using the reverted headlines - which is not
easy.
> It is pretty easy to get svn revisions from git svn

Sorry, will do next time.

Powered by Google App Engine
This is Rietveld 408576698