***alMalsamo is now known as littlebobeep
<dadinn>not so long ago had this issue with the (add-to-load-path (dirname (current-filename))) code failing with #f errors from current-filename. It turned out the problem seems to have been that a few lines below I was trying to load subdirectories using use-modules. These subdirectories were git submodules, which failed to have been correctly checked out during recursive cloning. <dadinn>The problem is weird nevertheless, because why it seems I was getting errors at the (dirname (current-filename)) calls, that current-filename was returning #f? <xiews>Is there anything in Guile to use to replace Mit-Scheme default-object? ? <daviid>dadinn: we may only be able to help you if you can write a snipset that we may use (to try) to reroduce the problem, a so called minimal example ... <daviid>xiews: wht is an 'Mit-Scheme default-object?' ***alMalsamo is now known as littlebobeep