[pypy-svn] r14690 - pypy/dist/pypy/translator/goal

ac at codespeak.net ac at codespeak.net
Fri Jul 15 11:39:55 CEST 2005


Author: ac
Date: Fri Jul 15 11:39:55 2005
New Revision: 14690

Modified:
   pypy/dist/pypy/translator/goal/ISSUES.txt
Log:
Claim a seed value.

Modified: pypy/dist/pypy/translator/goal/ISSUES.txt
==============================================================================
--- pypy/dist/pypy/translator/goal/ISSUES.txt	(original)
+++ pypy/dist/pypy/translator/goal/ISSUES.txt	Fri Jul 15 11:39:55 2005
@@ -21,7 +21,7 @@
 How to work in parallel:
 There is an environment variable to be set with your personal random seed.
 Seeds taken so far are
-Armin: 42, Samuele: 46, Chris: 49
+Armin: 42, Samuele: 46, Chris: 49, Arre: 97
 Under Windows, use
 SET RTYPERSEED=xx
 where xx is your seed. When you run translate_pypy, you will get a message



More information about the Pypy-commit mailing list