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

Unified Diff: frog/README.txt

Issue 10548047: Remove frog from the repository. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move test and update apidoc.gyp. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « frog/.gitignore ('k') | frog/analyze.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/README.txt
diff --git a/frog/README.txt b/frog/README.txt
deleted file mode 100644
index b8246b6a0acf6171755f5dbc7b9eb5022daf8008..0000000000000000000000000000000000000000
--- a/frog/README.txt
+++ /dev/null
@@ -1,52 +0,0 @@
-Frog is a dart compiler implemented in dart. It is currently focused on
-compiling dart code to efficient and readable javascript code. However, it
-is ultimately intended to be the basis for future code analysis tools and
-development environments when these can be built in dart as well. Two
-very early examples of this kind of use are in the samples directory:
- * doc.dart - minimal documentation generator
- * ifrog.dart - minimal command-line REPL for dart
-
-
-
-To use frog:
-
-1) Frog is now included in the checkout of the public repo of the bleeding_edge
- branch. The code will be located under dart/frog.
-
-2) From the dart/frog directory, run the presubmit script to check your
- installation is all working.
- frog$ ./presubmit.py
-
-
-BEFORE YOU SUBMIT
-
-Before you submit, you should:
-
-1) Run the html tests:
-
- $ ./frog.py --html -- tests/htmltest.dart
- $ ./frog.py --html -- tests/canvastest.dart
-
- These will open a browser -- verify in the console that no errors
- happened.
-
-2) Run the presubmit script:
-
- $ ./presubmit.py
-
-Note:
-
-If you make any changes to files under tests, you are expected to ensure that
-you don't break any of the other configurations. If you only change the status of tests for frog, you should be okay. However, if you
-modify any of the tests themselves, please run the tests with both vm and
-dartc configurations before checking in.
-
-
-Details:
-
-You can use build.py and test.py (that are run by the presubmit script):
-
- $ ../tools/build.py --mode=release,debug
- $ ../tools/test.py --report -t 5 -p color --mode=release --component=frog language corelib leg
-
-The 'frog' component is frog running on the VM.
« no previous file with comments | « frog/.gitignore ('k') | frog/analyze.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698