pathnames bug

Bug #1397416 reported by il71
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Invalid
Undecided
Unassigned

Bug Description

Reproduces on linux/windows.

$ touch [foo]

(print (truename "[foo]"))

ccl:
#P"/tmp/[foo]"

sbcl:
debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread
#<THREAD "main thread" RUNNING {1005F26853}>:
  can't find the TRUENAME of wild pathname /tmp/[foo](physicalized from [foo]).

Revision history for this message
Stas Boukarev (stassats) wrote :

This is a wild pathname, just like the error says. If you want to refer to a file with name [foo], use (make-pathname :name "[foo]")

Changed in sbcl:
status: New → Invalid
Revision history for this message
il71 (il71) wrote :

Thanks for clarifying

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.