On Sat, Aug 25, 2012 at 2:08 AM, Mark Cox wrote:
> G'day,
>
> The hyperspec [1] states that DELETE-FILE should signal an error of type
> FILE-ERROR if it cannot succeed in deleting a file. ECL currently signals a
> SIMPLE-ERROR.
> [...] there are other functions in that file that signal a SIMPLE-
Hi,
[Working on an update of Closer to MOP for ECL 12.7.1, which is more work than
usual… ;)]
This is a bug in ECL 12.7.1. Here is a transcript to illustrate this:
> (use-package :clos)
T
> (defun ext-generic-function-method-class (gf) (generic-function-method-class
> gf))
EXT-GENERIC-FUNCTI