[Pharo-users] Procedure for reporting bugs in external libraries

2013-07-11 Thread raphonic
Hi, What is the procedure for reporting bugs in libraries that I download from Smalltalkhub and Squeaksource? Should I contact the author's email directly or is there an issue tracker for external projects? Thanks. -- View this message in context: http://forum.world.st/Procedure-for-reporting

Re: [Pharo-users] Phexample state keeping

2013-07-11 Thread Camillo Bruni
On 2013-07-11, at 11:50, Norbert Hartl wrote: > I'm playing with Phexampe because I think that in my current project the > setup of test scenarios will be a huge part of the testing. So do it in a > structured way reducing doubled initialization procedures should be something > good. > I'm ju

Re: [Pharo-users] XMLWriter MCZ File

2013-07-11 Thread Sven Van Caekenberghe
Hi Mohammad, Have a look here: http://www.smalltalkhub.com/#!/~PharoExtras/XMLWriter HTH, Sven On 11 Jul 2013, at 23:01, "Mohammad Al Houssami (Alumni)" wrote: > Hello all > I was looking for the XMLWriter package because it seems it is not part of > the complete XML package but I am not

[Pharo-users] XMLWriter MCZ File

2013-07-11 Thread Mohammad Al Houssami (Alumni)
Hello all I was looking for the XMLWriter package because it seems it is not part of the complete XML package but I am not sure which is the newest one since I have found several here : http://www.squeaksource.com/XMLWriter/ I am using pharo 2.0 just in case this is relevant. Any help is apprecia

[Pharo-users] Ph.D. Student Position on Dynamic Reflective Language Integration with FPGAs for Robotic Applications

2013-07-11 Thread jannik.laval
Dear Smalltalkers, We are searching for a PhD Student. Following you will find the proposal. Best regards, == Location: Mines de Douai and ENSTA Brest (France) Advisor and contacts: Noury Bouraqadi, Luc Fabresse, Jannik Laval (c...@mines-douai.fr, website: http://car.mines-douai.fr/) Loïc

[Pharo-users] New win32 VM available (was: More than 500MB for windows)

2013-07-11 Thread Igor Stasenko
So, after spending unproportionally huge time (2days) dealing with jenkins config idiosyncrasies, it finally managed to build it. http://files.pharo.org/vm/pharo/win/latest.zip This VM should react properly on AddressSpaceLimit= setting in .ini file. The ini file is located in same directory as V

[Pharo-users] Phexample state keeping

2013-07-11 Thread Norbert Hartl
I'm playing with Phexampe because I think that in my current project the setup of test scenarios will be a huge part of the testing. So do it in a structured way reducing doubled initialization procedures should be something good. I'm just wondering how the state is kept between dependent test ca