IRC channel logs

2025-04-14.log

back to list of logs

<ekaitz>stikonas: do we have pointer arithmetic in M2-Planet now?
<stikonas>ekaitz: partial
<ekaitz>hm
<stikonas>it works for += and -= operators
<stikonas>not for + or -
<stikonas>but you can always rewrite C code to use += and -= where necessary
<ekaitz>yeah
<ekaitz>i'll take a look to see if I can avoid some crazy code that we have in Mes
<stikonas>I think in git version it also works for ++ and --
<stikonas>yes, it should work for those too
<stikonas>so only + and - dont' work
<stikonas>(I think because there are far more edge cases there)
<stikonas>ekaitz: also M2-Planet git is slowly getting support for casting. There is already a bit of support for that in git and I need to merge another PR that improves things further
<ekaitz>oh ok
<ekaitz>great
<stikonas>oriansj: any chance you could merge https://github.com/oriansj/stage0-posix-aarch64/pull/9 ?