cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
<wondiws> njs, and now my /tmp device is full, this was a worry for me 2 hours ago by the way, not that it happens often
ronan has joined #pypy
_whitelogger has joined #pypy
speeder39 has quit [Quit: Connection closed for inactivity]
<simpson> Yeah, if you don't have the RAM for the build, you may be out of luck.
waldhar has quit [Quit: ZNC 1.7.1 - https://znc.in]
<wondiws> simpson, /tmp isn't RAM
<wondiws> simpson, but I guess I don't have to try on my 486 Notebook with 24MB RAM :P
asmeurer__ has quit [Quit: asmeurer__]
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
<simpson> wondiws: Oh, okay; I know that many folks mount /tmp as tmpfs these days, that's all.
<wondiws> simpson, in my case my root filesystem just filled up :P
<wondiws> this is my netbook
<wondiws> it hasn't got a huge root fs
waldhar has joined #pypy
<simpson> Mm.
<kenaan> rlamy py3.6 ebe135031f7e /: hg merge py3.5
<wondiws> simpson, well, I'll just use a binary for now
<bbot2_> Started: http://buildbot.pypy.org/builders/own-win-x86-32/builds/1825 [ronan: force build, py3.6]
jcea has quit [Quit: jcea]
marky1991 has quit [Read error: Connection reset by peer]
Garen has quit [Read error: Connection reset by peer]
Garen has joined #pypy
ronan has quit [Ping timeout: 244 seconds]
<bbot2_> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4034 [ronan: force build, py3.6]
adamholmberg has quit [Ping timeout: 260 seconds]
wondiws has quit [Quit: Leaving]
<bbot2_> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/6882 [ronan: force build, py3.6]
Wulf4 has joined #pypy
Wulf has quit [Ping timeout: 264 seconds]
Wulf4 is now known as Wulf
dddddd has quit [Read error: Connection reset by peer]
forgottenone has joined #pypy
<bbot2_> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/6882 [ronan: force build, py3.6]
<bbot2_> Started: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/5981 [ronan: force build, py3.6]
demonimin has quit [Ping timeout: 260 seconds]
<bbot2_> Failure: http://buildbot.pypy.org/builders/own-win-x86-32/builds/1825 [ronan: force build, py3.6]
t3chn0pvnk has joined #pypy
t3chn0punk has quit [Ping timeout: 256 seconds]
nimaje has quit [Remote host closed the connection]
inad922 has joined #pypy
nimaje has joined #pypy
jamesaxl has joined #pypy
jamesaxl has quit [Ping timeout: 256 seconds]
jamesaxl has joined #pypy
oberstet has joined #pypy
<bbot2_> Failure: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/5981 [ronan: force build, py3.6]
demonimin has joined #pypy
ronan has joined #pypy
<kenaan> wlav cppyy-packaging 422177baf4ea /pypy/module/_cppyy/: restore std::vector speedups
* ronan set the wiki to be editable by anyone
<cfbolz> ronan: is that really anyone? or you do need a bitbucket account?
johanfforsberg has joined #pypy
t3chn0pvnk has quit [Ping timeout: 256 seconds]
dddddd has joined #pypy
ronan has quit [Quit: Ex-Chat]
ronan has joined #pypy
forgottenone has quit [Ping timeout: 268 seconds]
rciorba has joined #pypy
inad922 has quit [Ping timeout: 244 seconds]
ronan has quit [Quit: Ex-Chat]
ronan has joined #pypy
jacob22__ has joined #pypy
ronan has quit [Ping timeout: 244 seconds]
johanfforsberg has quit [Ping timeout: 260 seconds]
ronan has joined #pypy
johanfforsberg has joined #pypy
ronan has quit [Ping timeout: 244 seconds]
ronan has joined #pypy
ronan has quit [Ping timeout: 244 seconds]
rciorba has quit [Read error: Connection reset by peer]
ronan has joined #pypy
<kenaan> nurbldoff py3.6 11f17afc7367 /pypy/module/posix/test/test_scandir.py: Add missing argument to scandir.
<ronan> cfbolz: not sure
johanfforsberg has quit [Ping timeout: 260 seconds]
ronan has quit [Ping timeout: 244 seconds]
jcea has joined #pypy
<kenaan> cfbolz py3.5 18f7d184a9f7 /pypy/interpreter/astcompiler/codegen.py: tweak
<kenaan> cfbolz py3.5 179c172169f1 /pypy/interpreter/: fix annotation bug reported by hubo on pypy-dev
johanfforsberg has joined #pypy
oberstet has quit [Quit: Leaving]
ronan has joined #pypy
<ronan> cfbolz: did you never merge py3.6-wordcode?
<cfbolz> ronan: no, I didn't. It's ready though
<cfbolz> ronan: it breaks assert reinterpretation even more, are we OK with that?
<ronan> I guess we are
<cfbolz> OK. Should I merge?
<ronan> yes, please
<cfbolz> ronan: I made assert reinterpretation produce a clear error message at least
<ronan> good
<cfbolz> ronan: are you at EP, btw?
<ronan> yes, sprinting
<cfbolz> cool
ronan has quit [Ping timeout: 244 seconds]
ronan has joined #pypy
jamesaxl has quit [Ping timeout: 244 seconds]
jamesaxl has joined #pypy
<kenaan> cfbolz py3.6 2e5eb984c7fa /: merge py3.6-wordcode switch the py3.6 over to the new wordcode format introduced in CPython 3.6.
<kenaan> cfbolz py3.6 5e596e627b4e /pypy/doc/whatsnew-head.rst: document merged branch
<cfbolz> ronan: done
ronan has quit [Quit: Ex-Chat]
ronan_ has joined #pypy
<kenaan> AntoineDupre py3.6 56432e26b463 /pypy/objspace/std/: (duprean, antocuni) Test and fix for fstring exception message to mimic Cpython
<kenaan> AntoineDupre py3.6 4a8044e8da87 /pypy/module/posix/test/test_scandir.py: merge head
<kenaan> AntoineDupre py3.6 5b1df32fb6f6 /: merge heads again
<kenaan> cfbolz py3.5 09d5a78a60b4 /pypy/interpreter/test/test_app_main.py: fix a test that
<kenaan> cfbolz py3.5 0370bd9179ff /pypy/interpreter/test/test_executioncontext.py: fix test_executioncontext flakiness when run in some combinations with other test files that set the file system en...
<bbot2_> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4036 [ronan: force build, py3.6]
dddddd has quit [Remote host closed the connection]
ronan_ has quit [Quit: Ex-Chat]
ronan_ has joined #pypy
ronan_ has quit [Ping timeout: 244 seconds]
mattip_ has quit [Ping timeout: 240 seconds]
mattip has joined #pypy
ronan_ has joined #pypy
<arigato> wordcode merge: yay
johanfforsberg has quit [Ping timeout: 260 seconds]
ronan_ has quit [Ping timeout: 244 seconds]
<cfbolz> :-)
asmeurer has joined #pypy
asmeurer has quit [Quit: asmeurer]
forgottenone has joined #pypy
<bbot2_> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4036 [ronan: force build, py3.6]
asmeurer has joined #pypy
dddddd has joined #pypy
asmeurer has quit [Quit: asmeurer]
asmeurer_ has joined #pypy
<kenaan> cfbolz py3.5 dfda715a5495 /pypy/interpreter/test/test_pyframe.py: fix the tests in test_pyframe that fail in combination with other files
asmeurer_ has quit [Quit: asmeurer_]
johanfforsberg has joined #pypy
waldhar has quit [Quit: ZNC 1.7.1 - https://znc.in]
forgottenone has quit [Quit: Konversation terminated!]
wondiws has joined #pypy
johanfforsberg has quit [Ping timeout: 264 seconds]
<wondiws> what is pypy-c?
johanfforsberg has joined #pypy
speeder39 has joined #pypy
johanfforsberg has quit [Ping timeout: 240 seconds]
Lightsword has quit [Quit: ZNC]
Lightsword has joined #pypy
<tos9> wondiws: it's the name given to the compiled binary
<tos9> wondiws: where are you seeing it / why do you want to know
<simpson> IIRC building their own PyPy from source.
marky1991 has joined #pypy
wondiws has quit [Remote host closed the connection]
wondiws has joined #pypy
marky1991 has quit [Ping timeout: 244 seconds]
<wondiws> simpson, I'm not plural ;)
<tos9> wondiws: In 2018, "they" is a perfectly cromulent (and to some people preferred) third person singular pronoun.
<simpson> wondiws: Sorry, English isn't a pro-drop language, so one is forced to use awkward constructions at times.
<wondiws> tos9, you're not going along with the gender-neutral crowd, I hope?
<tos9> wondiws: I don't know what "going along with" means there.
<gsnedders|ooo> And it's not like singluar they doesn't have plenty of precedent (heck, you see it with þer (= their) in OE, which is strongly inflected)