David T. Lewis uploaded a new version of SMBase to project The Trunk: http://source.squeak.org/trunk/SMBase-dtl.92.mcz ==================== Summary...
142886
commits@...
Nov 1, 2009 6:16 pm
Nicolas Cellier uploaded a new version of CollectionsTests to project The Trunk: http://source.squeak.org/trunk/CollectionsTests-nice.106.mcz ...
142887
commits@...
Nov 1, 2009 7:50 pm
Nicolas Cellier uploaded a new version of Graphics to project The Trunk: http://source.squeak.org/trunk/Graphics-nice.87.mcz ==================== Summary...
142888
commits@...
Nov 1, 2009 8:33 pm
Nicolas Cellier uploaded a new version of GraphicsTests to project The Trunk: http://source.squeak.org/trunk/GraphicsTests-nice.17.mcz ====================...
142889
commits@...
Nov 1, 2009 11:55 pm
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours: http://lists.squeakfoundation.org/pipermail/packages/2009-November/001723.html ...
142890
Casimiro de Almeida B...
casimiro.barreto@...
Nov 2, 2009 5:46 pm
Ok, Since unicode.org came back to life, updating goes flawlessly until Monticello-ar.323(321).mcd where it gets stucked Writing Definitions... CdAB...
142891
Andreas Raab
andreas.raab@...
Nov 2, 2009 6:14 pm
If you have problems updating, fetch one of the stock images from http://ftp.squeak.org/trunk This should make things easier. Cheers, - Andreas...
142892
Casimiro de Almeida B...
casimiro.barreto@...
Nov 2, 2009 7:02 pm
... Thanx... I was working with a pre-historic version of trunk image... Loading & trying Updating successful !!! CdAB...
142893
commits@...
Nov 2, 2009 9:42 pm
Nicolas Cellier uploaded a new version of Collections to project The Trunk: http://source.squeak.org/trunk/Collections-nice.178.mcz ====================...
142894
Nicolas Cellier
nicolas.cellier.aka.n...
Nov 2, 2009 9:56 pm
While at isSelfEvaluating, I wonder why we do not abuse {..} notation a bit more. Instead of printing 'aSet( 0@0 1@2 )' we could just make it evaluate proof...
142895
Andreas Raab
andreas.raab@...
Nov 2, 2009 11:39 pm
... -1. The goal of printing isn't to make parsing easier. In fact I find this to be the least useful application of {} - the advantage of the syntax form is...
142896
commits@...
Nov 2, 2009 11:56 pm
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours: http://lists.squeakfoundation.org/pipermail/packages/2009-November/001728.html ...
142897
Ching de la Serna
ching.dls@...
Nov 3, 2009 5:21 am
Hi All, Is there a good way to handle Socket timeouts when transferring files to a server? ftp _ FTPClient openOnHostNamed: remoteHost. ....some code ftp...
142898
John M McIntosh
johnmci@...
Nov 3, 2009 8:45 pm
I'm looking at the JPEG plugin and wondering? (a) Should I convert that to using the os-x platforms JPEG implementation, versus our usage of the source from...
142899
Nicolas Cellier
nicolas.cellier.aka.n...
Nov 3, 2009 9:07 pm
... OK, I see ' newFrom: ' can be considered as noise, so we can't have our cake and eat it too ? I find the fact that simple objects print as a simple code...
142900
Andreas Raab
andreas.raab@...
Nov 3, 2009 9:14 pm
... Seems like a bad trade unless you want to severely rewrite the plugin interface (making it effectively a new plugin). The current interface is tied...
142901
Eliot Miranda
eliot.miranda@...
Nov 3, 2009 9:23 pm
On Tue, Nov 3, 2009 at 1:06 PM, Nicolas Cellier < ... yuck. asSet is readable and in the Smalltalk tradition. << sMLells ;)...
142902
commits@...
Nov 3, 2009 9:25 pm
Nicolas Cellier uploaded a new version of CollectionsTests to project The Trunk: http://source.squeak.org/trunk/CollectionsTests-nice.107.mcz ...
142903
Andreas Raab
andreas.raab@...
Nov 3, 2009 9:42 pm
... But why? How often have you taken the result of something and evaluated it again (not counting literals)? It seems an extremely rare case compared with...
142904
Nicolas Cellier
nicolas.cellier.aka.n...
Nov 3, 2009 9:51 pm
... Like http://en.wikipedia.org/wiki/ML_%28programming_language%29 ? Oh, didn't know about this one ...
142905
Nicolas Cellier
nicolas.cellier.aka.n...
Nov 3, 2009 9:57 pm
... Yes, I understand that. The main use I see is to quickly modify in an inspector, especially in the debugger. I find it also convenient for toying in...
142906
Eliot Miranda
eliot.miranda@...
Nov 3, 2009 10:33 pm
On Tue, Nov 3, 2009 at 1:51 PM, Nicolas Cellier < ... ML. I remember seeing an ML program at Queen Mary that had about 25 user-defined operators in its...
142907
Nicolas Cellier
nicolas.cellier.aka.n...
Nov 3, 2009 11:10 pm
... Choice of << was in the same vein as C++ stream. t's a kind of left arrow indicating streaming direction (fill my Set with...). And <- is not a valid...
142908
commits@...
Nov 3, 2009 11:56 pm
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours: http://lists.squeakfoundation.org/pipermail/packages/2009-November/001729.html ...
142909
John M McIntosh
johnmci@...
Nov 4, 2009 12:57 am
... Yes, however in working with Sophie we noticed *most* interfacing is done via ImageReadWriter which supports a generic interface for creating or reading...
142910
Andreas Raab
andreas.raab@...
Nov 4, 2009 1:18 am
... Yes, that's what I mean by "severely rewriting the plugin". You'd be effectively writing a different plugin altogether and accompanying image side code. My...
142911
Andreas Raab
andreas.raab@...
Nov 4, 2009 3:57 am
... Fair enough. But in this case, wouldn't it be better if we had a "copy storeString" item in the inspector (we already have "copy name" for the name of the...
142912
Nicolas Cellier
nicolas.cellier.aka.n...
Nov 4, 2009 8:52 am
... I don't buy this one. The feature would be usefull for simple objects only, and I prefer to stay away from instVarAt: 1 put: (...) and infinite loop on...
142913
Eliot Miranda
eliot.miranda@...
Nov 4, 2009 5:28 pm
On Wed, Nov 4, 2009 at 12:51 AM, Nicolas Cellier < ... No. Actually the abilities I want are to open inspectors on "distant" objects and compare them. For...