Re: [Pharo-project] Good reference on time on unit testing?

2011-02-27 Thread Ramon Leon
, nor the time spent doing it, the only question is do want to do it manually and haphazardly with fingers crossed hoping you didn't break anything every publish, or do it with automated tests so you know you didn't break anything every time. -- Ramon Leon http://onsmalltalk.com

Re: [Pharo-project] SandstoneDb + SortedCollections

2010-12-21 Thread Ramon Leon
, which SandstoneDb is based on. What can I do to fix this? You can't. What you can do is store an OrderedCollection and sort them on the fly in your accessor method. -- Ramon Leon http://onsmalltalk.com

Re: [Pharo-project] SandstoneDb + SortedCollections

2010-12-21 Thread Ramon Leon
On 12/21/2010 08:51 PM, David Zmick wrote: What can I do to fix this? Another option might be to use a sort block that isn't a block, but an ordinary object that responds as a sort block would, allowing the collection to be serialized successfully. -- Ramon Leon http://onsmalltalk.com

Re: [Pharo-project] super initialize is not a good idea for Behaviors ; )

2010-12-13 Thread Ramon Leon
a problem while doing this in class side #initialize. You should only super init on the instance side, not the class side; pretty sure this is a well known issue. -- Ramon Leon http://onsmalltalk.com

Re: [Pharo-project] [OT] Phrase about Smalltalk and Ruby

2010-11-15 Thread Ramon Leon
of the author? thanks Mariano I always knew that one day Smalltalk would replace Java. I just didn't know it would be called Ruby. -- Kent Beck -- Ramon Leon http://onsmalltalk.com

Re: [Pharo-project] what happened with Shout colors in Pharo 1.1?

2010-10-25 Thread Ramon Leon
(gray darker) italic) (classVar (gray darker) bold) (globalVar black bold) ) -- Ramon Leon http://onsmalltalk.com

Re: [Pharo-project] what happened with Shout colors in Pharo 1.1?

2010-10-25 Thread Ramon Leon
. Local variables don't look like arguments, etc. -- Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] what happened with Shout colors in Pharo 1.1?

2010-10-25 Thread Ramon Leon
the color stand out. Without bold, you can barely see the colors. -- Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] what happened with Shout colors in Pharo 1.1?

2010-10-15 Thread Ramon Leon
and switched them back. The new ones are just too weak, not enough color, not enough bold, can't tell things apart. -- Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr

Re: [Pharo-project] Glass

2010-09-14 Thread Ramon Leon
cooler, 1gig shared page cache to 2gig shared page cache; that's huge. -- Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Running Pharo on a headless Ubuntu server

2010-08-26 Thread Ramon Leon
-display-null seaside3.0rc.image -- Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] [squeak-dev] [ANN] SimpleLogger released

2010-07-16 Thread Ramon Leon
: aPriority , ' ' , aBody toHost: logHostIP port: logServer port ] ensure: [ client closeAndDestroy ] ] ensure: [ logServer closeAndDestroy ] That's about all I need from my logging package. -- Ramon Leon http://onsmalltalk.com

Re: [Pharo-project] [squeak-dev] [ANN] SimpleLogger released

2010-07-16 Thread Ramon Leon
On 7/16/2010 10:14 AM, Germán Arduino wrote: Interesting approach The only concern is that is tied to Linux, I mean, not multiplatform.. Cheers. Germán. Not at all, I log to syslog-ng servers on windows as well. Cygwin is your friend. -- Ramon Leon http://onsmalltalk.com

Re: [Pharo-project] [squeak-dev] [ANN] SimpleLogger released

2010-07-16 Thread Ramon Leon
a login. Should also mention that the purpose of it is to use standard syslog facilities found on any Linux system and some windows systems. -- Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http

Re: [Pharo-project] [squeak-dev] [ANN] SimpleLogger released

2010-07-16 Thread Ramon Leon
On 7/16/2010 12:20 PM, Stéphane Ducasse wrote: do you want a login? It would be cool that you fix it and comment it :) Sure. -- Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http

Re: [Pharo-project] A more concise array access (using negative indices)

2010-06-07 Thread Ramon Leon
and allButFirst: x. A look at the protocol of SequenceableCollection would have revealed this in seconds. -- Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman

Re: [Pharo-project] A more concise array access (using negative indices)

2010-06-07 Thread Ramon Leon
remain stable for existing code. -- Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Can I use Projects in Pharo?

2010-06-02 Thread Ramon Leon
mechanism. Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] So your working on a cool project and Pharo crashes

2010-02-18 Thread Ramon Leon
feel relevant into a new file that you name yourchanges.cs Unnecessary because of the above. -- Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo

Re: [Pharo-project] Beginner question :) search and replace in String

2010-01-05 Thread Ramon Leon
completion and intellisense. -- Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] assert:includes

2009-08-18 Thread Ramon Leon
. Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] a plea for save and quit

2009-06-11 Thread Ramon Leon
version is not needed anymore. Adrian +1 I use save and quit more than any of the others, it was just the wrong one to remove. -- Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http

Re: [Pharo-project] a plea for save and quit

2009-06-10 Thread Ramon Leon
Oscar Nierstrasz wrote: Nope. If I uncomment it, it works exactly as I want, which is to save and quit without any further prompting. +10, I hate that this was removed and always go and put it back in. I don't want to go through a two step process every time. -- Ramon Leon http

Re: [Pharo-project] [Fwd: Re: [ANN] Preference pragmas]

2009-03-06 Thread Ramon Leon
models. If preferences ends up doing something like a small Magritte lite that looks kinda similar in some respects, it doesn't mean it was wrong to not use Magritte. Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project

Re: [Pharo-project] [Fwd: Re: [ANN] Preference pragmas]

2009-03-06 Thread Ramon Leon
that separates the metadata from what it's representing. Now you have to maintain a link between the thing and the meta thing either by either naming patterns or by using pragmas to bind them. These are serious trade-offs to make, it's certainly not a no brainer. Ramon Leon http://onsmalltalk.com

Re: [Pharo-project] A point a.k.a excuse to you

2009-03-04 Thread Ramon Leon
be spoken aloud. Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Announcements for Pharo?

2009-02-25 Thread Ramon Leon
+ 1 I also use the Lukas' version. That is the version that we should use and standarize to. Miguel Cobá +1 for me as well, I also use Lukas' implementation. Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project

Re: [Pharo-project] Distributed versioning ... MonticelloHub?

2009-02-13 Thread Ramon Leon
on top of pharo - education - web - new languages the real problem with squeak was that we got stuck in death kiss with the past. Agree, which is why I'm glad you guys started Pharo. Ramon Leon http://onsmalltalk.com ___ Pharo

Re: [Pharo-project] Distributed versioning ... MonticelloHub?

2009-02-12 Thread Ramon Leon
is getting towards the big Pharo one point O, but I just wanted to see what other people's thoughts are o this? You named everything but the thing you're looking for. We have squeaksource.com, which is kind of like github, a place to share Monticello packages. Ramon Leon http://onsmalltalk.com

Re: [Pharo-project] Distributed versioning ... MonticelloHub?

2009-02-12 Thread Ramon Leon
to mention to clients. Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Call for UI gripes

2009-02-07 Thread Ramon Leon
. Cracking open a raw squeak base image reminds me how snappy the UI used to be. Not really complaining, it's totally bearable, but it'd sure be nice if the pretty UI was quick and snappy, and you are asking. Ramon Leon http://onsmalltalk.com ___ Pharo

Re: [Pharo-project] Questions, Ideas, suggestions?

2009-02-01 Thread Ramon Leon
' 14) (setButtonFontTo: 'Accuny' 14) ). If you want them smaller, make them smaller, and keep your own short build script so you can quickly customize a new image to your liking loading all the packages you like and setting all the preferences the way you want them. Ramon

Re: [Pharo-project] On not unnecessarily closing down the language

2008-12-29 Thread Ramon Leon
, not a class variable. Class instance variables should be lowercase while class vars are uppercase. Swazoo apparently contains a class-instance variable that is uppercased, which regardless of the outcome of this discussion, should probably be fixed. Ramon Leon http://onsmalltalk.com

Re: [Pharo-project] On not unnecessarily closing down the language

2008-12-29 Thread Ramon Leon
' poolDictionaries: '' category: 'Swazoo-Core' Compiles just fine in Pharo, I see nothing wrong with it. Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo

Re: [Pharo-project] there is a sixx left over in Object

2008-12-23 Thread Ramon Leon
? It's from the SIXX package, see Universe / Persistence / SIXX. SIXX is an XML serializer/deserializer written in Smalltalk. Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr

Re: [Pharo-project] Polymorph sound theme

2008-12-15 Thread Ramon Leon
I also never use sound (imagine an office with 5 people each playing a sound when opening a browser window ;)). If there is sound I would turn it off by default. Adrian Ditto. I need nor want sound from my programming environment. Ramon Leon http://onsmalltalk.com

RE: [Pharo-project] Fwd: [Seaside-dev] preliminary Seaside 2.9 alphauniverse

2008-09-26 Thread Ramon Leon
many extensions, no overrides if at all possible, and must install and uninstall cleanly without hosing my system. If it doesn't meet those criteria, I don't consider it safe to even experiment with. Ramon Leon http://onsmalltalk.com ___ Pharo-project

RE: [Pharo-project] about ensuring file closing

2008-07-16 Thread Ramon Leon
won't be nil. Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

RE: [Pharo-project] about creating a task for the next milestone

2008-07-12 Thread Ramon Leon
expensive generate so as far as I can see there's currently nothing able to compete with ReferenceStreams. SmartRefStream probably does need rewritten a bit to throw exceptions instead of prompting the user, but otherwise it seems to work rather well. Ramon Leon http://onsmalltalk.com

RE: [Pharo-project] Re: Pharo Smalltalk

2008-07-04 Thread Ramon Leon
Squeak down. Keep up the good work, some of us do appreciate it. Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project