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

Issue 11740040: Fixed dart2js.bat so it looks for dart2js snapshot in right place. (Closed)

Created:
7 years, 11 months ago by aam-me
Modified:
7 years, 11 months ago
Reviewers:
Johnni Winther, ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fixed dart2js.bat so it looks for dart2js snapshot in right place. BUG=dartbug.com/7663 TEST= Committed: https://code.google.com/p/dart/source/detail?r=16669

Patch Set 1 #

Total comments: 9

Patch Set 2 : Got rid of delayed expansion. Renamed developer mode variable. #

Patch Set 3 : Use "boolean" values for DART2JS_DEVELOPER_MODE flag. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -17 lines) Patch
M sdk/bin/dart2js.bat View 1 2 1 chunk +49 lines, -7 lines 0 comments Download
M sdk/bin/dart2js_developer.bat View 1 2 1 chunk +4 lines, -10 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
aam-me
Hi, following up on discovery that dart2js.bat is looking for dart2js snapshot in wrong place ...
7 years, 11 months ago (2013-01-04 05:11:25 UTC) #1
ahe
LGTM, if I understood everything ;-) https://chromiumcodereview.appspot.com/11740040/diff/1/sdk/bin/dart2js.bat File sdk/bin/dart2js.bat (right): https://chromiumcodereview.appspot.com/11740040/diff/1/sdk/bin/dart2js.bat#newcode7 sdk/bin/dart2js.bat:7: setlocal enableextensions enabledelayedexpansion ...
7 years, 11 months ago (2013-01-04 09:35:17 UTC) #2
Johnni Winther
Amazing batch file voodoo! I have (almost) no idea what it does, but it works ...
7 years, 11 months ago (2013-01-04 10:01:19 UTC) #3
ahe
On 2013/01/04 10:01:19, Johnni Winther wrote: > Amazing batch file voodoo! I have (almost) no ...
7 years, 11 months ago (2013-01-04 10:13:37 UTC) #4
aam-me
Yes, it was fun putting the script together. Who said it is only bash scripts ...
7 years, 11 months ago (2013-01-04 13:44:59 UTC) #5
ahe
lgtm https://chromiumcodereview.appspot.com/11740040/diff/1/sdk/bin/dart2js_developer.bat File sdk/bin/dart2js_developer.bat (right): https://chromiumcodereview.appspot.com/11740040/diff/1/sdk/bin/dart2js_developer.bat#newcode7 sdk/bin/dart2js_developer.bat:7: set EXTRA_VM_OPTIONS=--checked On 2013/01/04 13:44:59, aam wrote: > ...
7 years, 11 months ago (2013-01-04 17:14:14 UTC) #6
aam-me
7 years, 11 months ago (2013-01-05 02:46:19 UTC) #7
Message was sent while issue was closed.
Thank you, Peter. I switched to using "1".

Powered by Google App Engine
This is Rietveld 408576698