00:35
todda7 has quit [Ping timeout: 256 seconds]
02:37
_whitelogger has joined #pypy
02:41
jacob22 has quit [Read error: Connection reset by peer]
02:45
jacob22 has joined #pypy
03:50
<
tumbleweed >
mattip: ah, thanks
06:24
dddddd has quit [Ping timeout: 272 seconds]
06:25
dddddd has joined #pypy
07:00
rjarry has quit [Ping timeout: 256 seconds]
07:11
oberstet has joined #pypy
07:12
<
tumbleweed >
urgh, I actually had that committed locally, but another commit staged after it that broke more things. I should have pushed that one earlier...
08:07
_whitelogger has joined #pypy
08:32
<
mattip >
tumbleweed: the hardest part was crafting a test and finding where to put it
08:32
<
mattip >
a untranslated test would have been better
08:32
<
mattip >
but I couldn’t work it out
08:46
_whitelogger has joined #pypy
11:01
jacob22 has quit [Read error: Connection reset by peer]
11:05
jacob22 has joined #pypy
12:31
lritter has joined #pypy
13:07
rubdos has quit [Remote host closed the connection]
13:08
rubdos has joined #pypy
13:08
rubdos has quit [Client Quit]
13:09
rubdos has joined #pypy
13:41
jcea has joined #pypy
15:13
jacob22 has quit [Read error: Connection reset by peer]
15:17
jacob22 has joined #pypy
16:26
<
mattip >
I don't get the pytest_addoption semantics
16:26
<
mattip >
in extra_tests/hpy_tests/conftest.py there is a pytest_addoption, exactly like in the docs
16:27
<
mattip >
but the test is not seeing the argument
16:28
<
mattip >
if I move the pytest_addoption to the higher-level conftest.py in extra_tests/conftest.py, it seems to be closer to working
16:28
<
mattip >
but I need to change the test to
16:28
<
mattip >
compiler_verbose = request.config.getoption('compiler_v')
16:28
<
mattip >
compiler_verbose = request.config.getoption('--compiler_v')
17:19
marky1991 has joined #pypy
17:20
<
marky1991 >
noob question, but my rpython-based interpreter is segfaulting for certain inputs in its parser
17:20
<
marky1991 >
how would i go about ttroubleshooting that?
17:21
<
marky1991 >
i've loaded the core dump in gdb, but it's been a while since I loaded gdb
17:21
<
simpson >
Ideally, run the same inputs, untranslated.
17:21
<
marky1991 >
i tried to remmeber how to run my interpreter untranslated
17:21
<
marky1991 >
how do you do that?
17:22
<
simpson >
You should be able to just call your main entrypoint module with the same `python` that you're using to run RPython, I think.
17:23
<
marky1991 >
oh, that's onbbious
17:23
<
marky1991 >
let me try that
17:23
<
marky1991 >
*obvious
17:24
<
marky1991 >
aha, thanks
17:24
<
marky1991 >
i need to make notes somewhere so i remember to do htis next time
17:31
Mortir has joined #pypy
17:39
<
cfbolz >
marky1991: that's really the superpower move when debugging problems, run it untranslated
17:39
<
cfbolz >
sometimes you don't get the bug untranslated, those are the more annoying bugs
19:32
tos9 has joined #pypy
20:51
lritter has quit [Quit: Leaving]
22:46
oberstet has quit [Quit: Leaving]
23:33
jacob22 has quit [Read error: Connection reset by peer]
23:37
jacob22 has joined #pypy