Hi: ... Just for reference, the image Sam talks about was made available as part of the original open sourcing effort for the RoarVM. It is about 1.7MB and can...
167190
David T. Lewis
lewis@...
Jul 6, 2012 8:45 pm
... MVC got somewhat broken in the 3.9 time frame, and this still needs to be put right. Once restored to health, it should be possible to make Morphic...
167191
Sungjin Chun
chunsj@...
Jul 6, 2012 10:58 pm
Too much questions fir me :-) Why? As you might know already, there 're 3.7 or 3.7 based MVC only images. But I need unicode support in 3.8 so I made one from...
167192
강진오
jinoh67@...
Jul 6, 2012 11:01 pm
You told me that I should use GetText instead of NaturalLanguageTranslator. But when I try to install (Load) GetText (nice.25), an exception occured ... Is it...
167193
Chris Cunnington
smalltalktelevision@...
Jul 7, 2012 12:00 am
Thanks for the answers, Sungjin. It's a cool image. I like how KomHttpServer is built right in. As you say, you use it for Seaside. At 5.7M with Kom built in,...
167194
Sungjin Chun
chunsj@...
Jul 7, 2012 5:42 am
If you want to reduce more (may be 1 or 2 mb), you can remove my korean font embedded in the image. On Sat, Jul 7, 2012 at 8:59 AM, Chris Cunnington...
167195
Edgar J. De Cleene
edgardec2005@...
Jul 7, 2012 11:39 am
... But you could have a Cuis derived with this package list Balloon Collections Compiler Ejercicios Graphics Kernel LinearAlgebra Morphi c Multilingual ...
167196
Bert Freudenberg
bert@...
Jul 8, 2012 12:52 pm
... In what image are you trying to install GetText? I a trunk image there is no need for that, because it is already installed. - Bert -...
167197
Peter Michaux
petermichaux@...
Jul 8, 2012 4:19 pm
Hi, My first time posting here. Hopefully I've found the right list for my question. I've created a JavaScript MVC framework for browser applications. The ...
167198
Colin Putney
colin@...
Jul 8, 2012 4:33 pm
... Hi Peter, I'm not an authority on MVC, and I can't tell you why anything is the way it is, but I will say that this is definitely the right place for the...
167199
Andreas.Raab
andreas.raab@...
Jul 8, 2012 7:31 pm
Hi Peter - Your observations are correct. First, IIRC the reason for Controller>>release is to aid the garbage collector. In some early versions of Smalltalk,...
167200
David T. Lewis
lewis@...
Jul 8, 2012 8:06 pm
There is also a really excellent MVC image prepared by Sungjin Chun that was recently discussed on the list. You can find it here: ...
167201
Peter Michaux
petermichaux@...
Jul 8, 2012 8:35 pm
Hi Andreas, Thanks for your response. I had a feeling that Controller>>release was there to break loops to aid reference counting garbage collectors. I've...
167202
Peter Michaux
petermichaux@...
Jul 8, 2012 8:39 pm
Hi Dave, Thanks for your response. In Squeak, it appears views are not dependents of controllers or vice versa. Models are the only players in the MVC triad...
167203
David T. Lewis
lewis@...
Jul 8, 2012 10:25 pm
It's quite likely that Controller>>release is no longer necessary. That said, I would not want to make any discretionary changes to MVC in Squeak trunk until...
167204
commits@...
Jul 9, 2012 12:57 pm
Bert Freudenberg uploaded a new version of System to project The Trunk: http://source.squeak.org/trunk/System-bf.488.mcz ==================== Summary...
167205
Chris Muller
asqueaker@...
Jul 9, 2012 3:57 pm
Beat me to it but you forgot to update the sends to #asStringWithCommasSigned. It was deprecated because this is the only sender and it's an exceptional case...
167206
Bert Freudenberg
bert@...
Jul 9, 2012 4:06 pm
... Feel free to improve :) Another idea would be to tweak roundTo: so the result would print as expected. Any floating point magician out there? ;) - Bert -...
167207
H. Hirzel
hannes.hirzel@...
Jul 9, 2012 4:57 pm
Sure, Edgar but Blake McBride and Peter Michaux are interested in MVC. :-) Interestingly Peter Michaux writes that the current JavaScript framework going...
167208
H. Hirzel
hannes.hirzel@...
Jul 9, 2012 5:16 pm
... There was considerable progress on fixing the debugger in 2010. Andreas Raab started a thread on Sep 7, 2010 with 42 follow up posts. Andreas Raab, David...
167209
Nicolas Cellier
nicolas.cellier.aka.n...
Jul 9, 2012 8:18 pm
... This would be something like: roundToDecimalPlaces: d ^(self asTrueFraction roundTo: (1/10 raisedTo: d)) asFloat slightly different from Pharo initial...
167210
Edgar J. De Cleene
edgardec2005@...
Jul 9, 2012 8:29 pm
... I think maybe is possible update the Sungjin Chun image to last 4.4. Any interest in this? Cheers Edgar...
167211
Bert Freudenberg
bert@...
Jul 9, 2012 9:36 pm
... Ah, I remember that discussion now. That Pharo version is 10x more efficient than the one using asTrueFraction, though. I'd be happy with that I guess. ......
167212
commits@...
Jul 9, 2012 11:55 pm
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours: http://lists.squeakfoundation.org/pipermail/packages/2012-July/005416.html Name:...
167213
JohnReed Maffeo
aldeveron@...
Jul 10, 2012 2:04 am
For the first time in many years I am de-lurking to submit a change to Squeak. My report and suggested fix is at http://bugs.squeak.org/view.php?id=7693. The...
167214
commits@...
Jul 10, 2012 2:37 am
David T. Lewis uploaded a new version of KernelTests to project The Trunk: http://source.squeak.org/trunk/KernelTests-dtl.227.mcz ==================== Summary...
167215
commits@...
Jul 10, 2012 2:39 am
David T. Lewis uploaded a new version of Kernel to project The Trunk: http://source.squeak.org/trunk/Kernel-dtl.705.mcz ==================== Summary...
167216
David T. Lewis
lewis@...
Jul 10, 2012 2:54 am
... Hi JohnReed, Thanks for de-lurking! ... I moved your changes into Squeak trunk and marked the Mantis issue as resolved. So I guess you must have done the...
167217
Colin Putney
colin@...
Jul 10, 2012 3:01 am
... Yup. Thanks especially for posting here to let us know about the fix. It could have gone unnoticed in mantis for a while. Colin...
167218
Nicolas Cellier
nicolas.cellier.aka.n...
Jul 10, 2012 10:48 am
... Sure, that's typically the limitation with this mixture of parametrization and inheritance (used only for main format parameter). We can add such a feature...