< Support Home
MAKE-PATHNAME is not compatible with LOAD!
ID
Created
Type
mocl Version
Dev OS
Target
Status
#76
by informatimago on 2015-03-01 (1742 days ago)
defect
14.08
Mac OS X
n/a
open
Description
Summary: Steps to Reproduce: Compile the file: bug-load-pathname.lisp, with the file test.lisp in the same directory: ---- (bug-load-pathname.lisp) ---- (eval-when (:compile-toplevel) (terpri) (load (make-pathname :name "bug-load-pathname-hw" :type "lisp" :version nil :defaults (or *compile-file-pathname* *load-pathname*))) (terpri)) ---- (bug-load-pathname-hw.lisp) ---- (princ "Hello world!") (terpri) ---- Expected Results: Hello world! should be printed while compiling. Actual Results: n=bug-load-pathname ; echo --- ; mkdir -p /tmp/${n}/src ; mocl --verbose --warn --android /tmp/${n} ${n}.lisp --- mocl 14.08 Copyright (C) 2013-2014 Wukix, Inc. (https://wukix.com) [Source Analysis] /Users/pjb/src/mocl/bug-load-pathname.lisp Error: The value #P"/Users/pjb/src/mocl/bug-load-pathname-hw.lisp" is not of type SEQUENCE. make: [check-bugs] Error 1 (ignored) Notes:
Comments
(no comments)
Log In
to add a comment.
(no comments)
Log In to add a comment.