Yes, I sent him some email earlier today too asking questions about universes and have not received a response. I wonder if he got them? -Todd Blanchard...
Todd Blanchard
tblanchard@...
Mar 1, 2007 8:04 am
116701
I'd guess it was just a nod to the rest of the world. There are a lot of peeks in a lot of stream implementations out there, and pretty much all of them leave...
brad fowlow
fowlow@...
Mar 1, 2007 8:05 am
116702
Hi Damien, on both my platforms, WinXP and KDE via remote X11 (SuSE10), the GUI of #83 has better response time :) Mind to tell what's the magic, thank you. ...
Klaus D. Witzel
klaus.witzel@...
Mar 1, 2007 8:11 am
116703
Actually, that method was removed in 3.9 so you should not simply add it back. Rather, change the sending side. - Bert -...
Bert Freudenberg
bert@...
Mar 1, 2007 9:15 am
116704
... Here are some "simple" issues: How do Parcels deal with conflicting modifications to base classes? Say, one that says "Object>>isCommon ^true" and one that...
Andreas Raab
andreas.raab@...
Mar 1, 2007 9:22 am
116705
... The problem with ScriptManager is that it's graphical. It's small, 1 class, but graphical. If I'm working on a package which does not depend on a graphical...
Damien Cassou
damien.cassou@...
Mar 1, 2007 9:45 am
116706
... Maybe you are dreaming :-) I didn't change anything in that area I think :-) -- Damien Cassou...
Damien Cassou
damien.cassou@...
Mar 1, 2007 9:54 am
116707
As usually, we all have different opinions :-) Since most Smalltalks have the same #peekFor: implementation, I won't touch it. However, I will explicitely...
Damien Cassou
damien.cassou@...
Mar 1, 2007 10:12 am
116708
Hi, Andreas, just one answer at your first question: VW allow parcel to modify a method already on the image. Interesting behavior is the fact that, if and...
giorgioferraris@...
Mar 1, 2007 10:33 am
116709
... Kind of JARs in Smalltalk? Pleeeeeease, please, please, please don't do that, no! *scream* I've done Java in my main job since 1996 till last year from...
Frank Mueller
frank@...
Mar 1, 2007 10:42 am
116710
... That's what I expected. ... Well, that's great as long as it is *your* foot. Unfortunately, when modifying a base class that other modules use you are not...
Andreas Raab
andreas.raab@...
Mar 1, 2007 10:43 am
116711
Hi, I use these images since dev-42 and I don't see any changes in the UI response. The only thing which makes my display to go slow is the use of big font...
Martial Boniou
Martial.Boniou@...
Mar 1, 2007 11:05 am
116712
Another one :-) In the standard, #skip: should explicetly not raise an error if #skip: would go after the end. It is said that "A number of objects equal to ...
Damien Cassou
damien.cassou@...
Mar 1, 2007 11:21 am
116713
... yes but you cannot have extra behavior and subclass does not solve the problem. I can show a lot of problems where not having class extension can be...
stephane ducasse
stephane.ducasse@...
Mar 1, 2007 11:21 am
116714
But why should there be a method #peekFor: if it does not more than #peek and #=? These two would do the same stream peekFor: $a stream peek = $a That would be...
Bert Freudenberg
bert@...
Mar 1, 2007 11:32 am
116715
... Didn't someone a few years back write an ANSI compatibility package on SqueakMap? Ah, yes: "ANSI Compatibility" at ...
Frank Shearar
frank.shearar@...
Mar 1, 2007 12:00 pm
116716
... +1 don't reimplement the implemented. Talk small and do great things. ... /Klaus...
Klaus D. Witzel
klaus.witzel@...
Mar 1, 2007 12:09 pm
116717
How is the Thinglab rework going? What needs to be done to get it running? How about in 3.8? Cheers, Alan...
Alan Kay
alan.kay@...
Mar 1, 2007 2:12 pm
116718
Hi Bert, I get that #peekFor: that doesn't advance is the same as #peek #=. That's why it was easy for me to get what I was looking for without using peekFor:...
Ron Teitelbaum
Ron@...
Mar 1, 2007 2:52 pm
116719
I am trying to file in a changeset that was made for Squeak 3.2, but will lock up a 3.8 image when filed in, due to changing some really deep stuff with in...
Matthew Fulmer
tapplek@...
Mar 1, 2007 2:56 pm
116720
... Ah, you're right. - Bert -...
Bert Freudenberg
bert@...
Mar 1, 2007 2:57 pm
116721
Hi, Is they a way to shorten string in a way that i still understandable but more compacte? For exemple something that remove all the vowel. Thanks Math...
Mathieu Suen
mathk.sue@...
Mar 1, 2007 2:59 pm
116722
Try this: 'vowels' reject: [:e | 'aeiouy' includes: e] ... Benoit St-Jean Yahoo! Messenger: bstjean Blog: lamneth.wordpress.com A standpoint is an intellectual...
Sorry saw a typo. Here it is again :) 'vowels' copyWithoutAll: 'aeiou' copy. 'vowels' select: [:aCharacter | aCharacter isVowel not]. aStream := 'vowels' copy...
Ron Teitelbaum
Ron@...
Mar 1, 2007 3:48 pm
116725
'The general-purpose Squeak developers list' contractTo: 20 - Bert -...
Heheheh! Ok so Bert wins he read the question much better then I did. How about: ^((aString substrings reject: [:aWord | aWord size < 4]) collect: [:aWord | ...
Ron Teitelbaum
Ron@...
Mar 1, 2007 5:28 pm
116729
Well he seems to post in spurts on the list (like myself) so maybe he is just a really busy guy? :) ... ...