Commit graph

224 commits

Author SHA1 Message Date
ricow@google.com 75e49ea691 Fix arguments to dart2js in windows bat file
Wrongly assigned the library path to vm options
Review URL: https://codereview.chromium.org//13812019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21248 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-11 06:16:45 +00:00
ricow@google.com 00da866b33 Move the dart2js snapshot into bin directory of sdk root.
This is the first step in eliminating lib/_internal.
Review URL: https://codereview.chromium.org//13945008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21247 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-11 05:47:24 +00:00
devoncarew@google.com d7b8047611 Rename the sdk/bin/dartanalyzer* scripts to dartanalyzer_developer*, and update
the test framework to call the new scripts. This rename will allow us to add
two new scripts to this directory, dartanalyzer and dartanalyzer.bat. These scripts
will be the ones we include in the sdk.
Review URL: https://codereview.chromium.org//13760010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21213 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-10 16:01:21 +00:00
devoncarew@google.com c5c15b0881 Rename the name of the new analyzer jar file from new_analyzer.jar to
dartanalyzer.jar (which I think will be the preferred name for it in
the SDK).

Update the test framework for these renames.
Review URL: https://codereview.chromium.org//12618010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20994 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-05 19:33:23 +00:00
kustermann@google.com b8d6302597 Bugfix in dart2js_developer.bat: exitcode was not propagated correctly
Review URL: https://codereview.chromium.org//13536002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20865 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-03 14:42:08 +00:00
nweiz@google.com 70f8c7ab6e Work around issue 9499.
Review URL: https://codereview.chromium.org//13236002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20648 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-28 21:31:49 +00:00
nweiz@google.com e1ac688441 Set the correct package-root for dartdoc.
Review URL: https://codereview.chromium.org//13231002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20647 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-28 21:16:19 +00:00
nweiz@google.com c590e8ae0c Switch pkg packages, pub, and dartdoc to use package: imports.
This also changes the SDK layout by replacing the "pkg" directory, which
contained the full source of all the packages needed by pub and dartdoc, with a
"packages" directory that contains only their lib directories. This directory is
used as the package root for pub and dartdoc when run from the SDK.

BUG=6745

Review URL: https://codereview.chromium.org//12782016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20640 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-28 20:27:28 +00:00
aprelev@gmail.com 3f0d393ba9 Second attempt to fix dart2js.bat so it looks for dart2js snapshot in right place and propagates correct exit code back to caller.
BUG=dartbug.com/7663

Review URL: https://codereview.chromium.org//12088067

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20429 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-22 23:53:50 +00:00
asiva@google.com 5858afd74a Write the magic number 0xf5f5dcdc into a script snapshot file and use this to distinguish whether a script snapshot or a regular script file is being passed on the command line (removed the --use-script-snapshot option).
Review URL: https://codereview.chromium.org//12438033

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20339 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 18:47:49 +00:00
devoncarew@google.com a4a72c29ca Updates to the new analyzer to help make the try bot happy.
Review URL: https://codereview.chromium.org//12438007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19946 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-13 17:06:20 +00:00
ricow@google.com bf56eebc86 Create "binaries" for calling the new analyzer.
This make the testing script look much nicer, and it allows for easier calling the analyzer instead of using java -jar
Review URL: https://codereview.chromium.org//12335133

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19882 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-12 17:42:15 +00:00
iposva@google.com e8ade81cf7 - Remove the --no-use-inlining flag as it is not beneficial as the compiled programs grow.
Review URL: https://codereview.chromium.org//12386030

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19559 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-06 14:44:18 +00:00
asiva@google.com d313a1243f 1. Change option --use_script_snapshot to --use-script-snapshot (easier to type).
2. Use dart binary with the --generate-script-snapshot option to generate dart2js snapshot
Review URL: https://codereview.chromium.org//12084010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17686 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-26 05:47:56 +00:00
aprelev@gmail.com d9115f9740 Revert "Fixed dart2js.bat so it looks for dart2js snapshot in right place." due to dart2js chrome build failures.
This reverts r16669.

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com//11773009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16670 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-05 02:42:50 +00:00
aprelev@gmail.com 3803e4e5c6 Fixed dart2js.bat so it looks for dart2js snapshot in right place.
BUG=dartbug.com/7663
TEST=

Review URL: https://chromiumcodereview.appspot.com//11740040

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16669 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-05 02:12:18 +00:00
devoncarew@google.com e8ae255074 Disabling snapshots on windows for dartdoc and dart2js.
When run, we get the error message: \dart\dart-sdk\bin\dart2js.snapshot was unexpected at this time.
Review URL: https://codereview.chromium.org//11308346

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15693 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-04 15:48:48 +00:00
ahe@google.com ec4f3a10a9 Make dart2js_developer executable.
Review URL: https://codereview.chromium.org//11414231

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15522 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-29 15:56:12 +00:00
ahe@google.com 8dd3c61b78 Add file missing from earlier commit.
Review URL: https://codereview.chromium.org//11421150

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15521 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-29 15:43:04 +00:00
ahe@google.com d45a3d0d69 Correct snapshot location and fix a dependency problem.
Review URL: https://codereview.chromium.org//11411260

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15519 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-29 14:49:44 +00:00
ahe@google.com c17990a886 Call dart2js directly from sdk/bin.
Review URL: https://codereview.chromium.org//11299206

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15512 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-29 12:15:29 +00:00
sra@google.com 33478d857f Fix shell bug in sdk/bin/dart
Don't use arithmetic comparison on strings!

Review URL: https://codereview.chromium.org//11348265

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15430 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-28 01:19:56 +00:00
dgrove@google.com 2d8076e725 Add scripts equivalent to the macos/linux scripts in sdk/bin.
Review URL: https://codereview.chromium.org//11366180

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14775 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-10 02:01:46 +00:00
dgrove@google.com 65db39f5cf Create wrappers for MacOS/Linux to allow sdk "binaries" to be
run from the repo.
Review URL: https://codereview.chromium.org//11381003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14764 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-09 23:04:42 +00:00