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)_/¯ =============== 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.! |
On Wed, 30 Nov 2016, [hidden email] 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.! > > |
On 30.11.2016, at 22:34, Levente Uzonyi <[hidden email]> wrote: > On Wed, 30 Nov 2016, [hidden email] 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. :) > ¯\_(ô_o)_/¯ > 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.! >> >> > Bildschirmfoto 2016-11-30 um 22.40.11.PNG (7K) Download Attachment |
On Wed, Nov 30, 2016 at 10:40 PM, Tobias Pape <[hidden email]> wrote:
In GMail it looked like this: - Bert - |
Free forum by Nabble | Edit this page |