IRC channel logs

2022-07-18.log

back to list of logs

***karlosz_ is now known as karlosz
***X-Scale` is now known as X-Scale
***chris is now known as Guest3516
***Server sets mode: +ntz
***Server sets mode: +ntz
<Zambyte>Hi, is there any way to force a module to be recompiled and loaded again after it's already been loaded with `use-modules`? Specifically trying to reload a module in the repl
<Zambyte>calling use-modules again seems to be ignored
<dsmith-work>Monday Greetings, Guilers
<dsmith-work>sneek: botsnack
<sneek>:)
<dsmith-work>!uptime
<sneek>I've been running for one month and 2 days
<sneek>This system has been up 4 weeks, 4 days, 17 hours, 27 minutes
<daviid>Zambyte: (reload-module (resolve-module <your-modue>))
<daviid>Zambyte: you might aso use emacs/geiser and recompile on the fy ...
<daviid>*fly
<Zambyte>daviid: thanks :) yes that would be better, I just wanted to know for people I'm working with who don't use emacs