<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/feature_check/int_big.py, branch 4.0.0-beta.7</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.7</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.7'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-03-10T01:11:43+00:00</updated>
<entry>
<title>tests/feature_check/int_big: Rework "big int" detection.</title>
<updated>2017-03-10T01:11:43+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-03-10T01:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=854bb322bf9e20f1c5afe5e8a796ebeca238fa95'/>
<id>urn:sha1:854bb322bf9e20f1c5afe5e8a796ebeca238fa95</id>
<content type='text'>
MICROPY_LONGINT_IMPL_LONGLONG doesn't have overflow detection, so just
parsing a large number won't give an error, we need to print it out
to check that the whole number was parsed.
</content>
</entry>
<entry>
<title>tests/run-tests: Check for big int availability and skip related tests.</title>
<updated>2017-03-03T17:16:59+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-03-03T17:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=89e570a5b4025976da66123032c58611f0f6cb17'/>
<id>urn:sha1:89e570a5b4025976da66123032c58611f0f6cb17</id>
<content type='text'>
Big aka arbitrary-precision integers (implemented by MPZ module) are used
in tests starting with "int_big_" or ending with "_intbig".
</content>
</entry>
</feed>
