Commit graph

224 commits

Author SHA1 Message Date
Paul Berry 2ddf244819 Add dev_compiler to the SDK build process.
Also update DEPS to bring the latest dev_compiler into the SDK.

R=jmesserly@google.com, whesse@google.com

Review URL: https://codereview.chromium.org/1777173003 .
2016-03-17 11:14:35 -07:00
Paul Berry fadca3983a Change sdk/bin/dart2js to find an available build.
This parallels the change to sdk/bin/dart made by commit
ac8a228d0b.

R=floitsch@google.com

Review URL: https://codereview.chromium.org/1650383002 .
2016-02-01 08:53:13 -08:00
William Hesse 634e5a1d02 Refs #25328 Use a portable shebang
BSD systems don't place bash in /bin and a lot of the dart tools
hardcode a #!/bin/bash shebang that fails the 'all' target build
(not able to execute dart2js since the interpreter is not found).

Solve the issue by using #!/usr/bin/env as the shebang. For scripts
that need to pass arguments to bash modify the script to use the set
command as the first executed line of shell.

BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org/1552313002 .
2016-01-05 16:26:28 +01:00
William Hesse 73dfc7afe0 Change to X64 default build in tool scripts in sdk/bin
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org/1535553003 .
2015-12-17 14:49:19 +01:00
William Hesse 6485590527 Remove old java-based analyzer from test scripts and status files
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org/1537653002 .
2015-12-17 14:44:57 +01:00
Florian Loitsch e9ce747dac Run x64 dart2js version by default.
R=sigmund@google.com

Review URL: https://codereview.chromium.org/1484803003 .
2015-12-01 00:50:53 +01:00
pq 9ae1265ff5 analyzer_cli move to SDK.
Tracking bug: https://github.com/dart-lang/sdk/issues/24731

Note, dartium build changes are in a separate CL: https://codereview.chromium.org/1453413006/

Some tests had to be disabled for want of mockito in the SDK; tracking their reimplementation is here: https://github.com/dart-lang/sdk/issues/24994

BUG=24731
R=whesse@google.com

Review URL: https://codereview.chromium.org/1459683003 .
2015-11-19 14:52:54 -08:00
keertip 18b68f7290 remove docgen remnants from repo, update CHANGELOG
BUG=
R=alanknight@google.com, whesse@google.com

Review URL: https://codereview.chromium.org//1361163002 .
2015-09-23 10:27:15 -07:00
keertip c775149a5a remove docgen source and targets from build
BUG=
R=alanknight@google.com

Review URL: https://codereview.chromium.org//1364553002 .
2015-09-22 15:10:18 -07:00
keertip fe5550e934 fix dartdoc.bat
BUG=

Review URL: https://codereview.chromium.org//1318603006 .
2015-09-01 10:42:22 -07:00
Stan Manilov fe402c50ea sdk/dartanalyzer now detects an available build
Similar to CL 1276333002; this allows the dartanalyzer script to pick an
available build, rather than failing if ReleaseIA32 is not available.

BUG=
R=floitsch@google.com

Review URL: https://codereview.chromium.org//1314893003 .
2015-08-25 20:48:14 +02:00
keertip 3865dd8748 create dartdoc snapshot, add to dart-sdk. Also add resources needed to run dartdoc from the sdk.
BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1295073003 .
2015-08-19 08:02:41 -07:00
Stan Manilov ac8a228d0b sdk/dart now detects an available build
The shell scripts in sdk/sdk are using ReleaseIA32 as the default build
configuration in the case one is not provided as an environment
variable. This is arbitrary so a check of the available builds is
performed and if ReleaseIA32 is available it is selected. Otherwise, an
arbitrary configuration is selected (currently the last one
lexicographically). In the case where there are no subfolders in the
"out" folder, ReleaseIA32 is selected, in order to produce the same
error that used to be produced before (this can be changed to a custom
message for user-friendliness).

Currently only the "dart" shell script is changed and if the change is
accepted, the others will be changed too.

R=floitsch@google.com, zerny@google.com

Review URL: https://codereview.chromium.org//1276333002 .
2015-08-12 15:19:23 +02:00
Rico Wind f3c6339206 Switch over testing pub seperately from the the normal packages
This will call a new test script that Natalie will fill in the blanks of for pub testing.

This also moves pub from third_party/pkg_tested into third_party/pkg.

The corresponding changes to the buildbot is here:
http://src.chromium.org/viewvc/chrome?revision=295555&view=revision

R=nweiz@google.com, whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//1166093002.
2015-06-09 08:12:51 +02:00
pq 2c5e890fc7 Build fixes.
Long tail of fixes related to moving out of `pkg_tested`.

R=paulberry@google.com

Review URL: https://codereview.chromium.org//1162423002
2015-06-03 14:03:15 -07:00
Natalie Weizenbaum 3d8c06c4e9 Start pulling pub from its own repo.
Pub now lives in third_party/pkg/pub (it's in pkg to make it possible to import
using "package:" imports).

R=ricow@google.com, rnystrom@google.com

Review URL: https://codereview.chromium.org//1165473002
2015-05-29 14:50:18 -07:00
pquitslund@google.com 4c03f25626 Analyzer build updates to use analyzer_cli.
The associated change to add analyzer_cli to DEPS is here:
https://codereview.chromium.org/1093173004/

R=brianwilkerson@google.com, paulberry@google.com, ricow@google.com, rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45321 260f80e4-7a28-3924-810f-c04153c831b5
2015-04-21 20:59:31 +00:00
johnniwinther@google.com 1728034084 Make unittests work on Windows (again)
BUG=
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44680 260f80e4-7a28-3924-810f-c04153c831b5
2015-03-25 07:59:23 +00:00
rnystrom@google.com 6a3180b6bc Fix path to dart_style.
R=tjblasi@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44109 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-27 23:26:24 +00:00
rnystrom@google.com 1cae12abdc Switch dartfmt in the SDK to run dart_style.
BUG=https://code.google.com/p/dart/issues/detail?id=22400
R=pquitslund@google.com, ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44108 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-27 23:00:35 +00:00
rnystrom@google.com 25f3f6733d Remove heap settings from pub scripts for SDK too.
r43821 only does it for the scripts used to run pub from within the source repo.

Also add support to the Windows shell script for passing VM flags to pub similar to
what dart2js and the bash pub scripts allow.

BUG=https://code.google.com/p/dart/issues/detail?id=22461
R=ahe@google.com, nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43925 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-20 20:15:25 +00:00
nweiz@google.com c8de060c54 Revert "Revert "Use native async/await support in pub.""
The VM now fully supports all the weird async stuff pub is doing, and all the
tests pass with native async/await!

Previous CLs were r43484 and r43483.

R=rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43897 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-19 22:28:54 +00:00
nweiz@google.com 0c78059186 Remove --old_gen_heap_size from the pub scripts.
This was added because it used to be necessary to load dart2js, but
dart2js itself no longer uses it and it's limiting the VM's overall
ability to allocate memory.

R=rnystrom@google.com
BUG=22413

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43821 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-17 21:46:13 +00:00
nweiz@google.com bbe0d9325c Revert "Use native async/await support in pub."
This caused SDK compilation issues that may have obscured pub test failures as
well.

R=rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43484 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-04 21:15:44 +00:00
nweiz@google.com 1835c63d0a Use native async/await support in pub.
R=rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43483 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-04 20:45:49 +00:00
floitsch@google.com 05c54a2ab3 dart2js: Remove heap-growth-flag that was passed to the VM.
R=iposva@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43441 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-03 22:24:47 +00:00
nweiz@google.com c3ab5d7d7d Don't use pub_packages for running the Windows pub script.
R=rnystrom@google.com
TBR

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42473 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-18 19:41:00 +00:00
nweiz@google.com 80e6b5be2c Remove the http package from the repo.
This also does away with the pub_packages build target.

R=ahe@google.com, rnystrom@google.com, sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42469 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-18 19:04:04 +00:00
rnystrom@google.com 379ee11f6d Don't run async/await compiler from bin/pub.
R=nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42051 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-01 22:26:11 +00:00
alanknight@google.com 48ff3ccd27 Rename snapshot, other user-visible parts of docgen to dartdocgen.
BUG=
R=ricow@google.com

Committed: https://code.google.com/p/dart/source/detail?r=41529

Committed: https://code.google.com/p/dart/source/detail?r=41571

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41573 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-06 17:41:25 +00:00
alanknight@google.com 57aede2e75 "Reverting 41571"
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41572 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-06 17:27:52 +00:00
alanknight@google.com b9be0df603 Rename snapshot, other user-visible parts of docgen to dartdocgen.
BUG=
R=ricow@google.com

Committed: https://code.google.com/p/dart/source/detail?r=41529

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41571 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-06 17:15:10 +00:00
alanknight@google.com 844c55185c "Reverting 41529"
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41531 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-05 21:08:12 +00:00
alanknight@google.com 935058524b Rename snapshot, other user-visible parts of docgen to dartdocgen.
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41529 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-05 20:23:08 +00:00
johnniwinther@google.com 09fbe78e71 Move dart2js from sdk/lib/_internal/compiler to pkg/compiler
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41514 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-05 08:51:01 +00:00
johnniwinther@google.com 8637cfd322 Revert "Move dart2js from sdk/lib/_internal/compiler to pkg/compiler"
This reverts commit r41512.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41513 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-05 08:15:26 +00:00
johnniwinther@google.com 2b336e17f0 Move dart2js from sdk/lib/_internal/compiler to pkg/compiler
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41512 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-05 07:09:04 +00:00
paulberry@google.com f7db779401 Clean up scripts to run Java-based analyzer.
sdk/bin/dartanalyzer_developer is renamed sdk/bin/dartanalyzer_java
(replacing the old sdk/bin/dartanalyzer_java, which was unused), and
the test infrastructure is modified to use sdk/bin/dartanalyzer_java
to start the Java-based analyzer.

This frees up sdk/bin/dartanallyzer_developer to be the --host-checked
version of sdk/bin/dartanalyzer (paralleling what we do for
/sdk/bin/dart2js_developer).

R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41227 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-21 13:02:37 +00:00
paulberry@google.com b9116653bd Modify dartanalyzer scripts to look more like dart2js scripts.
The dartanalyzer script (and its Windows companion, dartanalyzer.bat)
now support:

- Executing from snapshot if present, otherwise from source (needed
  for buildbot tests).
- Passing in the appropriate package root when executind from source.
- Passing in VM tuning parameters to speed up analysis.
- Passing through extra DART_VM_OPTIONS to the VM.

Also, the old editor/tools/analyzer script has been removed and
the test infrastructure now uses sdk/bin/dartanalyzer, in the
same way that it works for dart2js.

R=ahe@google.com, johnniwinther@google.com, ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41150 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-16 14:21:37 +00:00
rnystrom@google.com 80a6e8270c Get binstubs working on Windows.
Review URL: https://codereview.chromium.org//599343003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40667 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-25 05:43:21 +00:00
rnystrom@google.com 17c1642748 Store the async-await compiled pub code directly in the repo.
R=nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40041 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-09 16:55:16 +00:00
rnystrom@google.com dafe5c5ee4 Run async compiler in pub Windows batch files.
R=nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39533 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-25 21:56:13 +00:00
rnystrom@google.com 5167458d68 Skeleton code for running the forthcoming async/await compiler on pub.
R=nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39530 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-25 20:38:58 +00:00
ricow@google.com 46738fbe54 Increase vm memory for docgen.
We are running out of memory on the bots generating the docs, see e.g.
http://build.chromium.org/p/client.dart/builders/new_analyzer-linux-release-be/builds/9085/steps/build/logs/stdio

I have filed issue 20308 to track this

R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38825 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-01 08:43:19 +00:00
alanknight@google.com 06ca853a8a Make docgen script work for directories with spaces in their names
BUG=
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38587 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-25 19:58:24 +00:00
nweiz@google.com d8663eeeda Create a separate packages directory for running pub.
Once issue 6943 is fixed, the http package will start using pub's
cross-platform library support to work with both dart:io and
dart:html. However, this package is also used *within* pub, so we need
a way for pub to import it that doesn't require it being run through
pub.

This change supports this by stripping out and dart:html imports from
the http package and creating a special packages directory only used
by pub that uses this modified version.

BUG=20068
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38255 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-15 20:28:08 +00:00
whesse@google.com dce5bc1322 Allow space in path in some dartanalyzer wrappers.
BUG=dartbug.com/17272
R=danrubel@google.com, ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36490 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-22 12:31:13 +00:00
ricow@google.com d0e8a0b8a6 Add dart-sdk argument when calling the dart based analyzer in the created sdk
I am not even sure why we need to pass in this argument, but the tool requires this or it will exit with "Usage: dartanalyzer: no Dart SDK found."

This is a fix so that we can get a release out, I will leave it to the analyzer people to figure out if this is needed after all.

R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35889 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-08 08:18:48 +00:00
danrubel@google.com 521aef0d96 Replace Java based analyzer with Dart based analyzer when building SDK
* include analyzer dart files and snapshot in SDK
* modified bin/dartanalyzer to call dart based analyzer
* removed jar files in utils directory

BUG=dartbug.com/18289
R=ricow@google.com, scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35604 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-30 23:09:14 +00:00
aprelev@gmail.com e70eb98773 Process docgen command-line parameter correctly.
BUGS=dartbug.com/16964
R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32848 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-20 11:18:26 +00:00
rnystrom@google.com 3cefa1c834 Bump VM heap size in pub batch files.
BUG=https://code.google.com/p/dart/issues/detail?id=16837
R=ahe@google.com, nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32804 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-19 18:42:33 +00:00
rnystrom@google.com 13ae4b64cb Give the VM more heap in pub (on Mac/Linux).
BUG=https://code.google.com/p/dart/issues/detail?id=14730
R=ahe@google.com, nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32803 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-19 18:36:12 +00:00
dgrove@google.com 22d649cf9a Automatically pass SDK into docgen.dart, and use the SDK for running
pub and the Dart binary. This removes the need to have the SDK in the
PATH when running docgen.

R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32632 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-12 23:23:25 +00:00
dgrove@google.com 1b705cbdf0 Remove a few more vestiges of dartdoc.
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32631 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-12 23:05:52 +00:00
johnniwinther@google.com 385e45d5c1 dart2js.bat/ Receive DART_VM_OPTION string properly.
BUG=https://code.google.com/p/dart/issues/detail?id=16594
R=johnniwinther@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32364 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-06 15:58:32 +00:00
aprelev@gmail.com b5f91066fd Fix docgen.bat so it can start docgen from snapshot.
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32145 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-29 22:09:02 +00:00
pquitslund@google.com 36da390ffe dartfmt SDK executables.
R=danrubel@google.com, kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32040 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-27 23:10:34 +00:00
alanknight@google.com 3730236bdf Add a snapshot for docgen and use it in the build
R=efortuna@google.com, ricow@google.com, rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32025 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-27 18:40:34 +00:00
rnystrom@google.com bb58a1b4ad Fix pub batch files on Windows.
They should handle spaces in paths correctly now.

BUG=https://code.google.com/p/dart/issues/detail?id=10104
R=nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31150 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-14 00:09:27 +00:00
nweiz@google.com 326891de60 Support symlinking to dart-sdk executables on Linux and Mac.
R=ahe@google.com, brianwilkerson@google.com, rnystrom@google.com
BUG=9409

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30287 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-14 19:28:07 +00:00
rnystrom@google.com 21963801ae Revert "Make Dart heap size bigger when running pub."
Reverts commit r29866.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29869 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-05 01:49:27 +00:00
rnystrom@google.com f90d34df2e Make Dart heap size bigger when running pub.
R=nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29866 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-05 01:13:43 +00:00
ricow@google.com 3ec954521e Fix dart2js bat to support paths with parenthesis in
Review URL: https://chromiumcodereview.appspot.com//57483004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29799 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-04 11:29:32 +00:00
ricow@google.com c0c636652c Add support for passing in vm options to the dart2js scripts.
R=ahe@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27690 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-20 08:25:05 +00:00
scheglov@google.com 077821f3ca Polymer tests require more heap.
R=devoncarew@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26618 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-24 19:22:43 +00:00
ricow@google.com eedbf0ccfc Fix a few issues in the dartanalyzer shell scripts.
R=scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25923 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-08 11:31:54 +00:00
ahe@google.com 216289bcb1 dart2js has its own snapshot.
R=ngeoffray@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25344 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-23 14:58:28 +00:00
rnystrom@google.com aa6ccd2d17 Don't run pub in checked mode in the built SDK.
BUG=https://code.google.com/p/dart/issues/detail?id=11083
R=ahe@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24372 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-24 22:20:16 +00:00
rnystrom@google.com 4bea84958e Make pub.bat work from within the repo.
R=nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24043 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-14 17:18:42 +00:00
kustermann@google.com 659b81f7bb Fixed sdk/bin/dart2analyzer to use package-root
R=ahe@google.com, ricow@google.com, scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23905 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-12 13:37:46 +00:00
rnystrom@google.com d29b18d25f Add --library-root to dartdoc invocation.
BUG=
R=dgrove@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23723 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-06 23:54:22 +00:00
rnystrom@google.com 2dbaddda1b Make dartdoc.bat work with snapshots and run in the repo.
This supercedes https://codereview.chromium.org/16415003/.

BUG=
R=dgrove@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23722 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-06 22:53:54 +00:00
rnystrom@google.com 450b45ec34 Make bin/pub work in the repo.
BUG=https://code.google.com/p/dart/issues/detail?id=10928
R=nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23701 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-06 17:38:36 +00:00
amouravski@google.com 6c96878cda Add dartdoc to the generated utils snapshot.
Lots of bad patches should be fixed in this change.

R=dgrove@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23655 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-05 20:32:11 +00:00
scheglov@google.com b06ba1b3e6 Run 'analyzer' tests with '--show-package-warnings' flag.
This does not make any new tests to pass or fail though.

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23633 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-05 15:26:56 +00:00
amouravski@google.com d86c72348b Roll back 16364004 and 16206027.
Review URL: https://codereview.chromium.org//16387004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23625 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-05 01:14:04 +00:00
amouravski@google.com 0d1be28061 Add dartdoc to the generated utils snapshot.
This is the same as r23575 (14135007), but fixed.

R=dgrove@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23622 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-05 00:32:31 +00:00
scheglov@google.com 0d3e47da2c Basic dart^2 analyzer tests running.
Status file only for co19 now, more status files in next CL.

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23602 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-04 16:09:13 +00:00
ricow@google.com 604f2ace70 Revert revision 23575.
This is causing failures in the test of dartdoc (on the editor bot)

The reason seems to be that we are generating a temporary nav.dart
file relative to the dartdocPath in sdk/lib/_internal/dartdoc/lib/
which we claim to be part of in
sdk/lib/_internal/dartdoc/lib/src/client/client-static.dart. 

This will not work since actual code has been snapshot.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23583 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-04 09:36:20 +00:00
ricow@google.com 950934a7e7 Add dartdoc to the generated utils snapshot
R=amouravski@google.com, kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23575 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-04 06:06:29 +00:00
ricow@google.com 38668d12a1 Revert revision 23438.
Revision 23438 is disabling the ability to run dart2js from the repo without building the sdk.
Lets discuss how we fix this for pub without having to build the sdk.

R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23523 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-03 07:30:20 +00:00
rnystrom@google.com be25032ea4 Make bin/pub script work when run from the repo.
BUG=https://code.google.com/p/dart/issues/detail?id=10928
R=dgrove@google.com, nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23438 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-30 19:36:52 +00:00
kasperl@google.com 679b8760a6 Reland "Add --version option to dart2js and add version information (if available) to generated code."
R=ahe@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23378 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-30 05:49:28 +00:00
kasperl@google.com e90972e3e0 Revert "Add --version option to dart2js and add version information (if available) to generated code."
This reverts commit f67288738b5184572db13b35ff5f84438e03e907.

R=ahe@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23356 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-29 17:33:32 +00:00
kasperl@google.com 3c95824799 Add --version option to dart2js and add version information (if available) to generated code.
Remove the 'Using snapshot ...' comment from sdk/bin/dart2js since we are
now relatively sure it works.

R=ahe@google.com, ngeoffray@google.com
BUG=http://dartbug.com/4439, http://dartbug.com/9848

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23355 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-29 17:01:09 +00:00
aprelev@gmail.com a35c219ccb Fix dartanalyzer.bat so it works when there are spaces in the path to dart sdk.
BUG=dartbug.com/10859
R=devoncarew@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23199 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-27 02:44:30 +00:00
aprelev@gmail.com b203ff2f8a Fix dartanalyzer failure to run when there are spaces in the path to the dart-sdk.
BUG=dartbug.com/7593
R=devoncarew@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23198 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-27 02:28:19 +00:00
nweiz@google.com cc6e2f7b93 Put a snapshot of pub in the SDK.
BUG=9117

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21979 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-24 20:43:39 +00:00
nweiz@google.com 18ef5b5d80 Clean up various ways we find paths in pub.
This makes it so that it's never necessary to pass in DART_SDK.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21914 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-23 23:55:46 +00:00
nweiz@google.com 24213beff5 Move pub into sdk/lib/_internal.
This also converts pub to a more package-like layout, which will help in the
eventual exposing of pub internals as a library. Since pub's sources are now in
lib/src, this also makes them importable from the tests and entrypoint using
"package:" imports.

BUG=6619

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21907 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-23 21:44:26 +00:00
devoncarew@google.com d5a63cce7c Fixes to the sdk dartanalyzer.bat script.
Review URL: https://codereview.chromium.org//13925018

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21535 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-16 03:50:16 +00:00
devoncarew@google.com 15f2818c43 Add the new dart analyzer to the SDK.
Review URL: https://codereview.chromium.org//14110004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21479 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-15 17:05:52 +00:00
kustermann@google.com d3a932f6f7 Fixed sdk/bin/dart2js.bat to enable SDK_DIRs with spaces in them
Review URL: https://codereview.chromium.org//13811040

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21354 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-12 12:09:38 +00:00
ricow@google.com f1862a6bd8 Revert revision 21331 and 21334
Review URL: https://codereview.chromium.org//14208003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21336 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-12 08:49:56 +00:00
ricow@google.com 952369c7c2 Speculative fix for dart2js on windows
Review URL: https://codereview.chromium.org//14137019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21334 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-12 08:38:19 +00:00
ricow@google.com 4acabf09fd Fix issue 9844 by adressing additional review comments
Comments by Peter here should fix it:
https://codereview.chromium.org/13812019/
Review URL: https://codereview.chromium.org//14222009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21331 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-12 08:01:21 +00:00
amouravski@google.com f9e2907a23 Revert "Revert "Attempt to re-commit Dartdoc exports.""
This reverts commit 1340ca938883c2810fbc4e6d4ed4c52b68694faf.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21320 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-11 22:42:55 +00:00
amouravski@google.com e492c020ed Revert "Attempt to re-commit Dartdoc exports."
This reverts commit fd5ad9b823fab60724ef00b68beaa7756873ccf0.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21316 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-11 21:21:49 +00:00
amouravski@google.com 362cf71a5c Attempt to re-commit Dartdoc exports.
Review URL: https://codereview.chromium.org//14088002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21313 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-11 21:14:15 +00:00
ricow@google.com 0120d310ab Really fix dart2js.bat on windows
Added missing %

Tested on windows bot.
Review URL: https://codereview.chromium.org//14147002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21249 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-11 06:36:16 +00:00
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