[Pharo-project] Seaside + TDD

2010-01-19 Thread Mariano Abel Coca
Hi everyone, I'm trying to develop using TDD with seaside 3.0, but honestly, I couldn't find any framework or package that works fine with it. I've tried Albatross and Seaside Testing, both of them work great with Seaside 2.8, but fails to run or even to load in seaside 3.0. Any other suggestions

Re: [Pharo-project] [Seaside] Re: Seaside + TDD

2010-01-20 Thread Mariano Abel Coca
irectly works on Selenium, but tests any web site. > > You can try it. Its unfinished, but the parts already developed are > working. > > Kind Regards, > > Bart > > 2010/1/19 Mariano Abel Coca > >> Hi everyone, >> >> I'm trying to develop using T

Re: [Pharo-project] [Seaside] Seaside + TDD

2010-01-20 Thread Mariano Abel Coca
n work with Seaside > 3.0. > At least: all demo tests seem to be working properly. > > I uploaded the changes to squeaksource a couple of minutes ago. > > Cheers, > Johan > > On 19 Jan 2010, at 20:52, Mariano Abel Coca wrote: > > > Hi everyone, > > > > I&#

Re: [Pharo-project] I would like to kill some tests

2010-05-11 Thread Mariano Abel Coca
The fact is that in the case that this test fails, besides that most of the system won't work, at least you will have some hint on where could be the problem. Obviously it's only useful if you're playing with the vm. If we are going test this, (I don't know if we already have it) would be useful t

[Pharo-project] Found senders of #isSystemDefined in Nile

2010-05-22 Thread Mariano Abel Coca
Hi, I've found a few senders of #isSystemDefined when trying to run the pharo dev test suite, and I don't know what is the expected behavior. I've read in: http://www.mail-archive.com/pharo-project@lists.gforge.inria.fr/msg12075.htmlthat the idea is to remove the message and all it's senders, but

[Pharo-project] ClassTestCase

2010-05-22 Thread Mariano Abel Coca
Hi, I want to make global the checks included in ClassTestCase, and remove it. That is because actually it's only being tested for it's subclasses. And also, it's declaring that a subclass will be a class test instead of just a test, but no one of it's subclasses actually test the class, but the in

Re: [Pharo-project] ClassTestCase

2010-05-22 Thread Mariano Abel Coca
. > They look like experiment code to me. > > Stef > > On May 22, 2010, at 7:31 PM, Mariano Abel Coca wrote: > > > Hi, I want to make global the checks included in ClassTestCase, and > remove it. That is because actually it's only being tested for it's > sub

Re: [Pharo-project] ClassTestCase

2010-05-22 Thread Mariano Abel Coca
; This way we do not have red tests and still make progress > > Stef > > > > > > On May 22, 2010, at 8:06 PM, Mariano Abel Coca wrote: > > > >> It is a must. We have to got all the tests in green. But actually that > isn't tested. > >> > &g

Re: [Pharo-project] ClassTestCase

2010-05-23 Thread Mariano Abel Coca
Ducasse wrote: > Sounds exciting can you tell us a bit more? > > On May 23, 2010, at 2:54 AM, Mariano Abel Coca wrote: > > > If anyone want, can take a look at: > > > > http://www.squeaksource.com/CodeQualityTests > > http://www.squeaksource.com/CodeStandardsTe

Re: [Pharo-project] =nil to isNil rewrite part 1 in inbox

2010-05-26 Thread Mariano Abel Coca
Issue 1594 is related to this. Cheers, Mariano. 2010/5/26 Mariano Martinez Peck > Gabriel, is there an issue in the bug tracker for that? If not, please do > it! > > Thanks > > Mariano > > 2010/5/26 Gabriel Cotelli > >> >> SLICE-RewriteEqualsNilToIsNil-GabrielOmarCotelli.2 >> >> >> Rewrite

Re: [Pharo-project] #and:and:and: deprecated on 1.1, why?

2010-05-26 Thread Mariano Abel Coca
They do not behave different. The problem is that you cannot assume that by just looking at the message send. They could behave different, they do not, but you don't know that until you look at the method implementation. You cannot assume that #and:and:and: will or wont evaluate the second block a

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

2010-06-02 Thread Mariano Abel Coca
+1 Images are projects, I'm agree with that. But having multiple worlds is like having a multiple desktop layout. Why are them in Mac and Linux? Because it's useful. Cheers, Mariano. 2010/6/2 Denis Kudriashov > 2010/6/2 Schwab,Wilhelm K >> >> I think you are missing the OP's point. The goa

Re: [Pharo-project] About TDD and Pharo

2010-06-03 Thread Mariano Abel Coca
On mine too... Can't wait to try it. Great work Hernan! Cheers, Mariano. 2010/6/3 Simon Denier > > That sounds great. Clearly on my to-try list > > On 3 juin 2010, at 23:04, Hernan Wilkinson wrote: > > Hi all, > this is a cool thread! :-) > > What I did are changes to the tools to make mo

Re: [Pharo-project] About TDD and Pharo

2010-06-07 Thread Mariano Abel Coca
Yes but the list should be shorter. Maybe only showing the class categories and what I've previously entered since I opened the image. And not all the hierarchy categories. Cheers, Mariano. 2010/6/7 Hernan Wilkinson > it is true, I almost all the time cancel that dialog to put the method as >

Re: [Pharo-project] About TDD and Pharo

2010-06-07 Thread Mariano Abel Coca
True, that happened to me too... Until I wanted to cancel the creation, and then I realized... It's a really bad name. Cheers, Mariano. On Mon, Jun 7, 2010 at 11:54 AM, Niko Schwarz wrote: > Right, only that I'm unhappy with the naming. I'd never have guessed > that "cancel" does what I want.

Re: [Pharo-project] Panic

2010-06-28 Thread Mariano Abel Coca
In VAST the name is "Scrub Image". What it does is to remove all objects referenced from the UI by redrawing the Transcript and starting a new UI thread, and then making a global GC. That means letting only the global referenced objects alive. And here in Mercap we added a "Clean Image" button to

Re: [Pharo-project] why "maximize" does not fills all the window in 1.1?

2010-07-08 Thread Mariano Abel Coca
What would be great is not using the squeak menu inside the world, but drawing it on the system window. More like mac's, that is integrated in the global menu. In Linux there is a GlobalMenuApplet for Gnome Panels that works like mac's Global Menu, and removes the menu from the windows and merges

Re: [Pharo-project] 'foo' asTime

2010-08-23 Thread Mariano Abel Coca
As an off topic of 3 seconds... Have you considered to include HernĂ¡n Wilkinson and Maximiliano Taborda's packages Aconcagua and Chalten in Pharo Dev? Chalten is a great Time framework and much better than the ansi Smalltalk 80's Time class, even with the addition of Duration. And it represents