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

Issue 10918106: Move lib/compiler to pkg/compiler in SDK (Closed)

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

Description

Move lib/compiler to pkg/compiler in SDK. This addresses issue 4788 in the SDK. Once lib/compiler moves to pkg/compiler in the repo, this change can be undone. Committed: https://code.google.com/p/dart/source/detail?r=12062

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -10 lines) Patch
M tools/create_sdk.py View 1 2 6 chunks +34 lines, -10 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
dgrove
8 years, 3 months ago (2012-09-06 20:39:51 UTC) #1
ahe
I'd appreciate if you didn't do this until dart2js lives in pkg/compiler.
8 years, 3 months ago (2012-09-06 20:46:48 UTC) #2
Emily Fortuna
lgtm
8 years, 3 months ago (2012-09-06 20:55:36 UTC) #3
danrubel
LGTM with a suggestion... https://chromiumcodereview.appspot.com/10918106/diff/1/tools/create_sdk.py File tools/create_sdk.py (right): https://chromiumcodereview.appspot.com/10918106/diff/1/tools/create_sdk.py#newcode248 tools/create_sdk.py:248: [('"compiler/', '"../pkg/compiler/')]) If its not ...
8 years, 3 months ago (2012-09-06 21:49:41 UTC) #4
dgrove
On 2012/09/06 21:49:41, danrubel wrote: > LGTM with a suggestion... > > https://chromiumcodereview.appspot.com/10918106/diff/1/tools/create_sdk.py > File ...
8 years, 3 months ago (2012-09-06 23:57:00 UTC) #5
dgrove
8 years, 3 months ago (2012-09-06 23:57:47 UTC) #6
ahe
LGTM I give up. The properties I was trying to preserve were already lost. I ...
8 years, 3 months ago (2012-09-07 06:09:02 UTC) #7
dgrove
Emily - PTAL before I commit this. dartdoc also needed some fixup. On 2012/09/07 06:09:02, ...
8 years, 3 months ago (2012-09-07 20:20:19 UTC) #8
Emily Fortuna
lgtm with comments https://chromiumcodereview.appspot.com/10918106/diff/6002/tools/create_sdk.py File tools/create_sdk.py (right): https://chromiumcodereview.appspot.com/10918106/diff/6002/tools/create_sdk.py#newcode41 tools/create_sdk.py:41: #.......htmlescape/ are we no longer going ...
8 years, 3 months ago (2012-09-07 20:31:10 UTC) #9
dgrove
8 years, 3 months ago (2012-09-07 20:35:33 UTC) #10
https://chromiumcodereview.appspot.com/10918106/diff/6002/tools/create_sdk.py
File tools/create_sdk.py (right):

https://chromiumcodereview.appspot.com/10918106/diff/6002/tools/create_sdk.py...
tools/create_sdk.py:41: #.......htmlescape/
On 2012/09/07 20:31:10, Emily Fortuna wrote:
> are we no longer going to have a web/net-type directory?

This moved in the repo last night.

https://chromiumcodereview.appspot.com/10918106/diff/6002/tools/create_sdk.py...
tools/create_sdk.py:122: [(r'\$BIN_DIR/\.\./\.\./lib', r'$BIN_DIR/../pkg')])
On 2012/09/07 20:31:10, Emily Fortuna wrote:
> backslashes not needed because this is a raw string. backslashes only make it
> less readable.

Done.

https://chromiumcodereview.appspot.com/10918106/diff/6002/tools/create_sdk.py...
tools/create_sdk.py:242: # TODO(dgrove): remove this once issue 4788 is
addressed.
On 2012/09/07 20:31:10, Emily Fortuna wrote:
> Nit: comments start with capital letter: "Remove"

Done.

https://chromiumcodereview.appspot.com/10918106/diff/6002/tools/create_sdk.py...
tools/create_sdk.py:274: 
On 2012/09/07 20:31:10, Emily Fortuna wrote:
> unnecessary whitespace

Done.

Powered by Google App Engine
This is Rietveld 408576698