IRC channel logs

2026-06-21.log

back to list of logs

<AwesomeAdam54321>`M2-Planet -A` segfault fix: https://github.com/oriansj/M2-Planet/pull/172
<AwesomeAdam54321>if it's the help usage info that's outdated, that could be changed instead
<fossy>aggi: "audience" = who?
<fossy>aggi: what did I say that is misleading?
<AwesomeAdam54321>aggi: please don't disparage other people's bootstrapping efforts, even if you don't consider it thorough enough for your purposes
<ekaitz>AwesomeAdam54321: you described the bootstrapping for MIT scheme the other day
<ekaitz>I'm interested on that, did you thought about using Mes for the process or what do you do?
<AwesomeAdam54321>ekaitz: I'm currently using guile, but I could test with mes if it's better for the bootstrap
<ekaitz>AwesomeAdam54321: it's not "better" but it is bootstrappable
<ekaitz>it is compatible with Guile to certain degree
<AwesomeAdam54321>has Guile merged the psyntax bootstrapping yet? I thought all the bootstrapping obstacles were already solved, but maybe I'm wrong
<AwesomeAdam54321>I'll have to change some of the record types I use from `(srfi srfi-9 gnu)` functional ones, but apart from that it shouldn't be too hard to use mes
<ekaitz>AwesomeAdam54321: I think we also have those
<ekaitz>mescc uses them i think
<AwesomeAdam54321>oooh, alright then
<ekaitz>:)
<matrix_bridge><Andrius Štikonas> AwesomeAdam54321: no, guile hasnt merged it
<matrix_bridge><Andrius Štikonas> And if i remember correctly, they were not that interested in it
<matrix_bridge><Andrius Štikonas> In live-bootatrap we so run guile-psyntax-bootstrap with guile 3.0.7 though
<ekaitz>hm
<ekaitz>maybe janneke and I could make some lobbying there hehe
<ekaitz>but it might not be necessary if Mes is cool
<AwesomeAdam54321>ekaitz, do you know how to add to the Mes load path?
<AwesomeAdam54321>I've tried using -L, but I think there's something wrong with my setup
<ekaitz>AwesomeAdam54321: let me check, i don't know from the top of my head
<ekaitz>AwesomeAdam54321: try setting GUILE_LOAD_PATH
<ekaitz>-L should also work
<AwesomeAdam54321>setting GUILE_LOAD_PATH works, I'll try and debug later
<AwesomeAdam54321>thank you so much :)
<ekaitz>no problem! let me know how it goes!