<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/unix/coverage.c, branch 1.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=1.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=1.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-01-05T01:31:05+00:00</updated>
<entry>
<title>tests/unix: Improve formatfloat.c test coverage using C.</title>
<updated>2017-01-05T01:31:05+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2017-01-05T00:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d7e168428bc9fd7524dd83b973c283b3488bfd3b'/>
<id>urn:sha1:d7e168428bc9fd7524dd83b973c283b3488bfd3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Improve warning.c test coverage.</title>
<updated>2017-01-05T01:23:40+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2017-01-04T03:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ec72db8a398f82fb694dc01c7081232286e72c3f'/>
<id>urn:sha1:ec72db8a398f82fb694dc01c7081232286e72c3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/unix: Improve runtime_utils.c test coverage.</title>
<updated>2016-12-29T07:24:03+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2016-12-29T07:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=75aa7befec5d3afce2c5a970d8644299d367f6fe'/>
<id>urn:sha1:75aa7befec5d3afce2c5a970d8644299d367f6fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.</title>
<updated>2016-10-14T05:46:34+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-10-14T05:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=824f5c5a32d740acad50d23b7ab1d69660dcf3ad'/>
<id>urn:sha1:824f5c5a32d740acad50d23b7ab1d69660dcf3ad</id>
<content type='text'>
Now there is just one function to allocate a new vstr, namely vstr_new
(in addition to vstr_init etc).  The caller of this function should know
what initial size to allocate for the buffer, or at least have some policy
or config option, instead of leaving it to a default (as it was before).
</content>
</entry>
<entry>
<title>tests/unix/extra_coverage: Add test for str/bytes with invalid hash.</title>
<updated>2016-09-02T05:07:42+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-02T05:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=58f386135813ab6e55641bec6eae32cc0fd35115'/>
<id>urn:sha1:58f386135813ab6e55641bec6eae32cc0fd35115</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/mpprint: Fail an assertion with unsupported format specifiers.</title>
<updated>2016-09-01T08:09:44+00:00</updated>
<author>
<name>Delio Brignoli</name>
<email>brignoli.delio@gmail.com</email>
</author>
<published>2016-08-20T08:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f98bb2ddcbfed7033ae93ae8fe98b0540a9fb42f'/>
<id>urn:sha1:f98bb2ddcbfed7033ae93ae8fe98b0540a9fb42f</id>
<content type='text'>
Arguments of an unknown type cannot be skipped and continuing to parse a
format string after encountering an unknown format specifier leads to
undefined behaviour.  This patch helps to find use of unsupported formats.
</content>
</entry>
<entry>
<title>py/mpprint: Fix sign extension when printf'ing %u, %x and %X.</title>
<updated>2016-02-01T15:08:42+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-02-01T15:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9e677114e4aba8fdb417350a87ce1af33cef127f'/>
<id>urn:sha1:9e677114e4aba8fdb417350a87ce1af33cef127f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix: Fix coverage build now that mp_plat_print uses write.</title>
<updated>2015-10-14T23:23:03+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-14T23:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=556c8a9a4f430f56faec4c03c4cb571359f1e773'/>
<id>urn:sha1:556c8a9a4f430f56faec4c03c4cb571359f1e773</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add further tests for mpz code.</title>
<updated>2015-10-01T17:49:37+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-01T17:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a81539db25d443826e5247fefda8ae73bad64056'/>
<id>urn:sha1:a81539db25d443826e5247fefda8ae73bad64056</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add tests to improve coverage of objstr.c.</title>
<updated>2015-09-03T22:06:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-09-03T22:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=25afc7da0db43754f6b4373a10b66551dd3cbd57'/>
<id>urn:sha1:25afc7da0db43754f6b4373a10b66551dd3cbd57</id>
<content type='text'>
</content>
</entry>
</feed>
