[FIX] NoMacDoubleColon-nk

Ned Konz ned at bike-nomad.com
Thu Dec 5 19:19:13 UTC 2002


from preamble:

"Change Set:		NoMacDoubleColon-nk
Date:			5 December 2002
Author:			Ned Konz

The change set 5131macRelativeFNFix-nk introduced an incorrect result
for the isAbsolute test on Mac filenames starting with a double colon.
This change set removes the double colon logic from the isAbsolute test.

And my prior version (4 Dec) was still wrong, as it consulted the file
system.

With this CS the Mac isAbsolute logic is:

If a path begins with a colon, it is relative.
Otherwise,
  If it contains a colon anywhere, it is absolute and the first
component
  is the volume name.
  Otherwise,
    It is relative.

"
!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NoMacDoubleColon-nk.cs.gz
Type: application/octet-stream
Size: 573 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20021205/c157e8bd/NoMacDoubleColon-nk.cs.obj


More information about the Squeak-dev mailing list