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

2011-02-27 Thread Ramon Leon
id testing, 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
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] SandstoneDb + SortedCollections

2010-12-21 Thread Ramon Leon
SmartRefStreams, 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] super initialize is not a good idea for Behaviors ; )

2010-12-13 Thread Ramon Leon
. Today, I found 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
the name 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
makes 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-25 Thread Ramon Leon
with color and font style. 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
(poolConstant (gray darker) italic) (classVar (gray darker) bold) (globalVar black bold) ) -- Ramon Leon ht

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

2010-10-15 Thread Ramon Leon
e old colors as well 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://l

Re: [Pharo-project] Glass

2010-09-14 Thread Ramon Leon
even 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
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] [squeak-dev] [ANN] SimpleLogger released

2010-07-16 Thread Ramon Leon
n't have 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.gforg

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
asInteger ]) asByteArray . client sendUDPData: aPriority , ' ' , aBody toHost: logHostIP port: logServer port ] ensure: [ client closeAndDestroy ] ] ensure: [ logServer closeAndDestroy ] That's about all I need from my lo

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

2010-06-07 Thread Ramon Leon
asier to add that than it is to go back and patch #at: to do something new, it allows the system to grow over time yet 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] A more concise array access (using negative indices)

2010-06-07 Thread Ramon Leon
t 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/ma

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
tor. > Cut and paste what you 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://li

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

2010-01-05 Thread Ramon Leon
sense at all in the era of code 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
me so this isn't an issue. This isn't the first time it's come up. 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
y pick > the next version number (but still lets you edit the file name). Like > this, "Save as next 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://ons

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. --

Re: [Pharo-project] [ANN] OCompletion improves the accuracy of eCompletion

2009-05-14 Thread Ramon Leon
Just wanted to say, I've been using it for the past couple of days and really like it; seems pretty accurate. Ramon Leon http://onsmalltalk.com ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cg

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

2009-03-06 Thread Ramon Leon
become dynamic but you pay for using it with a much heavier weight code centric approach 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 pragma

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

2009-03-06 Thread Ramon Leon
oesn't mean it should. Just because Magritte is a meta model also doesn't invalidate all future uses of other meta 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 L

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

2009-03-04 Thread Ramon Leon
at isn't a "toy" but a real professional "tool" who's name can 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-projec

Re: [Pharo-project] Question about Universes

2009-02-19 Thread Ramon Leon
e if you choose not to avail yourself of tools that point out badly written code. He writes about the tools he's working on at his blog http://www.lukas-renggli.ch/blog which is easily subscribed to. There's no reason anyone can say they're unaware of what he's doing unless

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

2009-02-13 Thread Ramon Leon
ll kind of software running 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

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

2009-02-12 Thread Ramon Leon
ak paid my bills, Pharo is replacing it. Good riddance to the silly mouse, name, and look, and hello to a serious business oriented open source Smalltalk that I'm not embarrassed 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] Distributed versioning ... MonticelloHub?

2009-02-12 Thread Ramon Leon
a bit since the first goal 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 sha

Re: [Pharo-project] Call for UI gripes

2009-02-07 Thread Ramon Leon
it's just too slow. 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 ___

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

2009-02-01 Thread Ramon Leon
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 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] On not unnecessarily closing down the language

2008-12-29 Thread Ramon Leon
assVariableNames: 'Singleton' 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.gf

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

2008-12-29 Thread Ramon Leon
talking about a class instance variable, 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. Ra

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

2008-12-23 Thread Ramon Leon
ue > > Does anybody know where is come from? 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

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

RE: [Pharo-project] Pharo 1.0 release plan

2008-11-03 Thread Ramon Leon
> Marcus Denker wrote: > > > I vote for Pharo-Core and Pharo. > > +0.9 > > Pharo-Core and Pharo-Dev (+0.1) > > Michael Ditto, I like Core and Dev better, but Pharo-Core and Pharo aren't bad either. Ramon Leon http://onsmalltalk.com __

RE: [Pharo-project] about idiots :)

2008-10-07 Thread Ramon Leon
> > Try to stop thinking that making errors is bad. > > This is a christian ideology that may block your way of > looking at the > > world in a open way. > Not true at all. It might be a catholic ideology, but its not > christian. > > Christianity is about love, faith, and redemption. Not fear,

RE: [Pharo-project] Fwd: [Seaside-dev] preliminary Seaside2.9 alphauniverse

2008-09-28 Thread Ramon Leon
but it's better that changing core code and breaking other peoples packages. 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] Fwd: [Seaside-dev] preliminary Seaside 2.9 alphauniverse

2008-09-26 Thread Ramon Leon
k, but it's just not community friendly code. A package should have a clear responsibility, few dependencies, not too many extensions, no overrides if at all possible, and must install and uninstall cleanly without hosing my system. If it doesn't

RE: [Pharo-project] about ensuring file closing

2008-07-16 Thread Ramon Leon
ure: [ file close ] ] Seems correct to me, you only need the ensure if the file opened successfully in which case file 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
and much more 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://o

RE: [Pharo-project] Re: Pharo Smalltalk

2008-07-04 Thread Ramon Leon
; > Stef You did make a better Squeak, and I look forward to seeing Pharo burn the diskpacks a bit and throw out all the crap bogging Squeak down. Keep up the good work, some of us do appreciate it. Ramon Leon http://onsmalltalk.com ___ Pharo-pro