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

Issue 380563002: Add a hidden pub command to generate core library stubs. (Closed)

Created:
6 years, 5 months ago by nweiz
Modified:
6 years, 5 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add a stub_core_libraries package. This will later be used to support configuration-specific libraries. R=rnystrom@google.com BUG=6943 Committed: https://code.google.com/p/dart/source/detail?r=38265

Patch Set 1 #

Patch Set 2 : Load core libraries from the SDK. #

Patch Set 3 : Fix a library name. #

Patch Set 4 : fix analyzer warnings #

Patch Set 5 : Fix more analyzer errors. #

Patch Set 6 : Move to a package #

Patch Set 7 : analyzer fixes #

Total comments: 16

Patch Set 8 : Stub the repo's SDK dir. #

Total comments: 8

Patch Set 9 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+956 lines, -0 lines) Patch
A pkg/stub_core_library/README.md View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
A pkg/stub_core_library/bin/stub_core_library.dart View 1 2 3 4 5 6 7 1 chunk +101 lines, -0 lines 0 comments Download
A pkg/stub_core_library/lib/src/utils.dart View 1 2 3 4 5 6 1 chunk +24 lines, -0 lines 0 comments Download
A pkg/stub_core_library/lib/stub_core_library.dart View 1 2 3 4 5 6 7 8 1 chunk +391 lines, -0 lines 0 comments Download
A pkg/stub_core_library/pubspec.yaml View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
A pkg/stub_core_library/test/stub_test.dart View 1 2 3 4 5 6 7 8 1 chunk +428 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
nweiz
6 years, 5 months ago (2014-07-09 01:36:55 UTC) #1
nweiz
fix analyzer warnings
6 years, 5 months ago (2014-07-09 22:53:25 UTC) #2
nweiz
analyzer fixes
6 years, 5 months ago (2014-07-14 22:44:46 UTC) #3
nweiz
Moved this into a package. PTAL
6 years, 5 months ago (2014-07-14 22:45:11 UTC) #4
Bob Nystrom
This looks really nice. https://codereview.chromium.org/380563002/diff/120001/pkg/stub_core_library/bin/stub_core_library.dart File pkg/stub_core_library/bin/stub_core_library.dart (right): https://codereview.chromium.org/380563002/diff/120001/pkg/stub_core_library/bin/stub_core_library.dart#newcode36 pkg/stub_core_library/bin/stub_core_library.dart:36: 'dart:html_common': 'dart_html_common.dart', Check with Emily/Jacob/Vijay ...
6 years, 5 months ago (2014-07-15 17:48:34 UTC) #5
nweiz
https://codereview.chromium.org/380563002/diff/120001/pkg/stub_core_library/bin/stub_core_library.dart File pkg/stub_core_library/bin/stub_core_library.dart (right): https://codereview.chromium.org/380563002/diff/120001/pkg/stub_core_library/bin/stub_core_library.dart#newcode36 pkg/stub_core_library/bin/stub_core_library.dart:36: 'dart:html_common': 'dart_html_common.dart', On 2014/07/15 17:48:33, Bob Nystrom wrote: > ...
6 years, 5 months ago (2014-07-15 20:09:07 UTC) #6
Bob Nystrom
LGTM!
6 years, 5 months ago (2014-07-15 22:54:39 UTC) #7
nweiz
6 years, 5 months ago (2014-07-15 23:06:12 UTC) #8
Message was sent while issue was closed.
Committed patchset #9 manually as r38265 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698