Symbol clashes between core and arr-matr
Closed this issue · 1 comments
Yehouda commented
Both math/core and math-arr/matr exports anti-diagnonal, so if both packages are used they clash. That seems to be true for all the symbols in this group. How is this supposed to work?
x-o uses them both, and hence gets an error.
Line 29 in 396b22c
math/src/arr-matr/arr-matr.lisp
Line 32 in 396b22c
Line 4 in 396b22c
mnasoft commented
(:use #:cl #:math/core #:math/arr-matr) ->(:use #:cl #:math/matr)