[Vm-dev] VM Maker: VMMaker.oscog-nice.2501.mcz

Levente Uzonyi leves at caesar.elte.hu
Thu Dec 27 18:01:44 UTC 2018


On Thu, 27 Dec 2018, commits at source.squeak.org 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!


More information about the Vm-dev mailing list