IRC channel logs

2014-09-13.log

back to list of logs

<paroneayea>mark_weaver: well, look forward to seeing that stuff hit guile :)
<paroneayea`>ugh netsplits
***Guest26071 is now known as Fuuzetsu`
***Fuuzetsu` is now known as Fuuzetsu
***rotty is now known as 6JTAAFWVZ
***jerrytgarcia is now known as 77CAAFX0C
<rlb``>so I haven't investigated much yet, but I'm wondering if it might be possible to have guile's install preserve timestamps, i.e. for the .scm files
***rlb`` is now known as rlb
<rlb>in this case I'm asking because with multiarch, we can end up with some ugly problems in debian if the installed arch-independent package (containing the .scm files) was built after one of the arch-dependent packages (with the .go files) -- which could happen on the autobuilders (buildd.debian.org).
<rlb>(and has happened)
<rlb>well -- has been reported as a potential issue, at least
<rlb>one solution is to just reset all the .scm timestamps when building the package to match some random upstream file like NEWS, but it might be a little more elegant if install just preserved them
<rlb>hmm, maybe this will do it: "make INSTALL='install -p' install ..."
<brbblnch>Hi, I heard somewhere that the guile VM aims to run other languages than scheme, is this true ?
***monobrow_tetris is now known as homoerotictetris
<civodul>Hello Guilers!
***micro is now known as Guest31443
<homoerotictetris>How in the repl does one investigate what module a certain binding comes from?