The Trunk: Tools-topa.734.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tools-topa.734.mcz

commits-2
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.!



Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tools-topa.734.mcz

Levente Uzonyi
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.!
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tools-topa.734.mcz

Tobias Pape

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. :)
>
Looks like that for me:
¯\_(ô_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
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tools-topa.734.mcz

Bert Freudenberg
On Wed, Nov 30, 2016 at 10:40 PM, Tobias Pape <[hidden email]> wrote:

On 30.11.2016, at 22:34, Levente Uzonyi <[hidden email]> wrote:

> On Wed, 30 Nov 2016, [hidden email] wrote:
>
>>> ?\_(?_o)_/?
>
> I wonder what that means. :)
>

Looks like that for me:
¯\_(ô_o)_/¯

In GMail it looked like this:
Inline image 1 

- Bert -