Closed rpgoldman closed 1 year ago
Re-implement this by making a new class for the "alias" that inherits from the parent. This is no longer really aliasing, but at least SBCL's compiler really dislikes the original implementation of this macro.
Addresses #193
This looks good...can you remove the commented out code?
OK, just pushed the revision.
Thanks!
Re-implement this by making a new class for the "alias" that inherits from the parent. This is no longer really aliasing, but at least SBCL's compiler really dislikes the original implementation of this macro.
Addresses #193