Directory bug on Windows
Bryn Keller
xoltar at xoltar.org
Fri May 20 12:02:24 PDT 2005
Hi folks,
Is this the best place to report bugs? I found one that occurs when you
try to use a windows-style directory path, with either forward or
backward slashes.
Bryn
C:\lang\src\slate\slate-0.3.3>wdvm slate.image
Slate: Growing heap to 6533672 bytes.
Nil
Slate 2> Directory newNamed: 'C:/bin' .
Slate: Growing heap to 10727976 bytes.
Slate: Growing heap to 14922280 bytes.
Slate: Attempted to grow heap beyond limits
C:\lang\src\slate\slate-0.3.3>wdvm slate.image
Slate: Growing heap to 6533672 bytes.
Nil
Slate 2> Directory newNamed: 'C:\\bin' .
Slate: Growing heap to 10727976 bytes.
Slate: Growing heap to 14922280 bytes.
Slate: Attempted to grow heap beyond limits
C:\lang\src\slate\slate-0.3.3>wdvm slate.image
Slate: Growing heap to 6533672 bytes.
Nil
Slate 2> Directory newNamed: '/c/bin' .
("Directory" traitsWindow: ("Directory" traitsWindow: ("Cloneable" ...).
traits4: ("Cloneable" ...). traits3: ("Cloneable" ...). traits2:
("Clone
able" ...).
traits1: ("ExternalResource traits" ...). traits: ("Cloneable"
...). pri
ntName: 'Directory').
parentResource: Nil. handle: Nil. readStream: Nil. writeStream: Nil.
locator
: ("AbsoluteLocator" traitsWindow: ("AbsoluteLocator" ...).
path: {"ExtensibleArray" ...}. name: Nil. fileType: Nil.
version: Nil. h
ost: ''.
device: Nil))
Slate 3>
More information about the Slate
mailing list