On Fri, 11 Feb 2022, Andy Wingo <wi...@pobox.com> wrote:

> Note however that as with macros, when a definition changes in module
> A, a separately compiled module B that uses that definition doesn't
> automatically get recompiled.  This is a limitation in Guile that we
> would like to fix.

I find this to be critical.  It's a real pain to not have dependencies
tracking in a build system.  

How could this be fixed?  Does generating *.d files like GCC does for C
would work?

-- 
Olivier Dion
Polymtl

Reply via email to