[BUG]UndefinedObject(Object)>>error:

Daniel Vainsencher danielv at netvision.net.il
Thu Oct 16 14:12:02 UTC 2003


I agree. Not bringing up the notifications during text load would allow
the use of ported  code, which is Peters original problem, and one I
think has some merit. A fix along these lines would be appreciated. Does
someone care to review and test the fixes submitted so far to see
whether they should do?

Daniel

Ned Konz <ned at bike-nomad.com> wrote:
> On Thursday 16 October 2003 3:23 am, Nathanael Schärli wrote:
> > - We change the compiler so that the principle of locality also applies
> > to class vars vs. globals (and not only to inst vars vs. temps). This
> > means that within a class and a metaclass, all available class vars (no
> > matter whether they were defined in the class or a superclass) shadow
> > globals.
> > - We make sure that it is not possible to define a class var that
> > shadows a global.
> > - We make sure that the system warns about conflicts between class vars
> > and globals whenever a change in the system (e.g., filing in a class or
> > creating a global) causes shadowing between a class var and a global.
> > - We add a mechanism to scan the system for shadowing of globals or inst
> > vars.
> >
> > What do you guys think? Is there anything I am missing?
> > Nathanael
> 
> Sounds good to me, as long as the notifications happen only when run from the 
> UI.
> 
> We need to be able to load code programmatically without bothering the user.
> 
> We have a problem now with various things popping up requestors and 
> confirmation dialogs during file-in when they really shouldn't.
> 
> 
> -- 
> Ned Konz
> http://bike-nomad.com
> GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list