Hello and happy new year to everyone. Yesterday I upgraded VMMaker to dtl.111 (from 3.8b6). Generating the entire code gives mit the following error: ...
Martin Kuball
martinkuball@...
Jan 1, 2009 11:33 am
135714
THANK YOU to the clever, clever people who have worked on Squeak over these many years! I had an image hang on me last night, such that it rendered just fine,...
Frank Shearar
frank.shearar@...
Jan 1, 2009 12:50 pm
135715
... Martin, My apologies, this is an error that I introduced in VMMaker-dtl.111. The missing method was incorrectly moved to SlangBrowser-dtl.1, which is also ...
David T. Lewis
lewis@...
Jan 1, 2009 6:35 pm
135716
Hi! some time ago the unix (and mac) VMs where changed to provide a ucs4 code in the keyboard event structure. No I'm wondering how do I use this information?...
Martin Kuball
martinkuball@...
Jan 3, 2009 3:33 pm
135717
Hi all, I was thinking of including some 3D charts on a little quantitative finance framework I am working on in my spare time. I don't want to achieve any ...
Ramiro Diaz Trepat
ramiro@...
Jan 4, 2009 1:36 pm
135718
... When I asked about 3D, Karl Ramberg said he wasn't sure Balloon3D worked in images > 3.8. So before you go too far, you might want to check if it works....
Ross Boylan
ross@...
Jan 4, 2009 8:00 pm
135719
Hello everyone, A couple of months later, I'm eventually working on getting the SerialPort plugin to work for arbitrary nodes name under Linux (and thus...
... S??verin, The trick here is that C expects strings to be null-terminated, and the Squeak string that you pass to the primitive does not have the trailing...
David T. Lewis
lewis@...
Jan 4, 2009 11:47 pm
135721
Happy new year everyone. After VWNC recent discussion about comparing Point and Number, I tried to make a review of my previous work concerning all these minor...
nicolas cellier
ncellier@...
Jan 4, 2009 11:49 pm
135722
Thanks Dave, it works. ...its...hum... not straighforward! :) I'll finnish to debug and clean the code tomorrow, and I hope to be able to quickly release a...
Maybe all of you already know about this problem and how to solve it, but I just want to be sure in that :) I've got a problem with opening SqueakMap ...
Oleg Korsak
kamikaze.is.waiting.y...
Jan 5, 2009 2:05 am
135724
Hi Oleg, On Mon, Jan 5, 2009 at 3:04 AM, Oleg Korsak ... This is a known problem and we will soon see a fix. -- Damien Cassou ...
Damien Cassou
damien.cassou@...
Jan 5, 2009 8:38 am
135725
... Wonderland is on FunSqueak , what is 3.10 with all old friends and several new into :=) I agree Croquet or Cobalt is superior, but for start playing with...
Edgar J. De Cleene
edgardec2001@...
Jan 5, 2009 10:12 am
135726
... S??verin, Good question. I'm not sure if there is an "official" process for this, but what I would suggest is to open a bug report on Mantis...
David T. Lewis
lewis@...
Jan 5, 2009 11:43 am
135727
... [transitive equality of arithmetic comparison] I'm a little confused here which version is the "correct" patch. I'm assuming it's the M3374-xxx versions of...
Andreas Raab
andreas.raab@...
Jan 6, 2009 5:55 am
135728
I tried to send the following mail to Alan Reider, but the mail could not be delivered. So I try through the mailing list. Hi Alan, it looks like your MySQL...
Lukas Renggli
renggli@...
Jan 6, 2009 9:17 am
135729
Hello, I would like to execute some code (closing a serial port) when a morph is destroyed by an user (either by clicking on the cross or by drag&dropping the...
... Use finalization for closing any external resources being used by squeak-based objects. Example: WeakRegistry default add: myObject. MyClass>>finalize self...
Igor Stasenko
siguctua@...
Jan 6, 2009 7:48 pm
135731
Thanks for your very quick reply! As I understand it, the "finalize" method is called only upon object destruction. But if the object is only dropped to the...
... I never dealt with bin in Morphic. But something tells me that you employing wrong model :) In a right way, you should use a separate class which operates...
Igor Stasenko
siguctua@...
Jan 6, 2009 8:37 pm
135733
... It's definitely the way I do :-) I've basically a SerialHandler, a Module and a ModuleMorph. The Module class (the "C" of the MVC model) holds all the...
... You could override #delete. ... Finalization should be used only as a last measure to avoid leaking system resources. It can take a very long time from the...
Bert Freudenberg
bert@...
Jan 6, 2009 8:58 pm
135735
... Yes, the correct version is the one corresponding to last Installer hook in bugnotes. ... isFinite is a pre-requisite that can be found at ...
nicolas cellier
ncellier@...
Jan 6, 2009 10:20 pm
135736
... Ah, yes, sorry I missed that. It's too sprinkled around in the notes ;-) ... Interesting point. However, I do think that a = a should be true for all ...
Andreas Raab
andreas.raab@...
Jan 7, 2009 4:49 am
135737
... We should start thinking about how to get a FunSqueak going for 3.11, by which I mean start testing the FunSqueak packages in 3.11 so that we can have a...
Andreas Raab
andreas.raab@...
Jan 7, 2009 5:08 am
135738
... I used to think the same (at least for infinity & infinitessimal) but no longer.. 1 / 0 ~= (Float maxVal * 2). At first the IEEE rules may seem ...
Eliot Miranda
eliot.miranda@...
Jan 7, 2009 6:17 am
135739
... I agree. But correctness can also mean that neither 1 / 0 nor Float maxVal * 2 should be allowed to successfully execute primitively. ... Interesting data...
Andreas Raab
andreas.raab@...
Jan 7, 2009 6:34 am
135740
... Also read/see http://en.wikipedia.org/wiki/NaN However the other place where I've been burned with this is doing what you think is IEEE math in smalltalk ...
John M McIntosh
johnmci@...
Jan 7, 2009 6:46 am
135741
... That would be really great. There are quite a number of simple uses for 3D where B3D is entirely adequate, and it's completely platform-neutral, which...