[Pharo-users] profStef missing executeMethod

2013-10-26 Thread Charles Hixson
I'm using: Pharo2.0 Latest update: #20625 I'm at "Reflection continued When I do the command to go to the next lesson: ProfStef default executeMethod: (ProfStef lookupSelector:#next). I get the error: ProfStef(Object) doesNotUnderstand: #executeMethod When I browse to the class in the system

[Pharo-users] pharo ci account

2013-10-26 Thread Paul DeBruicker
Hi - May I please have an account on the CI? I'd like to set up some project builds. I'd also like to use your Jenkins to trigger builds on Travis. But I'm not yet sure how to do that. Thanks Paul

Re: [Pharo-users] profStef missing executeMethod

2013-10-26 Thread Clément Bera
Hello, I think #executeMethod was a shortcut for method without arguments of the method #withArgs:executeMethod:. I missed it too, so I guess you can add a bug report, create and commit a slice and lastly it will be integrated in Pharo in the next few days. #withArgs:executeMethod: is implemented

Re: [Pharo-users] pharo ci account

2013-10-26 Thread Stéphane Ducasse
On Oct 27, 2013, at 1:36 AM, Paul DeBruicker wrote: > Hi - > > May I please have an account on the CI? yes guys will help you > I'd like to set up some project builds. I'd also like to use your Jenkins to > trigger builds on Travis. But I'm not yet sure how to do that. > > > Thanks >