mito icon indicating copy to clipboard operation
mito copied to clipboard

Removing unnecessary check for col-type presence

Open daninus14 opened this issue 1 year ago • 1 comments

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.

daninus14 avatar Oct 31 '24 13:10 daninus14

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

daninus14 avatar Nov 02 '24 21:11 daninus14