[FIX] SMFix

goran.krampe at bluefish.se goran.krampe at bluefish.se
Thu Oct 9 09:40:10 UTC 2003


Hi Karl!

First of all - your patched methods actually belongs to the package "SM
Package Loader" that Daniel maintains. But the problem exists in
"SqueakMap Base" too. BUT...

Your fix is proposing that I should use "new" instead. So instead of
(example code):

	FileDirectory default directoryNamed: 'sm'

...you want:

	FileDirectory new directoryNamed: 'sm'

...but that simply doesn't work under Windows. So sorry, I think we
should instead try to fix the problem on the Mac Classic. What is it
that happens?

And besides - "FileDirectory default" is used all over the image...

regards, Göran



More information about the Squeak-dev mailing list