Greetings,
The typecache in subversion repository is missing the 32bit windows
platform that I am running the windows tests against, and on occasion
(like today) I noticed it caused a update conflict due to Armin's
changes in r44398. If someone could add this one, thanks.
-Scott
Index: pypy/rpython/lltypesystem/typecache.py
===================================================================
--- pypy/rpython/lltypesystem/typecache.py (revision 44403)
+++ pypy/rpython/lltypesystem/typecache.py (working copy)
@@ -1,6 +1,7 @@
# this is automatically generated cache files for c types
platforms = {
('', ('32bit', 'ELF'), 'Linux'):{'short': 16, 'int': 32, 'unsigned
char': 8, 'long': 32, 'char': 8, 'unsigned short': 16, 'unsigned long':
32, 'long long': 64, 'mode_t': 32, 'unsigned long long': 64, 'size_t':
32, 'unsigned int': 32},
+('', ('32bit', 'WindowsPE'), 'Windows'):{'short': 16, 'int': 32,
'unsigned char': 8, 'long': 32, 'char': 8, 'unsigned short': 16,
'unsigned long': 32, 'long long': 64, 'unsigned long long': 64,
'size_t': 32, 'unsigned int': 32},
('i386', ('32bit', ''), 'Darwin'):{'short': 16, 'int': 32, 'unsigned
char': 8, 'long': 32, 'char': 8, 'unsigned short': 16, 'unsigned long':
32, 'long long': 64, 'mode_t': 16, 'unsigned long long': 64, 'size_t':
32, 'unsigned int': 32},
('Intel(R) Pentium(R) M processor 1.73GHz', ('32bit', ''),
'Linux'):{'short': 16, 'int': 32, 'unsigned char': 8, 'long': 32,
'char': 8, 'unsigned short': 16, 'unsigned long': 32, 'long long': 64,
'mode_t': 32, 'unsigned long long': 64, 'size_t': 32, 'unsigned int': 32}
}
--
Scott Dial
[EMAIL PROTECTED]
[EMAIL PROTECTED]
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev