Problem with Unix/Mac conversion

Nathan Wallace nathan at synop.com
Wed Apr 21 05:23:40 UTC 1999


I'm no expert, but are you sure that you have the correct changes file?

As I understand it, the image contains the bytecodes for the methods and
just has a pointer to the source code location in the changes file.

If your changes file is out of sync with your image then it will point
to some random location which would give you the behaviour below...

Nathan


> This the exact code I read when I select method editClass implemented
> in class Browser :
> 
> ----- begin code
> 
> nections do: [:s | s destroy].
>  connections _ OrderedCollection new.
> 
> ----- end code





More information about the Squeak-dev mailing list