2018-02-26 15:52
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
00:01
<
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
00:11
ronan has joined #pypy
00:29
_whitelogger has joined #pypy
00:30
speeder39 has quit [Quit: Connection closed for inactivity]
00:34
<
simpson >
Yeah, if you don't have the RAM for the build, you may be out of luck.
00:39
<
wondiws >
simpson, /tmp isn't RAM
00:39
<
wondiws >
simpson, but I guess I don't have to try on my 486 Notebook with 24MB RAM :P
00:49
asmeurer__ has quit [Quit: asmeurer__]
00:49
marky1991 has quit [Read error: Connection reset by peer]
00:50
marky1991 has joined #pypy
00:55
<
simpson >
wondiws: Oh, okay; I know that many folks mount /tmp as tmpfs these days, that's all.
00:56
<
wondiws >
simpson, in my case my root filesystem just filled up :P
00:56
<
wondiws >
this is my netbook
00:56
<
wondiws >
it hasn't got a huge root fs
00:56
waldhar has joined #pypy
01:01
<
kenaan >
rlamy py3.6 ebe135031f7e /: hg merge py3.5
01:06
<
wondiws >
simpson, well, I'll just use a binary for now
01:14
jcea has quit [Quit: jcea]
01:14
marky1991 has quit [Read error: Connection reset by peer]
01:14
Garen has quit [Read error: Connection reset by peer]
01:15
Garen has joined #pypy
01:29
ronan has quit [Ping timeout: 244 seconds]
01:49
adamholmberg has quit [Ping timeout: 260 seconds]
01:57
wondiws has quit [Quit: Leaving]
03:05
Wulf4 has joined #pypy
03:08
Wulf has quit [Ping timeout: 264 seconds]
03:08
Wulf4 is now known as Wulf
03:37
dddddd has quit [Read error: Connection reset by peer]
03:44
forgottenone has joined #pypy
06:05
demonimin has quit [Ping timeout: 260 seconds]
06:38
t3chn0pvnk has joined #pypy
06:39
t3chn0punk has quit [Ping timeout: 256 seconds]
06:58
nimaje has quit [Remote host closed the connection]
06:58
inad922 has joined #pypy
06:59
nimaje has joined #pypy
06:59
jamesaxl has joined #pypy
07:06
jamesaxl has quit [Ping timeout: 256 seconds]
07:08
jamesaxl has joined #pypy
07:24
oberstet has joined #pypy
08:45
demonimin has joined #pypy
08:52
ronan has joined #pypy
09:01
<
kenaan >
wlav cppyy-packaging 422177baf4ea /pypy/module/_cppyy/: restore std::vector speedups
09:17
* ronan
set the wiki to be editable by anyone
09:18
<
cfbolz >
ronan: is that really anyone? or you do need a bitbucket account?
09:18
johanfforsberg has joined #pypy
09:29
t3chn0pvnk has quit [Ping timeout: 256 seconds]
09:30
dddddd has joined #pypy
09:32
ronan has quit [Quit: Ex-Chat]
09:32
ronan has joined #pypy
09:32
forgottenone has quit [Ping timeout: 268 seconds]
09:43
rciorba has joined #pypy
09:45
inad922 has quit [Ping timeout: 244 seconds]
09:52
ronan has quit [Quit: Ex-Chat]
09:53
ronan has joined #pypy
10:05
jacob22__ has joined #pypy
10:07
ronan has quit [Ping timeout: 244 seconds]
10:20
johanfforsberg has quit [Ping timeout: 260 seconds]
10:21
ronan has joined #pypy
10:32
johanfforsberg has joined #pypy
10:37
ronan has quit [Ping timeout: 244 seconds]
10:51
ronan has joined #pypy
10:57
ronan has quit [Ping timeout: 244 seconds]
10:59
rciorba has quit [Read error: Connection reset by peer]
11:01
ronan has joined #pypy
11:29
<
kenaan >
nurbldoff py3.6 11f17afc7367 /pypy/module/posix/test/test_scandir.py: Add missing argument to scandir.
11:31
<
ronan >
cfbolz: not sure
11:40
johanfforsberg has quit [Ping timeout: 260 seconds]
11:50
ronan has quit [Ping timeout: 244 seconds]
12:07
jcea has joined #pypy
12:07
<
kenaan >
cfbolz py3.5 18f7d184a9f7 /pypy/interpreter/astcompiler/codegen.py: tweak
12:07
<
kenaan >
cfbolz py3.5 179c172169f1 /pypy/interpreter/: fix annotation bug reported by hubo on pypy-dev
12:09
johanfforsberg has joined #pypy
12:34
oberstet has quit [Quit: Leaving]
12:38
ronan has joined #pypy
12:50
<
ronan >
cfbolz: did you never merge py3.6-wordcode?
12:51
<
cfbolz >
ronan: no, I didn't. It's ready though
12:51
<
cfbolz >
ronan: it breaks assert reinterpretation even more, are we OK with that?
12:51
<
ronan >
I guess we are
12:52
<
cfbolz >
OK. Should I merge?
12:53
<
ronan >
yes, please
12:53
<
cfbolz >
ronan: I made assert reinterpretation produce a clear error message at least
12:55
<
cfbolz >
ronan: are you at EP, btw?
12:55
<
ronan >
yes, sprinting
13:12
ronan has quit [Ping timeout: 244 seconds]
13:15
ronan has joined #pypy
13:18
jamesaxl has quit [Ping timeout: 244 seconds]
13:18
jamesaxl has joined #pypy
13:23
<
kenaan >
cfbolz py3.6 2e5eb984c7fa /: merge py3.6-wordcode switch the py3.6 over to the new wordcode format introduced in CPython 3.6.
13:23
<
kenaan >
cfbolz py3.6 5e596e627b4e /pypy/doc/whatsnew-head.rst: document merged branch
13:25
<
cfbolz >
ronan: done
13:26
ronan has quit [Quit: Ex-Chat]
13:26
ronan_ has joined #pypy
13:27
<
kenaan >
AntoineDupre py3.6 56432e26b463 /pypy/objspace/std/: (duprean, antocuni) Test and fix for fstring exception message to mimic Cpython
13:27
<
kenaan >
AntoineDupre py3.6 4a8044e8da87 /pypy/module/posix/test/test_scandir.py: merge head
13:27
<
kenaan >
AntoineDupre py3.6 5b1df32fb6f6 /: merge heads again
13:28
<
kenaan >
cfbolz py3.5 09d5a78a60b4 /pypy/interpreter/test/test_app_main.py: fix a test that
14:04
<
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...
14:31
dddddd has quit [Remote host closed the connection]
15:17
ronan_ has quit [Quit: Ex-Chat]
15:18
ronan_ has joined #pypy
16:08
ronan_ has quit [Ping timeout: 244 seconds]
16:09
mattip_ has quit [Ping timeout: 240 seconds]
16:10
mattip has joined #pypy
16:46
ronan_ has joined #pypy
16:50
<
arigato >
wordcode merge: yay
16:53
johanfforsberg has quit [Ping timeout: 260 seconds]
16:53
ronan_ has quit [Ping timeout: 244 seconds]
17:21
asmeurer has joined #pypy
17:45
asmeurer has quit [Quit: asmeurer]
18:10
forgottenone has joined #pypy
19:00
asmeurer has joined #pypy
19:04
dddddd has joined #pypy
19:11
asmeurer has quit [Quit: asmeurer]
19:24
asmeurer_ has joined #pypy
19:32
<
kenaan >
cfbolz py3.5 dfda715a5495 /pypy/interpreter/test/test_pyframe.py: fix the tests in test_pyframe that fail in combination with other files
19:34
asmeurer_ has quit [Quit: asmeurer_]
20:36
johanfforsberg has joined #pypy
21:33
forgottenone has quit [Quit: Konversation terminated!]
21:40
wondiws has joined #pypy
21:46
johanfforsberg has quit [Ping timeout: 264 seconds]
21:59
<
wondiws >
what is pypy-c?
22:17
johanfforsberg has joined #pypy
22:26
speeder39 has joined #pypy
22:42
johanfforsberg has quit [Ping timeout: 240 seconds]
22:58
Lightsword has quit [Quit: ZNC]
23:00
Lightsword has joined #pypy
23:02
<
tos9 >
wondiws: it's the name given to the compiled binary
23:02
<
tos9 >
wondiws: where are you seeing it / why do you want to know
23:03
<
simpson >
IIRC building their own PyPy from source.
23:29
marky1991 has joined #pypy
23:30
wondiws has quit [Remote host closed the connection]
23:31
wondiws has joined #pypy
23:34
marky1991 has quit [Ping timeout: 244 seconds]
23:34
<
wondiws >
simpson, I'm not plural ;)
23:38
<
tos9 >
wondiws: In 2018, "they" is a perfectly cromulent (and to some people preferred) third person singular pronoun.
23:41
<
simpson >
wondiws: Sorry, English isn't a pro-drop language, so one is forced to use awkward constructions at times.
23:52
<
wondiws >
tos9, you're not going along with the gender-neutral crowd, I hope?
23:55
<
tos9 >
wondiws: I don't know what "going along with" means there.
23:57
<
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)