cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
andrewsmedina has joined #pypy
dmalcolm has quit [Remote host closed the connection]
dmalcolm has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5583 [nulano: test branch, win64]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-32/builds/2483 [nulano: test branch, win64]
_whitelogger has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
jcea has quit [Ping timeout: 246 seconds]
jcea has joined #pypy
oberstet has quit [Quit: Leaving]
jcea has quit [Ping timeout: 256 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5583 [nulano: test branch, win64]
<nulano> I believe
<nulano> ff1e9e3dd47 from win64 branch of PyPy should also be applied to CFFI
<nulano> I'm not sure where CFFI tests are run, but this should fix cffi0/test_verify.py:test_longdouble_precision, which should be failing on win64
<nulano> unless the PyPy version is out of sync and this is fixed differently in CFFI
<nulano> (on win64 long double == double, libffi has no special case for it in libffi_msvc/win64.asm and returns random junk)
andrewsmedina has quit [Quit: Connection closed for inactivity]
todda7 has quit [Ping timeout: 265 seconds]
<mattip> there is also this upstream issue about it https://github.com/libffi/libffi/pull/580
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/6055 [mattip: test branch, app_main_imports]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1415 [mattip: test branch, app_main_imports]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5261 [mattip: test branch, app_main_imports]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7260 [mattip: test branch, app_main_imports]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5585 [mattip: test branch, app_main_imports]
proteusguy has quit [Remote host closed the connection]
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7260 [mattip: test branch, app_main_imports]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/6055 [mattip: test branch, app_main_imports]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/695 [mattip: test branch, app_main_imports]
<arigato> cffi tests work for me on CPython on win64, though
glyph has quit [Quit: End of line.]
glyph has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1415 [mattip: test branch, app_main_imports]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5261 [mattip: test branch, app_main_imports]
oberstet has joined #pypy
lritter has joined #pypy
<bbot2> Exception: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5585 [mattip: test branch, app_main_imports]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/695 [mattip: test branch, app_main_imports]
cjmcdonald has quit [Remote host closed the connection]
ronan has joined #pypy
<mattip> why did the win32 run fail?
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
* mattip updating buildbot to properly display win64 results
bbot2 has joined #pypy
jcea has joined #pypy
jcea has quit [Ping timeout: 265 seconds]
<mattip> there was a py3.6 run from the commit previous to the app_main_import one,
<mattip> comparing the stderr from the lib-python step gave me some different failures. Yay for new rabbit holes
rfgpfeiffer has joined #pypy
andrewsmedina has joined #pypy
Taggnostr has quit [Ping timeout: 260 seconds]
rjarry has quit [Ping timeout: 265 seconds]
rjarry has joined #pypy
rjarry has quit [Ping timeout: 240 seconds]
rjarry has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
Taggnostr has joined #pypy
rfgpfeiffer has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
lritter has quit [Remote host closed the connection]
andrewsmedina has quit [Quit: Connection closed for inactivity]
astrojl_matrix has quit [Quit: killed]
suhdonghwi[m] has quit [Quit: killed]
toad_polo has quit [Quit: killed]
omasanori[m] has quit [Quit: killed]
the_drow[m] has quit [Quit: killed]
the_drow[m] has joined #pypy
Dejan has joined #pypy
Dejan has joined #pypy
Dejan has quit [Changing host]
astrojl_matrix has joined #pypy
toad_polo has joined #pypy
omasanori[m] has joined #pypy
suhdonghwi[m] has joined #pypy
<nulano> arigato, AFAICT, libffi_msvc is not tested with test_longdouble_precision on CPython
<mattip> nulano: the failures of win64 on the win64 branch look very similar to the failures of win32 on default
<nulano> I mean for CFFI
<mattip> sorry, I was changing the subject to pypy in general
<nulano> ah, right
<mattip> so I am getting close to wanting to merge it
<mattip> one consideration is then we would have to be careful about merging default to py3.6, since it might break things there,
<mattip> would it be reasonable to start a win64-py3.6 branch off py3.6, merge win64 into it, and test it out?
<nulano> I'm not very familiar with hg yet, but the I'm thinking the following might make sense: open branch win64-py3.6 from py3.6, merge win64 into this branch
<nulano> resolve any issues that might come up in there, merge win64 into default, merge default into py3.6 but ignore all changes, then merge win64-py3.6 into py3.6
<nulano> hm... am I making it too complicated?
cjmcdonald has joined #pypy
<mattip> that sounds about right to me
<mattip> let's see how the latest py.36 builds tonite
jacob22 has quit [Quit: Konversation terminated!]
jacob22 has joined #pypy
jacob22 has quit [Client Quit]
jacob22 has joined #pypy
dnshane has quit [Quit: No Ping reply in 180 seconds.]
dnshane has joined #pypy
swills has quit [Quit: swills]
swills has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
oberstet has quit [Remote host closed the connection]