summaryrefslogtreecommitdiff
path: root/src/partest-alternative
Commit message (Collapse)AuthorAgeFilesLines
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Adding some Sets/Maps to perRunCaches, and eliminating ambiguously named imports. Did a tour of the compiler adding a few longer-lived mutable structures to the per-run cache clearing mechanism. Some of these were not a big threat, but there is (almost) literally no cost to tracking them and the fewer mutable structures which are created "lone wolf style" the easier it is to spot the one playing by his own rules. While I was at it I followed through on long held ambition to eliminate the importing of highly ambiguous names like "Map" and "HashSet" from the mutable and immutable packages. I didn't quite manage elimination but it's pretty close. Something potentially as pernicious which I didn't do much about is this import: import scala.collection._ Imagine coming across that one on lines 407 and 474 of a 1271 file. That's not cool. Some poor future programmer will be on line 1100 and use "Map[A, B]" in some function and only after the product has shipped will it be discovered that the signature is wrong and the rocket will now be crashing into the mountainside straightaway. No review.
* Updated copyright notices to 2011Antonio Cunei2011-01-2025-25/+25
|
* More on partest.Paul Phillips2011-01-193-152/+2
| | | | | multiple-reporting-of-failures bug. No review.
* Some fixes for partest issues.Paul Phillips2011-01-121-4/+4
| | | | | | | | prejudice and puts the new process code to work instead. There are still a couple bugs on my short term partest list. If this commit causes some weird issue which only arises on virtualized windows you can expect to hear from me next by postcard from st. lucia. No review.
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-123-3/+0
| | | | | Removed more than 3400 svn '$Id' keywords and related junk.
* Rolled partest back to r21328.Paul Phillips2010-05-0631-0/+4005
changes necessary to plug it back in while preserving everything which has happened since then in tests and such, but we should be the lookout for overreversion. Review by phaller (but as a formality, I don't think it requires direct review.)