|
From: | Stefan Monnier |
Subject: | bug#62762: circular dependencies in elisp files and make |
Date: | Thu, 11 May 2023 11:20:14 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) |
> important. Do you mean the following > lisp/vc/ediff-util.el:(provide 'ediff-util) ;FIXME: Break cyclic > dependencies and move to the end! Sounds about right, yes. > and mutual `require' 'ediff-util from ediff-init.el and 'ediff-init from > ediff-util.el? My idea was to suppress loading of .elc files during > compilation of such files. When I looked at it, my approach was to break the cycle in an arbitrary way and say that if it occasionally leads to a miscompilation it's the package's fault. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |