[pypy-commit] pypy default: fix error message

2015-01-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r75299:230d81716c11 Date: 2015-01-11 22:56 +0100 http://bitbucket.org/pypy/pypy/changeset/230d81716c11/ Log:fix error message diff --git a/pypy/module/_cffi_backend/func.py b/pypy/module/_cffi_backend/func.py --- a/pypy/module/_cffi_backend/func.py +++

[pypy-commit] pypy default: run pypy/tool/import_cffi.py

2015-01-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r75300:d0f031cb06c8 Date: 2015-01-11 22:56 +0100 http://bitbucket.org/pypy/pypy/changeset/d0f031cb06c8/ Log:run pypy/tool/import_cffi.py diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++ b/lib_pypy/cffi/api.py @@ -1

[pypy-commit] cffi win32-ownlib: enable tests on win32 in ownlib, 3 fail

2015-01-11 Thread mattip
Author: mattip Branch: win32-ownlib Changeset: r1633:2668e371 Date: 2015-01-11 22:47 +0200 http://bitbucket.org/cffi/cffi/changeset/2668e371/ Log:enable tests on win32 in ownlib, 3 fail diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -6,6 +6,7 @@ demo/__pycache

[pypy-commit] cffi win32-ownlib: add test for a function with many pointer, value structs

2015-01-11 Thread mattip
Author: mattip Branch: win32-ownlib Changeset: r1634:a463e80f2463 Date: 2015-01-11 23:54 +0200 http://bitbucket.org/cffi/cffi/changeset/a463e80f2463/ Log:add test for a function with many pointer,value structs diff --git a/testing/test_ownlib.py b/testing/test_ownlib.py --- a/testing/test_ow

[pypy-commit] pypy default: update to cffi/a211e3ed8ba7

2015-01-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r75298:6aab59162052 Date: 2015-01-11 22:51 +0100 http://bitbucket.org/pypy/pypy/changeset/6aab59162052/ Log:update to cffi/a211e3ed8ba7 diff --git a/pypy/module/_cffi_backend/ctypearray.py b/pypy/module/_cffi_backend/ctypearray.py --- a/pypy/module/_cf

[pypy-commit] cffi default: Change again ffi.offsetof() and ffi.addressof(), generalizing them.

2015-01-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r1631:6acfa48521dd Date: 2015-01-11 22:23 +0100 http://bitbucket.org/cffi/cffi/changeset/6acfa48521dd/ Log:Change again ffi.offsetof() and ffi.addressof(), generalizing them. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++

[pypy-commit] cffi default: Another few tests, and fix the error message

2015-01-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r1632:a211e3ed8ba7 Date: 2015-01-11 22:48 +0100 http://bitbucket.org/cffi/cffi/changeset/a211e3ed8ba7/ Log:Another few tests, and fix the error message diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@

[pypy-commit] cffi default: Fix (thanks gkcn on irc): in cdef() we can say "#define FOO 42", but

2015-01-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r1630:932dc0fe2e16 Date: 2015-01-11 15:04 +0100 http://bitbucket.org/cffi/cffi/changeset/932dc0fe2e16/ Log:Fix (thanks gkcn on irc): in cdef() we can say "#define FOO 42", but this declaration is completely ignored in verify(). Instead, we

[pypy-commit] pypy rewrite-unrolling: shuffle stuff around so we don't need unroller as an attribute

2015-01-11 Thread fijal
Author: Maciej Fijalkowski Branch: rewrite-unrolling Changeset: r75297:2c65ae7ccd02 Date: 2015-01-11 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/2c65ae7ccd02/ Log:shuffle stuff around so we don't need unroller as an attribute diff --git a/rpython/jit/metainterp/optimizeopt/optimizer