[javascriptlint-commit] SF.net SVN: javascriptlint: [148] trunk
Status: Beta
Brought to you by:
matthiasmiller
From: <mat...@us...> - 2008-03-01 17:32:58
|
Revision: 148 http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=148&view=rev Author: matthiasmiller Date: 2008-03-01 09:32:55 -0800 (Sat, 01 Mar 2008) Log Message: ----------- include some notes on style guidelines and upgrading SpiderMonkey Added Paths: ----------- trunk/DEVELOPMENT Removed Paths: ------------- trunk/TODO Copied: trunk/DEVELOPMENT (from rev 147, trunk/TODO) =================================================================== --- trunk/DEVELOPMENT (rev 0) +++ trunk/DEVELOPMENT 2008-03-01 17:32:55 UTC (rev 148) @@ -0,0 +1,31 @@ +** STYLE GUIDELINES + +> Use tabs instead of spaces (for now) +> All lines should be 79 characters or less +> For everything else, follow http://www.python.org/dev/peps/pep-0008/ as much + as possible. + + +** TODO + +> implement conf file +> support HTML parsing +> support JScript extensions +> implement semicolons warning +> implement line break warning +> add test for syntax error + + +** UPGRADING SPIDERMONKEY + +Use the following command to upgrade SpiderMonkey. Replace X.X.X with the +version number. js-X.X.X is the directory containing the new version of +SpiderMonkey. Use a relative path for pretty commit messages. + +svn_load_dirs.pl \ + -t X.X.X \ + -p svn_load_dirs.conf \ + https://javascriptlint.svn.sourceforge.net/svnroot/javascriptlint/vendorsrc/Mozilla.org/js \ + current \ + js-X.X.X + Deleted: trunk/TODO =================================================================== --- trunk/TODO 2008-03-01 17:21:01 UTC (rev 147) +++ trunk/TODO 2008-03-01 17:32:55 UTC (rev 148) @@ -1,13 +0,0 @@ - -> implement conf file - -> support HTML parsing - -> support JScript extensions - -> implement semicolons warning - -> implement line break warning - -> add test for syntax error - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |