cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | Matti: I made a bit of progress, the tests now only segfault towards the end
<fijal> o/
<cfbolz> Hey
<fijal> yes sure
<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
<cfbolz> CarOS
<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> Oh, neat!
<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
<fijal> right
<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
<mattip> probably?
<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?
<fijal> yeah
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