bug: sign(max(7,x) - max(6,x)) --> error



On 6/17/08, Stavros Macrakis <macrakis at alum.mit.edu> wrote:

> On Tue, Jun 17, 2008 at 11:14 PM, Robert Dodier <robert.dodier at gmail.com> wrote:
>  > How about moving DO-MERGE-ASYM to clmacs.lisp?
>
> Seems OK.  I'm afraid I don't understand how we're currently
>  representing compile-time dependencies (load-macsyma-macros etc.).
>  Should there be a (load-macsyma-macros clmacs) or some such in
>  compar.lisp?

src/maxima.system specifies the order in which stuff is compiled and loaded.
It is processed by mk:defsystem.

Robert