<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing, branch verifier2</title>
<subtitle>foss.heptapod.net: pypy/cffi
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/'/>
<entry>
<title>Merge the two verifiers into two VEngine classes.  There is still a little bit</title>
<updated>2012-08-04T15:46:09+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-04T15:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=e2024b64eb37c607c0742caa3bb1af682e7855f5'/>
<id>e2024b64eb37c607c0742caa3bb1af682e7855f5</id>
<content type='text'>
of code duplication but not too much.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of code duplication but not too much.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip the tail of these two tests if not building a CPython C extension</title>
<updated>2012-08-04T14:35:56+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-04T14:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=599300811cc1015773147b625d20f3e033865e2f'/>
<id>599300811cc1015773147b625d20f3e033865e2f</id>
<content type='text'>
module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename these two tests.</title>
<updated>2012-08-04T14:32:38+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-04T14:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b769339375d677098635114aa65360af279cb631'/>
<id>b769339375d677098635114aa65360af279cb631</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>As discussed on the mailing list: str() -&gt; ffi.string()</title>
<updated>2012-08-03T14:24:06+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-03T14:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=69e5cacd5f0201ef811f0278df7cb8c22a7ea65d'/>
<id>69e5cacd5f0201ef811f0278df7cb8c22a7ea65d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Found out how to properly generalize the "pass a Python string as</title>
<updated>2012-07-30T13:05:02+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-30T13:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7cf7b4313ec715e760bba08185d47b071f4e3b91'/>
<id>7cf7b4313ec715e760bba08185d47b071f4e3b91</id>
<content type='text'>
a 'char *' argument to a function call".  It has the nice effect
that the documented example can be simplified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a 'char *' argument to a function call".  It has the nice effect
that the documented example can be simplified.
</pre>
</div>
</content>
</entry>
<entry>
<title>In case of repeated values in enums, operations like str(), or the</title>
<updated>2012-07-27T17:48:20+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-27T17:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=4b742387abadeb921d08b0b353e5c33bef489ccb'/>
<id>4b742387abadeb921d08b0b353e5c33bef489ccb</id>
<content type='text'>
default casting when returning a value from a function call, will return
arbitrarily the first declared value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default casting when returning a value from a function call, will return
arbitrarily the first declared value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: the code incorrectly accepted e.g. 'ffi.new(ffi.new("int*"))',</title>
<updated>2012-07-27T16:54:53+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-27T16:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=e9bae85ecad79eb431944b172c5ce5f1e6127246'/>
<id>e9bae85ecad79eb431944b172c5ce5f1e6127246</id>
<content type='text'>
by taking the type of the inner cdata object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by taking the type of the inner cdata object.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the test</title>
<updated>2012-07-27T16:39:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-27T16:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9e0aeaee43838155930d65ecf53d5b3304f3c8de'/>
<id>9e0aeaee43838155930d65ecf53d5b3304f3c8de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue16: anonymous enums.</title>
<updated>2012-07-27T15:04:01+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-27T15:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c5fd4f707e96e599f59c05977b53a820e58c714d'/>
<id>c5fd4f707e96e599f59c05977b53a820e58c714d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test for the 'release-X.Y.tar.bz2' file name.</title>
<updated>2012-07-27T10:19:42+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-27T10:19:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=10300a3e1c9e1362b6b784cdf513d8ab88d5fdc4'/>
<id>10300a3e1c9e1362b6b784cdf513d8ab88d5fdc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
