[Ecls-list] [Robert Goldman] Re: [asdf-devel] Cannot use latest git ECL (asdf/quicklisp are involved)
Didier Verna
didier at lrde.epita.fr
Mon Jun 24 14:19:45 UTC 2013
Matthew Mondor <mm_lists at pulsar-zone.net> wrote:
> And to signal error this code is used:
>
> si_signal_simple_error
> (6, @'file-error', /* condition */
> ECL_T, /* continuable */
> ecl_make_constant_base_string(msg,strlen(msg)), /* format */
> cl_list(2, file, c_error), /* format args */
> @':pathname', /* file-error options */
> file);
>
> With at the REPL debugger the type reported:
>
> Condition of type: SIMPLE-FILE-ERROR
I don't get that:
didier(pts/1)% ecl -norc 16:18 06/24/13
ECL (Embeddable Common-Lisp) 12.7.1 (git:52ca46e054d72cb0b0802e376890fcfbdfc96e5a)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level in: #<process TOP-LEVEL>.
> (delete-file "foooooo")
Condition of type: SIMPLE-ERROR
Cannot delete the directory "foooooo".
C library explanation: No such file or directory.
--
Resistance is futile. You will be jazzimilated.
Lisp, Jazz, Aïkido: http://www.didierverna.info
More information about the ecl-devel
mailing list