[cmucl-ticket] [cmucl] #31: pathname bug with :case :common

cmucl cmucl-devel at common-lisp.net
Wed Mar 11 12:31:48 UTC 2009


#31: pathname bug with :case :common
--------------------+-------------------------------------------------------
 Reporter:  rtoy    |       Owner:  somebody
     Type:  defect  |      Status:  new     
 Priority:  minor   |   Milestone:          
Component:  Core    |     Version:  2009-02 
 Keywords:          |  
--------------------+-------------------------------------------------------
 Paul Foley reports:
 {{{
 (pathname-directory "/tmp/Foo/BAR/" :case :common)
    Actual result:   (:ABSOLUTE "tmp" "Foo" "BAR")
    Correct result:  (:ABSOLUTE "TMP" "Foo" "bar")
 }}}

 The problem is {{{MAYBE-DIDDLE-CASE}}} looks for mixed case across the
 entire list, rather than looking at each element separately.

-- 
Ticket URL: <http://common-lisp.net:8000/cmucl/ticket/31>
cmucl <http://common-lisp.net/project/cmucl>
cmucl


More information about the cmucl-ticket mailing list