You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are two of the modules as they were ordered in qvm's asd file:
- (:file "mixed-state-qvm")
- (:file "compile-gate")
Mixed-state-qvm has a defmethod on compile-instruction. Compile-gate
has the defgeneric as well as several more defmethods. The Lisp system
was creating a standin defgeneric for mixed-state-qvm when it was
loaded first, and so then when it loaded the explicit defgeneric in
compile-gate, it issued the warning
WARNING: redefining QVM::COMPILE-INSTRUCTION in DEFGENERIC
Solution: just switch the order, placing mixed-state-qvm after
compile-gate.
warning i get when compiling
The text was updated successfully, but these errors were encountered: