help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] bug or feature?


From: Sean Allen
Subject: [Help-smalltalk] bug or feature?
Date: Wed, 7 Jan 2009 10:17:33 -0500

I've noticed that file instances can lie...
( its one of the first things I check when using file objects in any language )

if i

create a new file instance
get mode ( XYZ reported )
something else ( in testing, me from command line ) changes mode to ZYX
get mode ( XYZ reported )

the last line should report ZYX but it reports XYZ.

i would call that a bug. is it in fact a bug or is there a reason for that?
if it's a bug, i'd be happy to start my learning by going through
and fixing that issue and any others that might exist in the File and
Directory objects.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]