VM Maker: VMMaker.oscog-nice.2501.mcz

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

VM Maker: VMMaker.oscog-nice.2501.mcz

commits-2
 
Nicolas Cellier uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-nice.2501.mcz

==================== Summary ====================

Name: VMMaker.oscog-nice.2501
Author: nice
Time: 27 December 2018, 3:37:30.171219 pm
UUID: 0a0e26d0-bfc0-8746-ae54-69aaafc3e6c8
Ancestors: VMMaker.oscog-nice.2500

Grrr! the auto-enclosing preference strike backs!

Frankly, when you modify code rather than create new code, it's a pain somewhere under the bottom of your back.

=============== Diff against VMMaker.oscog-nice.2500 ===============

Item was changed:
  ----- Method: Cogit>>printNum: (in category 'printing') -----
  printNum: n
+ <cmacro: '(n) printf("%" PRIdSQINT, (sqInt) (n))'>
- <cmacro: '(n) printf("%" PRIdSQINT, (sqInt) (n)'>
  coInterpreter transcript printNum: n!

Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker.oscog-nice.2501.mcz

Levente Uzonyi
 
On Thu, 27 Dec 2018, [hidden email] wrote:

>
> Nicolas Cellier uploaded a new version of VMMaker to project VM Maker:
> http://source.squeak.org/VMMaker/VMMaker.oscog-nice.2501.mcz
>
> ==================== Summary ====================
>
> Name: VMMaker.oscog-nice.2501
> Author: nice
> Time: 27 December 2018, 3:37:30.171219 pm
> UUID: 0a0e26d0-bfc0-8746-ae54-69aaafc3e6c8
> Ancestors: VMMaker.oscog-nice.2500
>
> Grrr! the auto-enclosing preference strike backs!
>
> Frankly, when you modify code rather than create new code, it's a pain somewhere under the bottom of your back.

+1

Levente

>
> =============== Diff against VMMaker.oscog-nice.2500 ===============
>
> Item was changed:
>  ----- Method: Cogit>>printNum: (in category 'printing') -----
>  printNum: n
> + <cmacro: '(n) printf("%" PRIdSQINT, (sqInt) (n))'>
> - <cmacro: '(n) printf("%" PRIdSQINT, (sqInt) (n)'>
>   coInterpreter transcript printNum: n!
Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker.oscog-nice.2501.mcz

Eliot Miranda-2
 


> On Dec 27, 2018, at 10:01 AM, Levente Uzonyi <[hidden email]> wrote:
>
>> On Thu, 27 Dec 2018, [hidden email] wrote:
>>
>> Nicolas Cellier uploaded a new version of VMMaker to project VM Maker:
>> http://source.squeak.org/VMMaker/VMMaker.oscog-nice.2501.mcz
>>
>> ==================== Summary ====================
>>
>> Name: VMMaker.oscog-nice.2501
>> Author: nice
>> Time: 27 December 2018, 3:37:30.171219 pm
>> UUID: 0a0e26d0-bfc0-8746-ae54-69aaafc3e6c8
>> Ancestors: VMMaker.oscog-nice.2500
>>
>> Grrr! the auto-enclosing preference strike backs!
>>
>> Frankly, when you modify code rather than create new code, it's a pain somewhere under the bottom of your back.
>
> +1

+1

>
> Levente
>
>>
>> =============== Diff against VMMaker.oscog-nice.2500 ===============
>>
>> Item was changed:
>> ----- Method: Cogit>>printNum: (in category 'printing') -----
>> printNum: n
>> +    <cmacro: '(n) printf("%" PRIdSQINT, (sqInt) (n))'>
>> -    <cmacro: '(n) printf("%" PRIdSQINT, (sqInt) (n)'>
>>    coInterpreter transcript printNum: n!
Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker.oscog-nice.2501.mcz

timrowledge
 


> On 2018-12-27, at 11:10 AM, Eliot Miranda <[hidden email]> wrote:
>
>
>
>
>> On Dec 27, 2018, at 10:01 AM, Levente Uzonyi <[hidden email]> wrote:
>>
>>> On Thu, 27 Dec 2018, [hidden email] wrote:
>>>
>>> Nicolas Cellier uploaded a new version of VMMaker to project VM Maker:
>>> http://source.squeak.org/VMMaker/VMMaker.oscog-nice.2501.mcz
>>>
>>> ==================== Summary ====================
>>>
>>> Name: VMMaker.oscog-nice.2501
>>> Author: nice
>>> Time: 27 December 2018, 3:37:30.171219 pm
>>> UUID: 0a0e26d0-bfc0-8746-ae54-69aaafc3e6c8
>>> Ancestors: VMMaker.oscog-nice.2500
>>>
>>> Grrr! the auto-enclosing preference strike backs!
>>>
>>> Frankly, when you modify code rather than create new code, it's a pain somewhere under the bottom of your back.
>>
>> +1
>
> +1
+ many
fortunately you can turn it off so do that and save your preferences for later. It will improve your life greatly

tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
EBCDIC: Erase, Back up, Chew Disk, Ignite Card


Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker.oscog-nice.2501.mcz

Nicolas Cellier
 


Le jeu. 27 déc. 2018 à 20:20, tim Rowledge <[hidden email]> a écrit :
 


> On 2018-12-27, at 11:10 AM, Eliot Miranda <[hidden email]> wrote:
>
>
>
>
>> On Dec 27, 2018, at 10:01 AM, Levente Uzonyi <[hidden email]> wrote:
>>
>>> On Thu, 27 Dec 2018, [hidden email] wrote:
>>>
>>> Nicolas Cellier uploaded a new version of VMMaker to project VM Maker:
>>> http://source.squeak.org/VMMaker/VMMaker.oscog-nice.2501.mcz
>>>
>>> ==================== Summary ====================
>>>
>>> Name: VMMaker.oscog-nice.2501
>>> Author: nice
>>> Time: 27 December 2018, 3:37:30.171219 pm
>>> UUID: 0a0e26d0-bfc0-8746-ae54-69aaafc3e6c8
>>> Ancestors: VMMaker.oscog-nice.2500
>>>
>>> Grrr! the auto-enclosing preference strike backs!
>>>
>>> Frankly, when you modify code rather than create new code, it's a pain somewhere under the bottom of your back.
>>
>> +1
>
> +1
+ many
fortunately you can turn it off so do that and save your preferences for later. It will improve your life greatly

tim
Yes, i always turn it off in my long term images. But here i used the scripts to build a fresh VMMaker image. So the off preference should be either the default, or in the script, if ever my own preference is shared...
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
EBCDIC: Erase, Back up, Chew Disk, Ignite Card


Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker.oscog-nice.2501.mcz

Eliot Miranda-2
 
Hi Nicolas,

On Dec 27, 2018, at 11:40 AM, Nicolas Cellier <[hidden email]> wrote:



Le jeu. 27 déc. 2018 à 20:20, tim Rowledge <[hidden email]> a écrit :
 


> On 2018-12-27, at 11:10 AM, Eliot Miranda <[hidden email]> wrote:
>
>
>
>
>> On Dec 27, 2018, at 10:01 AM, Levente Uzonyi <[hidden email]> wrote:
>>
>>> On Thu, 27 Dec 2018, [hidden email] wrote:
>>>
>>> Nicolas Cellier uploaded a new version of VMMaker to project VM Maker:
>>> http://source.squeak.org/VMMaker/VMMaker.oscog-nice.2501.mcz
>>>
>>> ==================== Summary ====================
>>>
>>> Name: VMMaker.oscog-nice.2501
>>> Author: nice
>>> Time: 27 December 2018, 3:37:30.171219 pm
>>> UUID: 0a0e26d0-bfc0-8746-ae54-69aaafc3e6c8
>>> Ancestors: VMMaker.oscog-nice.2500
>>>
>>> Grrr! the auto-enclosing preference strike backs!
>>>
>>> Frankly, when you modify code rather than create new code, it's a pain somewhere under the bottom of your back.
>>
>> +1
>
> +1
+ many
fortunately you can turn it off so do that and save your preferences for later. It will improve your life greatly

tim
Yes, i always turn it off in my long term images. But here i used the scripts to build a fresh VMMaker image. So the off preference should be either the default, or in the script, if ever my own preference is shared...

Feel free to update the script to turn this preference off.  

--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
EBCDIC: Erase, Back up, Chew Disk, Ignite Card