summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Added a --bare option to ShowPickled so I can d...Paul Phillips2010-02-251-1/+1
| | | | | | Added a --bare option to ShowPickled so I can diff signatures without all the explicit indices blowing any points of similarity. No review.
* Some deprecation patrol and minor cleanups.Paul Phillips2010-02-221-0/+7
|
* A variety of changes to partest made in a quest...Paul Phillips2010-02-172-2/+8
| | | | | | | | A variety of changes to partest made in a quest to get it to reveal the classpaths it is using. No longer will partest actively sabotage your efforts to pass -Dpartest.debug=true by inserting "-Dpartest.debug=" after yours! And etc. Review by haller (if so inclined.)
* Rewrote my own submitted code of a year ago fro...Paul Phillips2010-02-151-0/+4
| | | | | | Rewrote my own submitted code of a year ago from trac and added scalawhich to the tools dir. Closes #657.
* Some new tools for the tools directory.Paul Phillips2010-02-158-0/+142
| | | | | | | | | | | | | | | | | | | | | amounts to a yak shaving expedition to enable this, which now works: tools/diffPickled scala.Either and since stability is presently broken you will see the following. (When it's not broken you will see nothing.) 541,544c541,544 < 538,4090: EXTref 3: 539(Left) 2 < 539,4095: TYPEname 4: Left < 540,4101: EXTref 3: 541(Right) 2 < 541,4106: TYPEname 5: Right --- > 538,4090: EXTref 3: 539(Right) 2 > 539,4095: TYPEname 5: Right > 540,4102: EXTref 3: 541(Left) 2 > 541,4107: TYPEname 4: Left
* More work on classpaths.Paul Phillips2010-02-111-1/+8
| | | | | | | | | which we must have no test cases at all. In the short term there will probably be a few more minor disruptions since with classpaths constructed a half dozen different ways, achieving consistency requires flushing out the undocumented accidents upon which any given island might depend. Review by community.
* Some work on classpaths.Paul Phillips2010-02-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | at https://lampsvn.epfl.ch/trac/scala/wiki/Classpath modulo some minor details which remain to be investigated. It is not entirely integrated, and should not involve any behavioral changes. The patch also contains a number of small improvements targetting widely duplicated code. PathResolver offers a main method. If run with no arguments it will output a pile of information about classpath relevant environment vars and properties. If given arguments, it will output the classpath info that any scala runner script would use if given the same args. There is a wrapper in the tools directory. Example: tools/pathResolver -extdirs /foo -sourcepath /bar | egrep "sourcePath|scalaExtDirs" scalaExtDirs = /foo sourcePath = /bar There is also a (probably temporary) command line option -Ylog-classpath which will print out the settings.classpath value anytime it changes. Review by community.
* Renamed new bin directory to "tools" to avoid c...Miles Sabin2010-01-201-0/+5
| | | | | | Renamed new bin directory to "tools" to avoid conflict with Eclipse incremental build output directory.
* New repository initialized by cvs2svn.Automation Bot2003-02-132-0/+156