closer-mop icon indicating copy to clipboard operation
closer-mop copied to clipboard

Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.

Results 2 closer-mop issues
Sort by recently updated
recently updated
newest added

Hello, There are quite a lot of "Checked against [...]" [commits](https://github.com/pcostanza/closer-mop/commits/master), but I can't find a test suite and now I am very confused... So what does "Checked against [...]"...

Here's closer-mop setting up a call to a method-function: https://github.com/pcostanza/closer-mop/blob/master/closer-mop-shared.lisp#L246 and here's sbcl assembling a method-function: https://github.com/sbcl/sbcl/blob/549ce81b4bb44ffa706b3bbec32f54f68e51df2f/src/pcl/vector.lisp#L833 Running this as-is gives a argument count mismatch: 6 supplied, 2 expected. Erasing...