> David Pirotte has been experiencing a problem where (reload-module ...) > was failing to trigger a recompilation even after the source file has > been modified.
Don't know if this is related or not, but it occured to me or my coworkers several times that a given scm file was not recompiled to a new .go file despite being changed, and that we had to manualy rm -rf the .go cache. I somewhat get used to it since the fix is so easy, and never tried to understand nor to report it. :-(