We need an ECP (Error Cleanup Project)

Brent Pinkney pinkney_b at aircom.co.za
Mon May 12 05:52:36 UTC 2003


Hi,

This is an important architecutre decision. Whatever solution is found should be used all over Squeak.

Take a look at the mess in 

	Compiler>>#interactive 
and
	Compiler #notify: aString at: location

to see how NOT to implement a callback !

The current implementation makes it difficult/impossible to compile strings non-interactively.

A slick solution to this particular interactive/non-interactive problem should do the trick. Start here please.

Cheers


Brent



More information about the Squeak-dev mailing list