< Support Home
namestring returns NIL instead of a string.
ID
Created
Type
mocl Version
Dev OS
Target
Status
#77
by informatimago on 2015-03-01 (2156 days ago)
defect
14.08
Mac OS X
n/a
open
Description
Summary: Steps to Reproduce: Compile the file: (eval-when (:compile-toplevel) (terpri) (print (namestring (make-pathname :name "bug-load-pathname-hw" :type "lisp" :version nil :defaults (or *compile-file-pathname* *load-pathname*)))) (terpri)) Expected Results: A string containing pathname built should be printed. Actual Results: NIL is printed. n=bug-namestring ; 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-namestring.lisp NIL [Finalization] finalizing classes finalizing generic functions [Optimization] dead code elimination tail recursion elimination type inference (level 0) code graph analysis substitution and simplification dead code elimination code graph analysis side effect analysis let form optimization type inference (level 2) substitution and simplification dead code elimination code graph analysis [Code Generation] /private/tmp/bug-namestring/jni/mocl/program.h /private/tmp/bug-namestring/jni/mocl/program.c Notes:
Comments
(no comments)
Log In
to add a comment.
(no comments)
Log In to add a comment.