[Pharo-project] Fwd: 18 months Post-Doc Position on Software Engineering for Mobile Robotics

2013-03-22 Thread Noury Bouraqadi
coordination and cooperation in… Continue reading → Read more… Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury --

Re: [Pharo-project] Penelope is in town! (or how to have access to the new issue tracker)

2013-03-19 Thread Noury Bouraqadi
access to Fogbugz. Cheers, Nico Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury --

Re: [Pharo-project] Test Resources

2013-03-01 Thread Noury Bouraqadi
once per TestSuite On 2013-02-28, at 22:31, Noury Bouraqadi bouraq...@gmail.com wrote: Hi Mariano, On 28 févr. 2013, at 20:16, Mariano Martinez Peck wrote: On Thu, Feb 28, 2013 at 2:37 PM, Noury Bouraqadi bouraq...@gmail.com wrote: Hi, Jannik and I are having trouble dealing

Re: [Pharo-project] Test Resources

2013-03-01 Thread Noury Bouraqadi
this sharing is not so clean. I'd rather prefer to have each resource referenced only by the testSuite where it is used. The tests should get access to the resource through some reference to their respective test suite. Noury On 1 mars 2013, at 10:57, Noury Bouraqadi wrote: Thanx Camillo

[Pharo-project] TestResult initialization

2013-03-01 Thread Noury Bouraqadi
Any idea why using OrderedCollection instead of Set? TestResultinitialize super initialize. passed := OrderedCollection new. failures := Set new. errors := OrderedCollection new. timeStamp := DateAndTime now Noury Bouraqadi Ecole des Mines de Douai http

[Pharo-project] Kind of Stuff I would like to change in 3.0

2013-02-28 Thread Noury Bouraqadi
TestCasecleanUpInstanceVariables self class allInstVarNames do: [ :name | name = 'testSelector' ifFalse: [ self instVarNamed: name put: nil ] ] Jannik Noury -- http://twitter.com/#!/NouryBouraqadi http://car.mines-douai.fr/noury Afin de

[Pharo-project] Test Resources

2013-02-28 Thread Noury Bouraqadi
Hi, Jannik and I are having trouble dealing with resources in our robotic project. It's strange that resources are reset on every test run. This happens when resources are declared in test class method resources. My understanding of resources is that they should be reset only once for a whole

Re: [Pharo-project] Kind of Stuff I would like to change in 3.0

2013-02-28 Thread Noury Bouraqadi
Never put a constant in a method. How can I provide a different set of IVs? No way of doing it except rewriting the whole method, which is dirty. On 28 févr. 2013, at 18:52, Frank Shearar wrote: On 28 February 2013 15:46, Noury Bouraqadi bouraq...@gmail.com wrote

Re: [Pharo-project] Test Resources

2013-02-28 Thread Noury Bouraqadi
Yes. I'm talking about TestResources. And the way it is currently used in SUnit isn't clear to me. On 28 févr. 2013, at 19:41, Frank Shearar wrote: On 28 February 2013 17:37, Noury Bouraqadi bouraq...@gmail.com wrote: Hi, Jannik and I are having trouble dealing with resources in our

Re: [Pharo-project] Test Resources

2013-02-28 Thread Noury Bouraqadi
]. ^ result On 28 févr. 2013, at 21:29, Sean P. DeNigris wrote: Noury Bouraqadi-2 wrote Jannik and I are having trouble dealing with resources in our robotic project. It's strange that resources are reset on every test run * Which Pharo version? * Are you running the tests from the TestRunner

Re: [Pharo-project] Test Resources

2013-02-28 Thread Noury Bouraqadi
Hi Mariano, On 28 févr. 2013, at 20:16, Mariano Martinez Peck wrote: On Thu, Feb 28, 2013 at 2:37 PM, Noury Bouraqadi bouraq...@gmail.com wrote: Hi, Jannik and I are having trouble dealing with resources in our robotic project. It's strange that resources are reset on every test run

Re: [Pharo-project] webdoc is back online

2013-02-24 Thread Noury Bouraqadi
the missing contents (mostly the popups) Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury --

[Pharo-project] Finalization in Pharo 2.0 vs Pharo 1.4

2013-01-25 Thread Noury Bouraqadi
Hi, I'm currently working with 1.4 and having some issues with finalization. I wonder if there were some changes at this level in 2.0? Noury -- http://twitter.com/#!/NouryBouraqadi http://car.mines-douai.fr/noury

Re: [Pharo-project] method wrappers package name problem

2012-11-19 Thread Noury Bouraqadi
strategies. The 42 one is for Squeak, I think. I added you, after fighting with SqueakSource (Stef I could not find in the list) Marcus -- Marcus Denker -- http://marcusdenker.de -- www.tudorgirba.com Don't give to get. Just give. Noury

Re: [Pharo-project] Committing on dead squeak source freezes to death my system

2012-11-05 Thread Noury Bouraqadi
to time out… I and many others would vote for a much shorter timeout, like 5 seconds. Either it works or not. Sven Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury -- Afin de contribuer au respect de l'environnement, merci de n'imprimer ce courriel qu'en cas de

Re: [Pharo-project] [Pharo-users] [Call for Participation] Pharo Sprint Nov 2

2012-10-22 Thread Noury Bouraqadi
). Please contact us if you plan to attend until 30/10! http://rmod.lille.inria.fr/web/pier/Events/PharoSprintNov12 -- Marcus Denker -- http://marcusdenker.de Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury --

Re: [Pharo-project] Doits not logged to .changes file

2012-10-21 Thread Noury Bouraqadi
It's a very old issue. Older than Pharo itself. Noury On 21 oct. 2012, at 12:02, Igor Stasenko wrote: just found that they are not logger.. is it known issue of i am lucky one (Pharo2.0a Latest update: #20267) (tried 20351 image, same story) -- Best regards, Igor Stasenko. Noury

[Pharo-project] Questions on Traits

2012-08-13 Thread Noury Bouraqadi
Hi, -Why new methods are compiled from the ones of traits? I remember that in the first implementation, when a trait was used by a class, new entries were introduced to the methodDict where the values are the compiled methods from the trait. Currently, a new compiled method is introduced with

Re: [Pharo-project] Pharo 2.0-20245 | Group creation

2012-08-09 Thread Noury Bouraqadi
The fix is committed in the new version :-) Noury On 8 août 2012, at 16:41, Noury Bouraqadi wrote: On 7 août 2012, at 22:32, Mariano Martinez Peck wrote: On Tue, Aug 7, 2012 at 10:29 PM, Noury Bouraqadi bouraq...@gmail.com wrote: Hi, Group creation raises a DNU. Replacing messages

Re: [Pharo-project] Pharo 2.0-20245 | Group creation

2012-08-08 Thread Noury Bouraqadi
On 7 août 2012, at 22:32, Mariano Martinez Peck wrote: On Tue, Aug 7, 2012 at 10:29 PM, Noury Bouraqadi bouraq...@gmail.com wrote: Hi, Group creation raises a DNU. Replacing messages -GroupAnnouncer announcer by -GroupAnnouncer uniqueInstance seems to solve the problem, though I'm

[Pharo-project] Pharo 2.0-20245 | Group creation

2012-08-07 Thread Noury Bouraqadi
Hi, Group creation raises a DNU. Replacing messages -GroupAnnouncer announcer by -GroupAnnouncer uniqueInstance seems to solve the problem, though I'm not sure if this is correct. Noury -- http://twitter.com/#!/NouryBouraqadi http://www.kroobe.com/profile/noury

Re: [Pharo-project] [XMLRPC] Little client clean up

2012-06-19 Thread Noury Bouraqadi
Thanx a lot germàn On 19 juin 2012, at 02:05, garduino wrote: And updated ConfigurationOfXMLRPC adding 'version100Beta4' to install the latest client code. -- View this message in context: http://forum.world.st/XMLRPC-Little-client-clean-up-tp4635363p4635405.html Sent from the Pharo

[Pharo-project] [XMLRPC] Little client clean up

2012-06-18 Thread Noury Bouraqadi
Hi Germàn, I guess we can remove XMLRPCProxysendXmlRpcBAK: data There is sendXmlRpc: that seems to work. Noury -- http://twitter.com/#!/NouryBouraqadi http://www.kroobe.com/profile/noury Afin de contribuer au respect de l'environnement, merci de n'imprimer ce courriel qu'en cas de necessite

Re: [Pharo-project] Trouble loading XML RPC

2012-06-06 Thread Noury Bouraqadi
On 5 juin 2012, at 19:57, garduino wrote: There is however XMLROCDecoderTest#testDecoder that fails. The reason is that now Pharo does take care of nanoseconds, but the encoder does not handle it. I guess this is not supported in the protocol. Isn't it? So, I propose to fix it but putting

Re: [Pharo-project] Trouble loading XML RPC

2012-06-05 Thread Noury Bouraqadi
On 5 juin 2012, at 13:28, garduino wrote: Can I get write access grant to the repo, so I can upload any improvement I do ? Sure, I added you as developer. Let me know if works ok. Thanx. I'll try it. What I wanted to do is to cut off everything not XML RPC and complete based on sUnit

Re: [Pharo-project] Trouble loading XML RPC

2012-06-04 Thread Noury Bouraqadi
Hi Germán, Thanks for your answer. Indeed, I tried with Pharo 1.4. And had the same issues. My plan is to port XML RPC to Pharo 2. I'm interested on your work with Zinc. Where is it available ? Can I get write access grant to the repo, so I can upload any improvement I do ? What I wanted to do

Re: [Pharo-project] Trouble loading XML RPC

2012-06-01 Thread Noury Bouraqadi
to build a configuration. because Stef On May 31, 2012, at 12:34 PM, Noury Bouraqadi wrote: Hi, I tried loading XML RPC from SS3 as suggested by evaluating: Gofer new squeaksource3: 'XMLRPC'; package: 'ConfigurationOfXMLRPC'; package: 'Spy'; package: 'XMLRPC-Client-Core

[Pharo-project] Trouble loading XML RPC

2012-05-31 Thread Noury Bouraqadi
Hi, I tried loading XML RPC from SS3 as suggested by evaluating: Gofer new squeaksource3: 'XMLRPC'; package: 'ConfigurationOfXMLRPC'; package: 'Spy'; package: 'XMLRPC-Client-Core'; package: 'XMLRPC-Client-Tests'; package: 'XMLRPC-Server'; package: 'XMLRPC-Server-Core';

Re: [Pharo-project] Nautilus for Pharo 2.0?

2012-04-26 Thread Noury Bouraqadi
of Nautilus 2.0 s/Nautilus 2.0/Pharo 2.0 ;) Ben On Apr 25, 2012, at 6:17 PM, Noury Bouraqadi wrote: Any plans to have an auto-build on Jenkins? Noury -- http://twitter.com/#!/NouryBouraqadi http://www.kroobe.com/profile/noury Afin de contribuer au respect de

[Pharo-project] Nautilus for Pharo 2.0?

2012-04-25 Thread Noury Bouraqadi
Any plans to have an auto-build on Jenkins? Noury -- http://twitter.com/#!/NouryBouraqadi http://www.kroobe.com/profile/noury Afin de contribuer au respect de l'environnement, merci de n'imprimer ce courriel qu'en cas de necessite Please consider the environment before you print

Re: [Pharo-project] How to disable development tools on Pharo 1.4

2012-04-24 Thread Noury Bouraqadi
thanx. Done. On 20 avr. 2012, at 17:28, Esteban Lorenzano wrote: Hi Noury, I opened the project (I don't know why it was closed)... please upload your changes :) best, Esteban On Apr 20, 2012, at 5:14 PM, Noury Bouraqadi wrote: Hi, I tried it with WorldSwitch-Preferences from

[Pharo-project] How to disable development tools on Pharo 1.4

2012-04-20 Thread Noury Bouraqadi
-Preferences-EstebanLorenzano.2.mcz best, Esteban El 02/02/2012, a las 6:40a.m., Noury Bouraqadi escribió: Hi Esteban, On 31 janv. 2012, at 14:23, Esteban Lorenzano wrote: Hi, in fact, what Mariano posted is just a part... disable everything is complicated, because code is everywhere

Re: [Pharo-project] Fwd: Etoys, Arduino, Mac

2012-04-11 Thread Noury Bouraqadi
Thanx Stéf for fowarding this. Cool to see this project widespreading :-) On 11 avr. 2012, at 08:55, Stéphane Ducasse wrote: Begin forwarded message: From: Ricardo Moran richi.mo...@gmail.com Subject: Re: Etoys, Arduino, Mac Date: April 11, 2012 12:08:16 AM GMT+02:00 To: Torsten

Re: [Pharo-project] ProtoObject initialize

2012-03-28 Thread Noury Bouraqadi
if they have class instance methods :/. ufa On Tue, Mar 27, 2012 at 5:29 AM, Mariano Martinez Peck marianop...@gmail.com wrote: On Fri, Mar 23, 2012 at 11:03 AM, Noury Bouraqadi bouraq...@gmail.com wrote: Hi Guillermo, The expression ProtoObject initialize does actually work. ProtoObject

Re: [Pharo-project] ProtoObject initialize

2012-03-23 Thread Noury Bouraqadi
Hi Guillermo, The expression ProtoObject initialize does actually work. ProtoObject metaclass inherits the initialize method from Behavior. But, running it resets the ProtoObject critical IVs (superclass, methodDict and format). Hence the hang. Noury On 22 mars 2012, at 22:44, Guillermo

Re: [Pharo-project] Adding a statement programmatically

2012-03-08 Thread Noury Bouraqadi
Hi Sean, Did you thought about: -using method wrappers? -object as methods. An object o put in a method dictionary instead of some method with selector #s. When #s is looked up, o receives the message run: selector with: args in: originalReceiver -proxies (look at Ghost) so you

Re: [Pharo-project] We crossed 5000 closed issues!

2012-03-06 Thread Noury Bouraqadi
Thanks Marcus for all what you do! Noury On 6 mars 2012, at 14:08, Marcus Denker wrote: Today the bug tracker: http://code.google.com/p/pharo/issues/list says 436 open out of 5437 issues. Thise means we crossed the line of 5000 reports being closed today. With the first

Re: [Pharo-project] Fed up with the troll - my personal response

2012-02-22 Thread Noury Bouraqadi
Two times Funny. L1: Mimicking a troll L2: People (including me) going to a web site to watch a troll. It's a kind of troll zoo :-D On 22 févr. 2012, at 12:23, Nick Ager wrote: Trolls are so repetitive - it's not difficult to parody them... http://troller.seasidehosting.st/ Nick Noury

Re: [Pharo-project] How to cook Mr Popatoe Process?

2012-02-21 Thread Noury Bouraqadi
On 21 févr. 2012, at 07:44, Stéphane Ducasse wrote: Hi guys we have practically two solutions to cook a troll: - either I remove his email address from the list (2 min) a bit rude and unfriendly but this is a troll after all ;) +1 Everybody is fed up with spams. Noury

Re: [Pharo-project] Nautilus with Refactorings

2012-02-18 Thread Noury Bouraqadi
Cool! On 18 févr. 2012, at 01:40, Benjamin wrote: Hi guys, I am glad to announce that refactorings (RBEngine) are now integrated into Nautilus :) You can also found the latest image on Jenkins: https://ci.lille.inria.fr/pharo/job/Nautilus%20with%20Refactorings/ I hope you will

Re: [Pharo-project] Nautilus Refactorings

2012-02-16 Thread Noury Bouraqadi
a couple of classes, but strangely, they don't show up in the last modified group. Noury Ben On Feb 14, 2012, at 8:15 PM, Noury Bouraqadi wrote: Cool. I'll give it a try. I'm like mariano, luc and other waiting for RB support to start using Nautilus as the default browser. Noury

Re: [Pharo-project] Nautilus Refactorings

2012-02-14 Thread Noury Bouraqadi
Cool. I'll give it a try. I'm like mariano, luc and other waiting for RB support to start using Nautilus as the default browser. Noury On 14 févr. 2012, at 18:39, Benjamin wrote: Hello guys, I know a some of you are waiting for the integration of the RB engine into Nautilus. Some of

Re: [Pharo-project] How to disable development tools on Pharo 1.3

2012-02-02 Thread Noury Bouraqadi
PM, Noury Bouraqadi bouraq...@gmail.com wrote: I remember having seen some time in the past a menu that allows to shrink the image and disable the world menu. But, I can't retrieve any thing related. I don't care about the menu per se. I'd be happy with a message to send to some object

Re: [Pharo-project] How to disable development tools on Pharo 1.3

2012-02-02 Thread Noury Bouraqadi
Thanx Ben. I was aware of the old squeak stuff. I actually have the code on my disk. But, I was wondering if there is something for Pharo. On 31 janv. 2012, at 14:16, Ben Coman wrote: Noury Bouraqadi wrote: I remember having seen some time in the past a menu that allows to shrink the image

Re: [Pharo-project] How to disable development tools on Pharo 1.3

2012-02-02 Thread Noury Bouraqadi
of dev tools. It's a shame that this critical feature isn't available yet. Noury best, Esteban El 31/01/2012, a las 10:16a.m., Ben Coman escribió: Noury Bouraqadi wrote: I remember having seen some time in the past a menu that allows to shrink the image and disable the world menu

[Pharo-project] How to disable development tools on Pharo 1.3

2012-01-30 Thread Noury Bouraqadi
I remember having seen some time in the past a menu that allows to shrink the image and disable the world menu. But, I can't retrieve any thing related. I don't care about the menu per se. I'd be happy with a message to send to some object that does the job. Noury --

Re: [Pharo-project] Pharo Launcher app

2011-12-28 Thread Noury Bouraqadi
Sounds Cool. It's a pity that it's for Lion only. Noury -- http://twitter.com/#!/NouryBouraqadi On 28 déc. 2011, at 00:56, Fernando Olivero wrote: Hi, i created an app for launching Pharo, which remembers the last opened vm+image . Maybe some of you find it useful (for MacOS X) Fernando

Re: [Pharo-project] Destiny of changed:/update:

2011-12-26 Thread Noury Bouraqadi
I suggest to keep it. It's lightweight solution for problems where events/announcement are overkill. Noury -- http://twitter.com/#!/NouryBouraqadi On 26 déc. 2011, at 14:43, Sean P. DeNigris wrote: Will changed:/update: disappear and be totally replaced by Announcements? I ask because I'm

Re: [Pharo-project] Have you played with Ameba?

2011-12-20 Thread Noury Bouraqadi
Hi, I couldn't view the videos (tried with Safari and Firefox), and I could it test your code. I tried on Pharo 1.3 and 1.4. Noury On 17 déc. 2011, at 08:40, HwaJong Oh wrote: Markus, Forget Ameba. Ani is here. Zini das Wuslon is implemented. It moves like a real one. Gofer new

[Pharo-project] Christmas Greetings

2011-12-19 Thread Noury Bouraqadi
Best wishes for everyone and go Pharo :-) A greetings video is available online http://car.mines-douai.fr/noury/blog Cheers, Noury -- http://twitter.com/#!/NouryBouraqadi

Re: [Pharo-project] Have you played with Ameba?

2011-12-19 Thread Noury Bouraqadi
Hi HwaJong, On which image should I try it. I used pharo-1.3-13315 and Pharo-1.4-14225, but I couldn't run the examples. Best, Noury On 17 déc. 2011, at 08:40, HwaJong Oh wrote: Markus, Forget Ameba. Ani is here. Zini das Wuslon is implemented. It moves like a real one. Gofer new

Re: [Pharo-project] Sprint friday 16 @ lille

2011-12-12 Thread Noury Bouraqadi
Hi, On 9 déc. 2011, at 09:06, Stéphane Ducasse wrote: Hi guys I'm not sure that my message passed in the mailing-list. We will organize a sprint new friday and everybody is welcome. Cool. I'll be there! Just let us know so that we prepare the rooms. It would be nice if we have a few

Re: [Pharo-project] Missing network primitive

2011-12-12 Thread Noury Bouraqadi
Ok. I added it to the Cog bug tracker. http://code.google.com/p/cog/issues/detail?id=68 Noury On 10 déc. 2011, at 16:29, Levente Uzonyi wrote: On Sat, 10 Dec 2011, Noury Bouraqadi wrote: Hi, While working on OCEAN (yes, yes, we're still working on it :-) we have an annoying issue. We

[Pharo-project] Missing network primitive

2011-12-10 Thread Noury Bouraqadi
Hi, While working on OCEAN (yes, yes, we're still working on it :-) we have an annoying issue. We have some netname resolver tests that do work with the Squeak Mac VM 5.8, but they are not working in the Mac Cog VMs. This is because the following primitives are missing at the VM side. Still,

Re: [Pharo-project] ProtoObject basicNew :)

2011-11-26 Thread Noury Bouraqadi
Stef, You can easily obtain the list by using a Ghost proxy. 1) Install the package : Gofer new squeaksource: 'Marea'; package: 'GhostProxies'; package: 'GhostProxiesTests'; load. 2) uncomment the body of method SimpleForwarderHandlerlog: aString

Re: [Pharo-project] ProtoObject basicNew :)

2011-11-26 Thread Noury Bouraqadi
On 26 nov. 2011, at 21:11, Mariano Martinez Peck wrote: On Sat, Nov 26, 2011 at 5:05 PM, Noury Bouraqadi bouraq...@gmail.com wrote: Stef, You can easily obtain the list by using a Ghost proxy. Good PhD supervisor that checks student's code :):):) :-) That means that whenever

Re: [Pharo-project] Athens work in progress: couple screenshots

2011-11-22 Thread Noury Bouraqadi
Cool. Please keep sending us screenshots and news. Noury On 22 nov. 2011, at 12:16, Igor Stasenko wrote: Stephane, asked me to show this :) Nothing fancy there, just a same window, rendered with different scale. The code which doing this, is following: testWindowRender | surf |

Re: [Pharo-project] SmalltalkHub news

2011-11-10 Thread Noury Bouraqadi
Hi Nicolas, It's cool to hear that you are making progress on SmalltalkHub :-) You mention a public demo. Does it mean that we are close to a beta version ? Thanx, Noury On 9 nov. 2011, at 19:33, Nicolas Petton wrote: Hi, We've been very quiet about SmalltalkHub's development since ESUG

Re: [Pharo-project] Type inference

2011-11-07 Thread Noury Bouraqadi
Hi Santiago, RoleTyper should help you :-) On 8 nov. 2011, at 00:09, Santiago Bragagnolo wrote: Hello people. I'm looking for a software for type inference. I know is there a software that does it, but i' dont know the project(s)'s name(s). Can any one guide me :D? Thanks in advance.

Re: [Pharo-project] Consortium news

2011-10-31 Thread Noury Bouraqadi
Esteban, Welcome to the North of France :-) Noury -- http://twitter.com/#!/NouryBouraqadi On 31 oct. 2011, at 11:10, Stéphane Ducasse wrote: Hi guys SInce INRIA accepted to pay one engineer around the pharo consortium we will hire esteban lorenzano for a year. We are excited by that! I

Re: [Pharo-project] Brainstorming on the roadmap for first Pharo Consortium Engineer :)

2011-10-31 Thread Noury Bouraqadi
What about adding to this todo list: -Fixing/finishing the Objective-C bridge :-) During ESUG 2010 Esteban told me that there was a pb with the Mac VM that causes the crash. I believe this wasn't fixed and this is the biggest issue with the MARS project. Noury On 31 oct. 2011, at 11:54,

Re: [Pharo-project] Smalltalk Job in L.A.

2011-10-30 Thread Noury Bouraqadi
Hi, Do you have link or a contact email for the job offrer ? On 29 oct. 2011, at 18:28, blake wrote: Hey, guys-- There's a job opening with Sempra, some kind of energy company, in the Los Angeles area (Marina Del Rey, Monterey Park--you can Google the locations), that requires C++ and

Re: [Pharo-project] P2P library in Smalltalk

2011-10-13 Thread Noury Bouraqadi
Stéf, P2P is what my team did in the UbiquiTalk project (2005-2009) :-) -Pairs discover each other dynamically. No prior config/IP setup is required, but you need to be connected to the same network that allows multi-casting in -Each pair can provide 0 or more services available. A service is

[Pharo-project] Pharo web page download button

2011-09-23 Thread Noury Bouraqadi
Hi, Probably this was already discussed, but I just want to send a reminder. The download button at the top should point to 1.3. Thanks for all Pharo contributors, Noury -- http://twitter.com/#!/NouryBouraqadi

Re: [Pharo-project] Pharo Sprint Lille 30 Oct

2011-09-22 Thread Noury Bouraqadi
at Lille the 30th of October (Friday in a week) September... Where? RMOD rooms at LIFL: http://rmod.lille.inria.fr/web/pier/contact When? starting at 10h Marcus -- Marcus Denker -- http://marcusdenker.de -- Marcus Denker -- http://marcusdenker.de Noury Bouraqadi Ecole

Re: [Pharo-project] [squeak-dev] anyone have a more up-to-date MethodWrappers for Squeak than MethodWrappers3.9-pmm.10?

2011-09-14 Thread Noury Bouraqadi
, Eliot generateWith.st Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury http://twitter.com/#!/NouryBouraqadi -- -19èmes Journées Francophones sur les Systèmes Multi-Agents (JFSMA’11) http://www.univ-valenciennes.fr/congres/jfsma2011/ 17-19 Octobre 2011, Valenciennes, France

[Pharo-project] Clamato vs Amber (was Re: PetitParser + Amber)

2011-09-14 Thread Noury Bouraqadi
-- Lukas Renggli www.lukas-renggli.ch -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury http

Re: [Pharo-project] Fwd: A new way to render the debugger

2011-09-07 Thread Noury Bouraqadi
the same on senders/implementors :) Do you like it ? (Should it be integrated ?) Thanks in advance for your feedback, Ben Noury Bouraqadi http://twitter.com/#!/NouryBouraqadi -- -19èmes Journées Francophones sur les Systèmes Multi-Agents (JFSMA’11) http://www.univ-valenciennes.fr/congres

Re: [Pharo-project] SmalltalkImagegarbageCollectAndReport

2011-08-23 Thread Noury Bouraqadi
2011, at 17:56, Noury Bouraqadi wrote: Hi, Is this method should be renamed or is the GC call missing? garbageCollectAndReport Do a garbage collection, and report results to the user. SmalltalkImage current garbageCollectAndReport self inform: self bytesLeftString

[Pharo-project] SmalltalkImagegarbageCollectAndReport

2011-08-21 Thread Noury Bouraqadi
Hi, Is this method should be renamed or is the GC call missing? garbageCollectAndReport Do a garbage collection, and report results to the user. SmalltalkImage current garbageCollectAndReport self inform: self bytesLeftString Noury from ESUG @ Edinburgh :-)

[Pharo-project] Next target for pharo

2011-08-11 Thread Noury Bouraqadi
foundation, the Raspberry Pi device, and how the device relates to robotics. After the jump, read more about the Raspberry Pi device and read the interview by Director, Eben Upton. Read more… Noury Bouraqadi http://car.mines-douai.fr/noury -- -19èmes Journées Francophones sur les Systèmes Multi

Re: [Pharo-project] Questions about Ocean

2011-08-08 Thread Noury Bouraqadi
On 6 août 2011, at 00:56, Igor Stasenko wrote: From user's POV, socket should support certain protocol. Period. Nobody interesting where it comes from, who creating it and where Exactly, this is why we will have constructor methods. So, creating a socket will be simply as :

Re: [Pharo-project] How to deprecate a Class?

2011-08-06 Thread Noury Bouraqadi
doesNotUnderstand: ^Error new signal: 'All mehtods of this class are deprecated, please use ' hehheheh :) -- Mariano http://marianopeck.wordpress.com Noury Bouraqadi http://car.mines-douai.fr/noury -- -19èmes Journées Francophones sur les Systèmes Multi-Agents (JFSMA’11) http

Re: [Pharo-project] Questions about Ocean

2011-08-05 Thread Noury Bouraqadi
On 4 août 2011, at 17:25, Igor Stasenko wrote: 1. why library does not serve as a factory for objects? I think it should, so one can write: library := MyLibrary new. socket := library createTcpSocket. socket connectTo: (library ipv4Address: 'x.y.z' port: 1000) I think it could

Re: [Pharo-project] News about the consortium :)

2011-07-14 Thread Noury Bouraqadi
an engineer. Now we have to sort out everything. Stef Noury Bouraqadi http://car.mines-douai.fr/noury -- -19èmes Journées Francophones sur les Systèmes Multi-Agents (JFSMA’11) http://www.univ-valenciennes.fr/congres/jfsma2011/ 17-19 Octobre 2011, Valenciennes, France -5th International

Re: [Pharo-project] webdoc

2011-07-09 Thread Noury Bouraqadi
, but since we plan on using it only as an html generator which later-on should be served statically this shouldn't be much of a problem) cami Noury Bouraqadi http://car.mines-douai.fr/noury -- -19èmes Journées Francophones sur les Systèmes Multi-Agents (JFSMA’11) http://www.univ-valenciennes.fr

Re: [Pharo-project] Preparing the pharo sprint friday 8th of July

2011-07-06 Thread Noury Bouraqadi
. I added it to http://code.google.com/p/pharo/wiki/PharoSprints -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. Noury Bouraqadi http://car.mines-douai.fr/noury -- -19èmes Journées Francophones sur les Systèmes Multi-Agents (JFSMA’11

Re: [Pharo-project] what about a sprint at lille July 8

2011-06-22 Thread Noury Bouraqadi
Sounds good to me. Noury On Wed, Jun 22, 2011 at 9:59 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys I would like to get some energy around code :) and I propose a sprint july 8th at Lille... What do you think? Stef -- Noury Bouraqadi

[Pharo-project] How to recognize a method inherited from a trait

2011-06-14 Thread Noury Bouraqadi
Hi, How does the browser recognizes that some selector in a class is inherited from a Trait to display it in italic? Thanx, Noury

Re: [Pharo-project] How to recognize a method inherited from a trait

2011-06-14 Thread Noury Bouraqadi
Thanx. I fixed a bug in the refactoring browser http://code.google.com/p/pharo/issues/detail?id=4404 Noury On Tue, Jun 14, 2011 at 4:30 PM, Lukas Renggli reng...@gmail.com wrote: OBMethodNode#displayString On 14 June 2011 14:58, Noury Bouraqadi bouraq...@gmail.com wrote: Hi, How does

[Pharo-project] Name spaces

2011-05-20 Thread Noury Bouraqadi
Hi, I'm wondering what is the status of the name spaces project developed last summer as part of GSoC. Noury http://car.mines-douai.fr/noury -- -6th National Conference on “Control Architecture of Robots” 24-25 may 2011, Grenoble area, France http://car2011.inrialpes.fr/ -19th ESUG

Re: [Pharo-project] Name spaces

2011-05-20 Thread Noury Bouraqadi
On 20 mai 2011, at 12:40, Nicolas Petton wrote: Le vendredi 20 mai 2011 à 09:52 +0200, Stéphane Ducasse a écrit : On May 20, 2011, at 9:40 AM, Noury Bouraqadi wrote: Hi, I'm wondering what is the status of the name spaces project developed last summer as part of GSoC. nowhere and do

Re: [Pharo-project] The Cult of Done Manifesto

2011-05-19 Thread Noury Bouraqadi
. Team RMoD. Noury Bouraqadi http://car.mines-douai.fr/noury -- -6th National Conference on “Control Architecture of Robots” 24-25 may 2011, Grenoble area, France http://car2011.inrialpes.fr/ -19th ESUG International Smalltalk Conference 22-26 August 2011, Edinburgh, UK http://www.esug.org

Re: [Pharo-project] Popularity of Smalltalk in Software Industry

2011-05-05 Thread Noury Bouraqadi
HI Sourav, Smalltalk is unfortunately not main stream, one reason is that there were no free version until the end of the 90's. Still there are companies using it some of them since the 80's and doing only Smalltalk. You can find a list here : http://www.esug.org/wiki/pier/Smaltalk/Companies

Re: [Pharo-project] Last chance to Nile

2011-04-18 Thread Noury Bouraqadi
will remove it from the dev image. It's a pity because I like the project and I like to see Traits. Regards, -- Mariano http://marianopeck.wordpress.com Noury Bouraqadi http://car.mines-douai.fr/noury -- -6th National Conference on “Control Architecture of Robots” 24-25 may 2011

Re: [Pharo-project] [BlogPost] Building the VM from scratch using Git and CMakeVMMaker

2011-04-10 Thread Noury Bouraqadi
it is useful for you. Any kind of feedback is more than welcome. Cheers -- Mariano http://marianopeck.wordpress.com Noury Bouraqadi http://car.mines-douai.fr/noury -- -6th National Conference on “Control Architecture of Robots” 24-25 may 2011, Grenoble area, France http://car2011.inrialpes.fr

Re: [Pharo-project] Metacello chapter

2011-04-07 Thread Noury Bouraqadi
request on the Socket chapter. what is it? what do you mean? what do you need? Stef -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/ Noury Bouraqadi http://car.mines-douai.fr/noury -- -6th National

Re: [Pharo-project] Actions done in 1.3

2011-04-07 Thread Noury Bouraqadi
On 7 avr. 2011, at 09:53, Marcus Denker wrote: I want a 1.3 that is in we could release today if we wanted 90% of the time. Yes! What about integrating only things that do not break tests? I mean : -have a DEV version with all what we want -having a STABLE version where all tests are

Re: [Pharo-project] jtalk fun

2011-04-06 Thread Noury Bouraqadi
Cool. But how do we move parts? On 5 avr. 2011, at 15:16, laurent laffont wrote: Go to http://jtalk-project.org/ Open development tools - Workspace Evaluate: Tetris new appendToJQuery: 'body' asJQuery play. Laurent. Noury Bouraqadi http://car.mines-douai.fr/noury -- -6th

Re: [Pharo-project] SmalltalkHub going beta in a week

2011-04-06 Thread Noury Bouraqadi
Cool! I guess you didn't you use JTalkST (too young), did you? On 6 avr. 2011, at 13:00, Nicolas Petton wrote: Hi, We've been working on a new code repository project management application for Smalltalk with ESUG named SmalltalkHub. If everything goes fine, the app should be in public

Re: [Pharo-project] Metacello chapter

2011-04-06 Thread Noury Bouraqadi
it means that I'm losing my time and I should stop writing and like that you can cry that there is no doc about Pharo. Metacello.pdf Stef Noury Bouraqadi http://car.mines-douai.fr/noury -- -6th National Conference on “Control Architecture of Robots” 24-25 may 2011, Grenoble area, France

Re: [Pharo-project] ZeroMQ bindings for Pharo

2011-04-01 Thread Noury Bouraqadi
, -- Vijay Noury Bouraqadi http://car.mines-douai.fr/noury -- -6th National Conference on “Control Architecture of Robots” 24-25 may 2011, Grenoble area, France http://car2011.inrialpes.fr/ -19th ESUG International Smalltalk Conference 22-26 August 2011, Edinburgh, UK http://www.esug.org/Conferences

[Pharo-project] Equality and hash made easy

2011-03-19 Thread Noury Bouraqadi
Hi, I proposed in early february an enhancement to avoid having redefine hash and = together and I would like to see it integrated in 1.3. My idea is that the implicit link between these two methods should be supported by the system. A first solution is proposed on the issue tracker

Re: [Pharo-project] Breakpoints in Pharo

2011-03-16 Thread Noury Bouraqadi
Noury Bouraqadi http://car.mines-douai.fr/noury -- -6th National Conference on “Control Architecture of Robots” 24-25 may 2011, Grenoble area, France http://car2011.inrialpes.fr/ -19th ESUG International Smalltalk Conference 22-26 August 2011, Edinburgh, UK http://www.esug.org/Conferences/2011

Re: [Pharo-project] [ANN 1.2] prebuilt core 1.2 final

2011-03-14 Thread Noury Bouraqadi
start to use Cog (for integration, too)... first we need to finish the hudson build of Cog, though. Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. Noury Bouraqadi http://car.mines-douai.fr/noury -- -6th National Conference

Re: [Pharo-project] Jtalk, a Smalltalk for web developers

2011-03-14 Thread Noury Bouraqadi
are still missing/incomplete. Cheers, Nicolas Petton [1] http://jashkenas.github.com/coffee-script/ [2] http://cappuccino.org/ [3] http://clamato.net Noury Bouraqadi http://car.mines-douai.fr/noury -- -6th National Conference on “Control Architecture of Robots” 24-25 may 2011

Re: [Pharo-project] Do you want to add the background picture to the image like we did with Pharo 1.1 ?

2011-03-13 Thread Noury Bouraqadi
This is much better! On 13 mars 2011, at 11:14, Pavel Krivanek wrote: On Sun, Mar 13, 2011 at 8:40 AM, Noury Bouraqadi bouraq...@gmail.com wrote: On 13 mars 2011, at 07:59, Guillermo Polito wrote: Forgot the faded one? Like the idea :) Here it is. But, I prefer the other one

Re: [Pharo-project] Do you want to add the background picture to the image like we did with Pharo 1.1 ?

2011-03-13 Thread Noury Bouraqadi
, at 16:37, Serge Stinckwich wrote: The problem is to use pictures with the suitable free licence ... i prefer to use the previous gray background and some colors. Envoyé de mon iPad Le 13 mars 2011 à 03:40, Noury Bouraqadi bouraq...@gmail.com a écrit : On 13 mars 2011, at 07:59

Re: [Pharo-project] Pharo 1.2 builds green :)

2011-03-12 Thread Noury Bouraqadi
it, finally? btw, before release it, can't we change default RealEstateAgent usedStrategy to #straggerFor:initialExtent:world:, so windows get a normal size? Current one is too small in my screen :( Cheers, Esteban Noury Bouraqadi http://car.mines-douai.fr/noury -- -6th National

Re: [Pharo-project] Pharo mailing list weekly summary #5

2011-03-12 Thread Noury Bouraqadi
: http://forum.world.st/Pharo-mailing-list-weekly-summary-5-tp3350331p3350535.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com. Noury Bouraqadi http://car.mines-douai.fr/noury -- -6th National Conference on “Control Architecture of Robots” 24-25 may 2011, Grenoble area, France

  1   2   3   >