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

Issue 10827227: Start moving non-platform libraries from lib/ to pkg/ . (Closed)

Created:
8 years, 4 months ago by dgrove
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Start moving non-platform libraries from lib/ to pkg/ . Committed: https://code.google.com/p/dart/source/detail?r=10655

Patch Set 1 #

Total comments: 9

Patch Set 2 : Start moving non-platform libraries from lib/ to pkg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -9814 lines) Patch
D lib/i18n/bidi_formatter.dart View 1 1 chunk +0 lines, -180 lines 0 comments Download
D lib/i18n/bidi_utils.dart View 1 1 chunk +0 lines, -391 lines 0 comments Download
D lib/i18n/date_format.dart View 1 1 chunk +0 lines, -530 lines 0 comments Download
D lib/i18n/date_symbol_data.dart View 1 1 chunk +0 lines, -3548 lines 0 comments Download
D lib/i18n/date_symbols.dart View 1 1 chunk +0 lines, -53 lines 0 comments Download
D lib/i18n/date_time_patterns.dart View 1 1 chunk +0 lines, -3964 lines 0 comments Download
D lib/i18n/intl.dart View 1 1 chunk +0 lines, -188 lines 0 comments Download
D lib/i18n/intl_message.dart View 1 1 chunk +0 lines, -76 lines 0 comments Download
D lib/i18n/lib/date_format_field.dart View 1 1 chunk +0 lines, -402 lines 0 comments Download
D lib/i18n/lib/date_format_helpers.dart View 1 1 chunk +0 lines, -136 lines 0 comments Download
D lib/logging/logging.dart View 1 1 chunk +0 lines, -334 lines 0 comments Download
M tests/lib/i18n/bidi_format_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/i18n/bidi_utils_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/i18n/date_time_format_test.dart View 1 2 chunks +5 lines, -5 lines 0 comments Download
M tests/lib/i18n/intl_message_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/i18n/intl_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/logging/logging_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/create_sdk.py View 1 3 chunks +22 lines, -1 line 0 comments Download
M utils/apidoc/apidoc.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
dgrove
Starting to move non-dart: libraries from lib/ to pkg/
8 years, 4 months ago (2012-08-08 17:25:52 UTC) #1
Bob Nystrom
https://chromiumcodereview.appspot.com/10827227/diff/1/lib/i18n/bidi_formatter.dart File lib/i18n/bidi_formatter.dart (left): https://chromiumcodereview.appspot.com/10827227/diff/1/lib/i18n/bidi_formatter.dart#oldcode1 lib/i18n/bidi_formatter.dart:1: // Copyright (c) 2012, the Dart project authors. Please ...
8 years, 4 months ago (2012-08-08 17:32:24 UTC) #2
Ivan Posva
LGTM under the assumption that the missing files are properly preserved, or there is a ...
8 years, 4 months ago (2012-08-08 17:47:54 UTC) #3
dgrove
https://chromiumcodereview.appspot.com/10827227/diff/1/lib/i18n/bidi_formatter.dart File lib/i18n/bidi_formatter.dart (left): https://chromiumcodereview.appspot.com/10827227/diff/1/lib/i18n/bidi_formatter.dart#oldcode1 lib/i18n/bidi_formatter.dart:1: // Copyright (c) 2012, the Dart project authors. Please ...
8 years, 4 months ago (2012-08-08 17:50:24 UTC) #4
Bob Nystrom
LGTM assuming the tests get moved into the packages.
8 years, 4 months ago (2012-08-08 19:58:02 UTC) #5
dgrove
On 2012/08/08 19:58:02, Bob Nystrom wrote: > LGTM assuming the tests get moved into the ...
8 years, 4 months ago (2012-08-08 20:37:13 UTC) #6
Bob Nystrom
On 2012/08/08 20:37:13, dgrove wrote: > On 2012/08/08 19:58:02, Bob Nystrom wrote: > > LGTM ...
8 years, 4 months ago (2012-08-08 20:56:22 UTC) #7
kasperl
LGTM. https://chromiumcodereview.appspot.com/10827227/diff/1/tests/lib/i18n/bidi_format_test.dart File tests/lib/i18n/bidi_format_test.dart (right): https://chromiumcodereview.appspot.com/10827227/diff/1/tests/lib/i18n/bidi_format_test.dart#newcode8 tests/lib/i18n/bidi_format_test.dart:8: #import('../../../pkg/i18n/intl.dart'); I guess it is pretty important that ...
8 years, 4 months ago (2012-08-09 06:51:50 UTC) #8
Bob Nystrom
https://chromiumcodereview.appspot.com/10827227/diff/1/tests/lib/i18n/bidi_format_test.dart File tests/lib/i18n/bidi_format_test.dart (right): https://chromiumcodereview.appspot.com/10827227/diff/1/tests/lib/i18n/bidi_format_test.dart#newcode8 tests/lib/i18n/bidi_format_test.dart:8: #import('../../../pkg/i18n/intl.dart'); On 2012/08/09 06:51:50, kasperl wrote: > I guess ...
8 years, 4 months ago (2012-08-09 15:50:08 UTC) #9
dgrove
Start moving non-platform libraries from lib/ to pkg/
8 years, 4 months ago (2012-08-14 16:19:04 UTC) #10
dgrove
I needed up to upload a new version of this change as more files came ...
8 years, 4 months ago (2012-08-14 16:20:01 UTC) #11
Ivan Posva
8 years, 4 months ago (2012-08-15 04:00:13 UTC) #12
LGTM -ip

Powered by Google App Engine
This is Rietveld 408576698