< Support Home
CL operators not implemented.
ID
Created
Type
mocl Version
Dev OS
Target
Status
#84
by informatimago on 2015-03-01 (2156 days ago)
defect
14.08
Mac OS X
n/a
open
Description
Summary: Steps to Reproduce: (require :com.informatimago) Expected Results: A nice and clean compilation, like on other implementations. Actual Results: Warning: Function ARRAY-DISPLACEMENT is referenced but not defined. Warning: Function TRANSLATE-LOGICAL-PATHNAME is referenced but not defined. Warning: Function LOAD is referenced but not defined. Warning: Function (SETF LOGICAL-PATHNAME-TRANSLATIONS) is referenced but not defined. Warning: Function LOGICAL-PATHNAME-TRANSLATIONS is referenced but not defined. Warning: Function ENSURE-DIRECTORIES-EXIST is referenced but not defined. Warning: Function RENAME-FILE is referenced but not defined. Warning: Function COMPILE is referenced but not defined. Warning: Function INVOKE-DEBUGGER is referenced but not defined. Warning: Function SUBSTITUTE-IF is referenced but not defined. Warning: Function NSET-DIFFERENCE is referenced but not defined. Warning: Function MACHINE-INSTANCE is referenced but not defined. Warning: Function MACHINE-VERSION is referenced but not defined. Warning: Function FILE-WRITE-DATE is referenced but not defined. Warning: Function COMPLEX is referenced but not defined. Warning: Function CHANGE-CLASS is referenced but not defined. Warning: Function ASDF:GETENV is referenced but not defined. Warning: Function ASDF:FIND-SYSTEM is referenced but not defined. Warning: Function ASDF:RUN-SHELL-COMMAND is referenced but not defined. Notes: Note, some of those operator don't have much to do to be conforming. For example, FILE-WRITE-DATE can return NIL. Or INVOKE-DEBUGGER, apart from calling the *debugger-hook* when it is present, doesn't have to do anything! It just has to be DOCUMENTED what implementation specific debugging feature is present or not, and it has just to NOT return. Then why those dummy implementations, allowed by the standard, are not provided???
Comments
(no comments)
Log In
to add a comment.
(no comments)
Log In to add a comment.