FFY00 has quit [Read error: Connection reset by peer]
FFY00 has joined #hpy
dalley has quit [Quit: Leaving]
dalley has joined #hpy
fangerer has quit [*.net *.split]
fangerer has joined #hpy
<antocuni>
in my hybrid-abi branch I'm going to rename ctx->ctx_version into ctx->abi_version
<antocuni>
because that's exactly what it represent: the version of the ABI
<antocuni>
I don't think we use it anywhere so it shouldn't break anything
<antocuni>
anything against it?
<mattip>
LGTM. Should that become part of the universal extension abi tag?
<antocuni>
do you mean the filename extension, like .hpy0.so?
<antocuni>
if so, yes. I'm writing the code (and the tests) in such a way that the filename extension and ctx->abi_version are both derived from the same C constant
<mattip>
yes, and good
<antocuni>
cool, PR 371 should be ready for a last round of review
<antocuni>
I just did some minor things around ctx_version & co.
xorAxAx has joined #hpy
xorAxAx has quit [Ping timeout: 260 seconds]
xorAxAx has joined #hpy
<fangerer>
antocuni: after you merged your PR, I would like to get https://github.com/hpyproject/hpy/pull/339 (trace mode) merged soon. I think I've addressed all your comments.