Dear Smalltalkers, Well, Christmas is over but to keep with a tradition here is a new Aida 6.4 on Squeak/Pharo and VisualWorks, as a present for Smalltalk ...
164955
merlyn@...
Jan 3, 2012 5:49 pm
We seem to have some problems with the DNS for squeak.org. We're working on trying to figure it out. Box admins - please contact me directly for details....
164956
Dave Mason
dmason@...
Jan 3, 2012 7:07 pm
I have some code that generates code on the fly in user classes. I want them to stay in the image for efficiency reasons, but if the user class gets saved in...
164957
Randal L. Schwartz
merlyn@...
Jan 3, 2012 7:26 pm
If you get this message, the mailing lists have been restored. However, anything that was sent in the past 48 hours is almost certainly *lost*, and would have...
164958
Colin Putney
colin@...
Jan 3, 2012 7:40 pm
... The easiest thing to do is create package for all your generated code, and categorize the methods as extensions. So something like '*dave-generated' would...
164959
jannik.laval
jannik.laval@...
Jan 3, 2012 7:44 pm
================================================ Special issue on "Advances in Dynamic Languages" ================================================ Special...
164960
Cees de Groot
casedeg@...
Jan 3, 2012 8:00 pm
Randal is too nice - I screwed up, big time, during the transfer of squeakfoundation.org from GoDaddy to Gandi. My sincere apologies. Let's indeed make sure...
164961
Randal L. Schwartz
merlyn@...
Jan 3, 2012 8:33 pm
... Cees> Randal is too nice - I screwed up, big time, during the transfer Cees> of squeakfoundation.org from GoDaddy to Gandi. My sincere Cees> apologies....
164962
Chris Muller
asqueaker@...
Jan 3, 2012 9:03 pm
Test message....
164963
Eliot Miranda
eliot.miranda@...
Jan 3, 2012 9:10 pm
... The convention understood by Monticello is that categories that begin with *package- are part of package. e.g. in my image there's a protocol in class...
164964
Yoshiki Ohshima
yoshiki@...
Jan 4, 2012 12:30 am
Hello, On the latest Cog VM and my image (not so latest), I don't seem to be able to get and set some vm parameters. Specifically, the ones marked as...
164965
Eliot Miranda
eliot.miranda@...
Jan 4, 2012 1:35 am
Hi Yoshiki, ... Which indices exactly? The comment might be wrong. The Cog and Stack VMs have a modified garbage collector in which certain parameters no...
164966
Yoshiki Ohshima
yoshiki@...
Jan 4, 2012 5:39 am
At Tue, 3 Jan 2012 17:35:09 -0800, ... Thank you, Eliot. The result from above do it is: #('Mac OS X built on Dec 13 2011 16:01:43 Compiler: 4.2.1 (Apple Inc....
164967
Frank Shearar
frank.shearar@...
Jan 4, 2012 8:20 am
... My general question still stands, but I worked around the issue by moving the fixtures - #raise:to: - to a superclass CURaisedToFixtures, and put that...
164968
Lawson English
lenglish5@...
Jan 4, 2012 12:54 pm
In 4.3, on Mac OS X Snow Leopard running cog, this code: canvas := FormCanvas on: (Form extent: Display extent depth: Display depth). canvas setOrigin: (0@0)...
164969
Lawson English
lenglish5@...
Jan 4, 2012 1:26 pm
And the answer is: Preview shrinks images on Mac OS X. The image itself is perfectly fine. L....
164970
Bert Freudenberg
bert@...
Jan 4, 2012 1:28 pm
... There is an example for this in Preferences class>>compileAccessMethodForPreference: It puts generated methods into "*autogenerated" and uses silent...
164971
Chris Cunnington
smalltalktelevision@...
Jan 4, 2012 1:57 pm
- The bulk of the meeting addressed a sudden change to DNS that has shut down our mailing lists - The problem resulted from the domain squeakfoundation.org...
164972
Eliot Miranda
eliot.miranda@...
Jan 4, 2012 6:45 pm
Hi Yoshiki, ... Ah, ok. Parameters 4 & 5 do not apply to the Stack and Cog VMs. They are 4 nil (was allocationCount (read-only)) 5 nil (was allocations...
164973
commits@...
Jan 5, 2012 2:18 am
Chris Muller uploaded a new version of ReleaseBuilder to project The Trunk: http://source.squeak.org/trunk/ReleaseBuilder-cmm.75.mcz ====================...
164974
Chris Muller
asqueaker@...
Jan 5, 2012 2:25 am
Many thanks to Randal and Levente and Bert for quickly and expertly diagnosing and fixing this. On Tue, Jan 3, 2012 at 2:33 PM, Randal L. Schwartz...
164975
Ron Teitelbaum
ron@...
Jan 5, 2012 4:51 am
Thank you! Ron Teitelbaum...
164976
David T. Lewis
lewis@...
Jan 5, 2012 5:04 am
CompiledMethodTest>>testPerformInSuperclassCanExecutelongMethodWithTemps fails on the interpreter VM, but passes on Cog. The test was introduced to the image ...
164977
Hans-Martin Mosner
hmm@...
Jan 5, 2012 2:27 pm
Hello, after some wasted hours tracking down why my OpenGL code does not work at all, I found that Squeak probably loaded the wrong GL.so library - instead of...
164978
Alexander Lazarevi...
laza@...
Jan 5, 2012 3:30 pm
Hans-Martin, this might be almost the same thing as I've seen here (there is also a link to what I got looking for the OpenGL library): ...
164979
Hans-Martin Mosner
hmm@...
Jan 5, 2012 4:58 pm
... Thanks for the pointer! In the meantime, I found another discussion thread (sorry, didn't follow the mailing list closely during that time) which is also...
164980
Nicolas Cellier
nicolas.cellier.aka.n...
Jan 5, 2012 5:15 pm
... Yes http://code.google.com/p/pharo/issues/detail?id=3468 We could call this a "limitation" rather than a "bug" if you prefer and declare it as an...
164981
Levente Uzonyi
leves@...
Jan 5, 2012 5:20 pm
... Automatically finding the "right" OpenGL library is kinda impossible IMHO, even Blender ships with its own OpenGL libraries IIRC. The best solution is to...
164982
Igor Stasenko
siguctua@...
Jan 5, 2012 5:32 pm
On 5 January 2012 18:15, Nicolas Cellier ... +1 ... -- Best regards, Igor Stasenko....
164983
commits@...
Jan 5, 2012 5:42 pm
Bert Freudenberg uploaded a new version of Kernel to project The Trunk: http://source.squeak.org/trunk/Kernel-bf.663.mcz ==================== Summary...