<
fijal>
cfbolz: sorry I thought I pushed the fix but it ended up as a separate head
<
cfbolz>
No worries
<
fijal>
I wonder what this means __builtin_available(macos 10.15, ios 13, watchos 6, tvos 13, *)
<
fijal>
cfbolz: I gonna try to debug mattis m1
<
fijal>
my take it's possessed but we will see :-)
<
fijal>
mattip: do you know how to display full path on the prompt in zsh?
<
fijal>
is there any reason why in rlib/streamio.py in open_path_helper there is rposix.open and not os.open?
<
fijal>
mattip: it translates otherwise?
<
cfbolz>
That's the struct field access statistics of running the interpreter
<
fijal>
we don't really check the return value for exceptions, do we?
<
cfbolz>
fijal: we don't
<
cfbolz>
We used to, but we stopped
<
cfbolz>
And I don't remember why
<
mattip>
fijal: I think the problem with replacing rposix.open with os.open is that rposix.open accepts a FileEncoder/FileDecoder
<
mattip>
for windows + unicode
<
mattip>
(those are defined in pypy/module/posix/interp_posix.py)
<
cfbolz>
fijal: I wonder whether it would be good to at least use the return value in those cases where we check if there result is eg None
*anyway*
<
mattip>
> how to display full path on the prompt in zsh
<
fijal>
mattip: can we fix it somehow? that's what's stopping translation, otherwise I have it compiled
<
fijal>
maybe with windows check? I don't know
<
mattip>
can you open a branch and kick off the buildbots to see if it works?
DustyTheCat has joined #pypy
slav0nic has joined #pypy
lritter has joined #pypy
derpydoo has joined #pypy
Dejan has joined #pypy
slav0nic has quit [Ping timeout: 244 seconds]
DustyTheCat has quit [Ping timeout: 260 seconds]
derpydoo has quit [Quit: derpydoo]
derpydoo has joined #pypy