mito
mito copied to clipboard
Removing unnecessary check for col-type presence
This is causing issues for me with compute-effective-slot-definition here https://github.com/sbcl/sbcl/blob/master/src/pcl/std-class.lisp#L1278
See https://github.com/fukamachi/mito/discussions/154 for more details.
I fixed a test by adding the missing :col-type slot option just so that it would compile, but I don't think this failure was specific to any of the code changes in this PR