[pypy-commit] cffi cffi-1.0: fix

2015-05-17 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r2042:0efe142d7d33 Date: 2015-05-18 07:56 +0200 http://bitbucket.org/cffi/cffi/changeset/0efe142d7d33/ Log:fix diff --git a/testing/cffi0/test_zintegration.py b/testing/cffi0/test_zintegration.py --- a/testing/cffi0/test_zintegration.py +++ b/t

[pypy-commit] cffi cffi-1.0: fix

2015-05-17 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r2027:c1c823ed72b2 Date: 2015-05-17 11:17 +0200 http://bitbucket.org/cffi/cffi/changeset/c1c823ed72b2/ Log:fix diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -88,9 +88,9 @@ se

[pypy-commit] cffi cffi-1.0: Fix for 3.4.1 (this version forces -Werror=declaration-after-statement)

2015-05-12 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1981:9ea7c5347d6b Date: 2015-05-12 10:24 +0200 http://bitbucket.org/cffi/cffi/changeset/9ea7c5347d6b/ Log:Fix for 3.4.1 (this version forces -Werror=declaration-after- statement) diff --git a/_cffi1/ffi_obj.c b/_cffi1/ffi_obj.c --- a/_c

[pypy-commit] cffi cffi-1.0: Fix

2015-05-12 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1979:312ba53a9970 Date: 2015-05-12 10:04 +0200 http://bitbucket.org/cffi/cffi/changeset/312ba53a9970/ Log:Fix diff --git a/_cffi1/parse_c_type.c b/_cffi1/parse_c_type.c --- a/_cffi1/parse_c_type.c +++ b/_cffi1/parse_c_type.c @@ -370,10 +370,11

[pypy-commit] cffi cffi-1.0: Fix issues with uncomputed alignment

2015-05-10 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1962:d09c84106ff9 Date: 2015-05-10 13:53 +0200 http://bitbucket.org/cffi/cffi/changeset/d09c84106ff9/ Log:Fix issues with uncomputed alignment diff --git a/_cffi1/realize_c_type.c b/_cffi1/realize_c_type.c --- a/_cffi1/realize_c_type.c +++ b/_c

[pypy-commit] cffi cffi-1.0: Fix test

2015-05-09 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1953:0f486a9832f8 Date: 2015-05-09 19:22 +0200 http://bitbucket.org/cffi/cffi/changeset/0f486a9832f8/ Log:Fix test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1071,9 +1071,13 @@ complete_struct_or_union(B

[pypy-commit] cffi cffi-1.0: Fix tests

2015-05-09 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1952:89045df4c441 Date: 2015-05-09 19:16 +0200 http://bitbucket.org/cffi/cffi/changeset/89045df4c441/ Log:Fix tests diff --git a/_cffi1/test_verify1.py b/_cffi1/test_verify1.py --- a/_cffi1/test_verify1.py +++ b/_cffi1/test_verify1.py @@ -1037,

[pypy-commit] cffi cffi-1.0: fix test

2015-05-03 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1908:4fa6a0139035 Date: 2015-05-03 19:19 +0200 http://bitbucket.org/cffi/cffi/changeset/4fa6a0139035/ Log:fix test diff --git a/_cffi1/test_verify1.py b/_cffi1/test_verify1.py --- a/_cffi1/test_verify1.py +++ b/_cffi1/test_verify1.py @@ -622,8

[pypy-commit] cffi cffi-1.0: Fix manual.c

2015-05-03 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1906:f668ddb37691 Date: 2015-05-03 19:03 +0200 http://bitbucket.org/cffi/cffi/changeset/f668ddb37691/ Log:Fix manual.c diff --git a/_cffi1/manual.c b/_cffi1/manual.c --- a/_cffi1/manual.c +++ b/_cffi1/manual.c @@ -146,6 +146,8 @@ 1, /* nu

[pypy-commit] cffi cffi-1.0: Fix the test, now it passes

2015-04-28 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1872:c5891bfec7b0 Date: 2015-04-28 12:12 +0200 http://bitbucket.org/cffi/cffi/changeset/c5891bfec7b0/ Log:Fix the test, now it passes diff --git a/_cffi1/test_new_ffi_1.py b/_cffi1/test_new_ffi_1.py --- a/_cffi1/test_new_ffi_1.py +++ b/_cffi1/t

[pypy-commit] cffi cffi-1.0: Fix the test, still xfail

2015-04-28 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1870:b8665b33150c Date: 2015-04-28 11:45 +0200 http://bitbucket.org/cffi/cffi/changeset/b8665b33150c/ Log:Fix the test, still xfail diff --git a/_cffi1/ffi_obj.c b/_cffi1/ffi_obj.c --- a/_cffi1/ffi_obj.c +++ b/_cffi1/ffi_obj.c @@ -766,7 +766,7

[pypy-commit] cffi cffi-1.0: fix test

2015-04-26 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1833:0a04e4942846 Date: 2015-04-26 10:48 +0200 http://bitbucket.org/cffi/cffi/changeset/0a04e4942846/ Log:fix test diff --git a/_cffi1/test_new_ffi_1.py b/_cffi1/test_new_ffi_1.py --- a/_cffi1/test_new_ffi_1.py +++ b/_cffi1/test_new_ffi_1.py @@

[pypy-commit] cffi cffi-1.0: fix

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1821:17a39c154ed7 Date: 2015-04-25 12:36 +0200 http://bitbucket.org/cffi/cffi/changeset/17a39c154ed7/ Log:fix diff --git a/_cffi1/recompiler.py b/_cffi1/recompiler.py --- a/_cffi1/recompiler.py +++ b/_cffi1/recompiler.py @@ -532,23 +532,19 @@

[pypy-commit] cffi cffi-1.0: fix/skip

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1819:4744cc882ca2 Date: 2015-04-25 12:13 +0200 http://bitbucket.org/cffi/cffi/changeset/4744cc882ca2/ Log:fix/skip diff --git a/_cffi1/recompiler.py b/_cffi1/recompiler.py --- a/_cffi1/recompiler.py +++ b/_cffi1/recompiler.py @@ -760,9 +760,8 @

[pypy-commit] cffi cffi-1.0: fix: partially drop checking for internal consistency, which was bogus

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1814:fd28da258879 Date: 2015-04-25 11:38 +0200 http://bitbucket.org/cffi/cffi/changeset/fd28da258879/ Log:fix: partially drop checking for internal consistency, which was bogus diff --git a/_cffi1/realize_c_type.c b/_cffi1/realize_c_typ

[pypy-commit] cffi cffi-1.0: fix test

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1811:d3fe2c3910db Date: 2015-04-25 11:07 +0200 http://bitbucket.org/cffi/cffi/changeset/d3fe2c3910db/ Log:fix test diff --git a/_cffi1/test_verify1.py b/_cffi1/test_verify1.py --- a/_cffi1/test_verify1.py +++ b/_cffi1/test_verify1.py @@ -1027,7

[pypy-commit] cffi cffi-1.0: fix

2015-04-25 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1812:7a25149295e0 Date: 2015-04-25 11:16 +0200 http://bitbucket.org/cffi/cffi/changeset/7a25149295e0/ Log:fix diff --git a/_cffi1/test_recompiler.py b/_cffi1/test_recompiler.py --- a/_cffi1/test_recompiler.py +++ b/_cffi1/test_recompiler.py @@

[pypy-commit] cffi cffi-1.0: fix tests

2015-04-24 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1799:8b8f76173bdc Date: 2015-04-24 13:41 +0200 http://bitbucket.org/cffi/cffi/changeset/8b8f76173bdc/ Log:fix tests diff --git a/_cffi1/test_verify1.py b/_cffi1/test_verify1.py --- a/_cffi1/test_verify1.py +++ b/_cffi1/test_verify1.py @@ -1,6 +

[pypy-commit] cffi cffi-1.0: Fix these two demos

2015-04-24 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1794:fdb29c447984 Date: 2015-04-24 12:53 +0200 http://bitbucket.org/cffi/cffi/changeset/fdb29c447984/ Log:Fix these two demos diff --git a/_cffi1/bsdopendirtype_build.py b/_cffi1/bsdopendirtype_build.py --- a/_cffi1/bsdopendirtype_build.py +++

[pypy-commit] cffi cffi-1.0: Fix the tests so that they mostly run again

2015-04-24 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1793:59c86e07b247 Date: 2015-04-24 12:10 +0200 http://bitbucket.org/cffi/cffi/changeset/59c86e07b247/ Log:Fix the tests so that they mostly run again diff --git a/_cffi1/__init__.py b/_cffi1/__init__.py new file mode 100644 --- /dev/null +++ b/

[pypy-commit] cffi cffi-1.0: Fix for test_verify

2015-04-24 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1785:548efd04854c Date: 2015-04-24 09:23 +0200 http://bitbucket.org/cffi/cffi/changeset/548efd04854c/ Log:Fix for test_verify diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -3802,7 +3802,7

[pypy-commit] cffi cffi-1.0: Fix

2015-04-22 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1781:538f36a9670b Date: 2015-04-22 17:46 +0200 http://bitbucket.org/cffi/cffi/changeset/538f36a9670b/ Log:Fix diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -4084,8 +4084,9 @@ as 1

[pypy-commit] cffi cffi-1.0: fix

2015-04-22 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1776:9972564d7f2c Date: 2015-04-22 16:10 +0200 http://bitbucket.org/cffi/cffi/changeset/9972564d7f2c/ Log:fix diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -572,12 +572,11 @@ pending_completion = [] for

[pypy-commit] cffi cffi-1.0: fix for compiler warnings

2015-04-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1765:8a35ce16a595 Date: 2015-04-18 17:51 +0200 http://bitbucket.org/cffi/cffi/changeset/8a35ce16a595/ Log:fix for compiler warnings diff --git a/new/recompiler.py b/new/recompiler.py --- a/new/recompiler.py +++ b/new/recompiler.py @@ -433,7 +43

[pypy-commit] cffi cffi-1.0: fix

2015-04-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1764:82a3a96c61a1 Date: 2015-04-18 17:51 +0200 http://bitbucket.org/cffi/cffi/changeset/82a3a96c61a1/ Log:fix diff --git a/new/test_verify1.py b/new/test_verify1.py --- a/new/test_verify1.py +++ b/new/test_verify1.py @@ -24,6 +24,12 @@

[pypy-commit] cffi cffi-1.0: Fix for a crash found by running test_open_array_in_struct in a debug

2015-04-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1756:c880c45d083e Date: 2015-04-18 13:58 +0200 http://bitbucket.org/cffi/cffi/changeset/c880c45d083e/ Log:Fix for a crash found by running test_open_array_in_struct in a debug version of python. Then fix another test to account for the

[pypy-commit] cffi cffi-1.0: fix test

2015-04-14 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1697:acc5959cd6a8 Date: 2015-04-11 20:39 +0200 http://bitbucket.org/cffi/cffi/changeset/acc5959cd6a8/ Log:fix test diff --git a/new/parse_c_type.h b/new/parse_c_type.h --- a/new/parse_c_type.h +++ b/new/parse_c_type.h @@ -1,4 +1,4 @@ -#include

[pypy-commit] cffi cffi-1.0: fix

2015-04-08 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1681:f56ddf6bed4a Date: 2015-04-08 11:12 +0200 http://bitbucket.org/cffi/cffi/changeset/f56ddf6bed4a/ Log:fix diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -378,9 +378,9 @@ def recompile(self): fr