Changeset 11

Show
Ignore:
Timestamp:
02/14/06 17:56:21 (3 years ago)
Author:
banderson
Message:

bad hack to get around endless loop - this is *not* the permanent solution, because James Anderson already reported it doesn't work for his Lisp (some *MCL). However, this works for SBCL.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/sbcl-0.9.x-testing/code/base/utils.lisp

    r4 r11  
    394394                 default-path (path defaults)) 
    395395           (return)) 
    396           (string (setf defaults (make-uri defaults nil))) 
     396          (string (return)) ;;(setf defaults (make-uri defaults nil))) 
    397397          (pathname (setf defaults (pathname-file-url defaults))) 
    398398          (urn (return)) 
     
    591591           (let ((host (pathname-host pathname))) 
    592592             (when (eq host :unspecific) (setf host nil)) 
     593             #+sbcl 
     594             (progn 
     595               (setf host nil) 
     596               (setf pathname (translate-logical-pathname pathname))) 
     597 
    593598             (pathname-file-url (format nil "file://~@[~a~]/~{~a/~}~a~@[.~a~]" 
    594599                                        host