... And of course the story comes full circle once people realize that the reason for naming the VMs according to image versions was precisely in response to...
Andreas Raab
andreas.raab@...
Jun 1, 2008 7:28 am
131304
The article is at - http://tech.slashdot.org/tech/08/05/31/2316215.shtml Enjoy the Railers being impressed by Smalltalk .images, tools and VM's :) /Klaus...
Klaus D. Witzel
klaus.witzel@...
Jun 1, 2008 9:43 am
131305
Hi Andreas, ... I've updated the Universe. ... I haven't find a place where it was a problem. If you do, please tell me. ... I need to have a deeper look into...
Damien Cassou
damien.cassou@...
Jun 1, 2008 9:57 am
131306
... Heh. We could keep the current version as an "internal" version, and add an "external" version that will stay in sync with the image version. What do you...
Giovanni Corriga
giovanni@...
Jun 1, 2008 11:59 am
131307
We can use version strings like following format: Squeak VM xx.yy.zz (images ver aa.bb - cc.dd) This makes it absolutely understandable, that VM having own...
Igor Stasenko
siguctua@...
Jun 1, 2008 1:12 pm
131308
[squeak-dev] Re: Revising Squeak 7175 (3.10.1) ... In the part I mentioned. Yes. I think that is doable. If only by adopting the update stream version as the...
Jerome Peace
peace_the_dreamer@...
Jun 1, 2008 4:05 pm
131309
... I don't think it worked. I still see a bunch of idiots running the place, poverty, irrationality, religiosity, and the sea is just the wrong shade of pink...
tim Rowledge
tim@...
Jun 1, 2008 4:14 pm
131310
... You couldn't actually specify the *last* version of image that the vm would support since you can't know that in advance. We could however number VMs based...
tim Rowledge
tim@...
Jun 1, 2008 4:20 pm
131311
Hi I wanted to do another important bug fix for 3.9: http://bugs.squeak.org/view.php?id=6834 to help people relying on Delay for their servers and others. I...
stephane ducasse
stephane.ducasse@...
Jun 1, 2008 6:41 pm
131312
[squeak-dev] Getting Squeak3.10 to work under problem Linuxes ... Yes. ... How about a test screen? It seems to me displaying certain patterns would probably ...
Jerome Peace
peace_the_dreamer@...
Jun 1, 2008 6:53 pm
131313
Squeak3.10.gamma.7159, WinXP/SP2 I have a window with four panes: top left: LayoutFrame fractions: (0@0 corner: 0.2@...)). top right pane: LayoutFrame...
Trygve Reenskaug
trygver@...
Jun 1, 2008 7:53 pm
131314
... Offray, would you mind to add them to the wiki page? I wouldn't be able to quite elaborate on the page which page is which. The name change (from mixture...
Yoshiki Ohshima
yoshiki@...
Jun 2, 2008 6:33 am
131315
... I works for me. I took a 3.10.1 image, opened the Universe Browser, updated the list, went to Model Extension, selected Nile 1.0.122 and Installed...
Damien Cassou
damien.cassou@...
Jun 2, 2008 6:53 am
131316
Hi Stéphane, On Fri, May 30, 2008 at 5:26 PM, stephane ducasse ... ??!! Baffled, Michael ;-)...
Michael Haupt
mhaupt@...
Jun 2, 2008 6:55 am
131317
... Oh? Well, I'll be happy to help you figure out a name. It should be something appropriate to the new VM you're writing... what's new and cool about it...
Colin Putney
cputney@...
Jun 2, 2008 7:09 am
131318
Hi all, I've upload SLICE-MvcRemoving-Step1 package to PharoInbox: - I update all methods with a #isMorphic send: "Smalltalk isMorphic ifTrue: [XXX] ifFalse:...
Alain Plantec
alain.plantec@...
Jun 2, 2008 7:32 am
131319
... oups, sorry, not the right list... alain...
Alain Plantec
alain.plantec@...
Jun 2, 2008 7:45 am
131320
Hello, I derive all my images from a (3.8.2) start_dev image. I have that one messed up in a way that Monticello doesn't create any new packages. Actually the...
Herbert König
herbertkoenig@...
Jun 2, 2008 8:11 am
131321
... Well, do you actually have a class category exactly named "hk-zzz"? Or "zzhk-aster"? - Bert -...
Bert Freudenberg
bert@...
Jun 2, 2008 8:21 am
131322
I suppose Stephane must be using an email client utilising RFC 1149 ;) ... ...
Simon Kirk
simon@...
Jun 2, 2008 8:24 am
131323
Hello Bert, BF> Well, do you actually have a class category exactly named "hk-zzz"? Or BF> "zzhk-aster"? yes I have. hk-zzz was just a test with a single class...
Herbert König
herbertkoenig@...
Jun 2, 2008 8:29 am
131324
Hello, BF>> Well, do you actually have a class category exactly named "hk-zzz"? Or BF>> "zzhk-aster"? HK> yes I have. to be more precise with hk-aster I have...
Herbert König
herbertkoenig@...
Jun 2, 2008 8:32 am
131325
... A-ha! You would need to call your MC package 'hk-aster game' then. The default PI implementation does not do substring matching, but breaks at hyphens...
Bert Freudenberg
bert@...
Jun 2, 2008 8:38 am
131326
Hello Bert, BF> A-ha! You would need to call your MC package 'hk-aster game' then. The BF> default PI implementation does not do substring matching, but breaks...
Herbert König
herbertkoenig@...
Jun 2, 2008 9:06 am
131327
Hello Bert, BF> A-ha! You would need to call your MC package 'hk-aster game' then. The BF> default PI implementation does not do substring matching, but breaks...
Herbert König
herbertkoenig@...
Jun 2, 2008 9:08 am
131328
... But was nice clue to do MVC cleaning ! isMorphic have 189 senders in my image, so we could edit this. Curios how you do authomatic .. Edgar...
Edgar J. De Cleene
edgardec2001@...
Jun 2, 2008 9:36 am
131329
Because, it seems, the BallonEdgeData and BalloonFillData are used by BalloonEngine in copyLoopFaster (the main rendering loop). Perhaps these classes should...
Gary Chambers
gazzaguru2@...
Jun 2, 2008 10:12 am
131330
... This has nothing to do with blanks at all. The only significant characters are the hyphens. The category name is split into tokens by the hyphens, and only...
Bert Freudenberg
bert@...
Jun 2, 2008 10:19 am
131331
--The UI Enhancements package contains modifications to provide the behaviour you are expecting. http://wiki.squeak.org/squeak/6005 Regards, Gary. ... From:...
Gary Chambers
gazzaguru2@...
Jun 2, 2008 10:20 am
131332
On Mon, May 26, 2008 at 4:21 PM, Randal L. Schwartz ... I like the monk idea. A good way to let people realize we are a modern comunity is to look like it...