[Bug] Pretty Printing

Russell Allen russell.allen at firebirdmedia.com
Mon Nov 29 01:34:41 UTC 1999


Hi,

When pretty printing a method containing an instance variable in a block, ie

someMethod
	| a |
	a _ [| b | b _ self doSomething. b doSomethingElse].

The instance variable (ie b) is stripped:

someMethod
	| a |
	a _
			[b _ self doSomething.
			b doSomethingElse]

which, of course, doesn't work ;)

Russell

----------------------------------------
Russell Allen

russell.allen at firebirdmedia.com

----------------------------------------





More information about the Squeak-dev mailing list