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! |
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! |
> 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! |
> 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 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 |
Le jeu. 27 déc. 2018 à 20:20, tim Rowledge <[hidden email]> a écrit :
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... -- |
Hi Nicolas,
|
Free forum by Nabble | Edit this page |