[squeak-dev] The Trunk: Tools-topa.734.mcz

Levente Uzonyi leves at caesar.elte.hu
Wed Nov 30 21:34:51 UTC 2016


On Wed, 30 Nov 2016, commits at source.squeak.org wrote:

> Tobias Pape uploaded a new version of Tools to project The Trunk:
> http://source.squeak.org/trunk/Tools-topa.734.mcz
>
> ==================== Summary ====================
>
> Name: Tools-topa.734
> Author: topa
> Time: 30 November 2016, 9:11:47.629631 pm
> UUID: 27819c9e-a945-4829-bc77-1feffe7f997f
> Ancestors: Tools-topa.733
>
> ?\_(?_o)_/?

I wonder what that means. :)

Levente

>
> =============== Diff against Tools-topa.733 ===============
>
> Item was changed:
>  ----- Method: Behavior>>createGetterFor: (in category '*Tools-Browser-accessors') -----
>  createGetterFor: aName
>
>  	| code |
> + 	code := '{1}\	\	^ {1}\' withCRs format: {aName.}.
> - 	code := '{1}\	<generated>\\	^ {1}\' withCRs format: {aName.}.
>  	self compile: code classified: #accessing notifying: nil.!
>
> Item was changed:
>  ----- Method: Behavior>>createSetterFor: (in category '*Tools-Browser-accessors') -----
>  createSetterFor: aName
>
>  	| code |
> + 	code := '{1}: anObject\	\	{2}{1} := anObject.\' withCRs
> - 	code := '{1}: anObject\	<generated>\\	{2}{1} := anObject.\' withCRs
>  		format: {aName. self settersReturnValue ifTrue: ['^ '] ifFalse: [''].}.
>  	self compile: code classified: #accessing notifying: nil.!
>
>


More information about the Squeak-dev mailing list