[Pharo-dev] Re: [Ann] Soil v2

2024-08-28 Thread Noury Bouraqadi
Well done Norbert and Marcus! Noury On Aug 28 2024, at 2:00 pm, Norbert Hartl wrote: > We are proud to announce the availability of Soil version 2. > > This release is dated back to July because we made some bigger changes after > that and all the bug fixes before that deserve a release. You can

[Pharo-dev] Re: This week (28/2024) on the Pharo Issue Tracker

2024-07-12 Thread Noury Bouraqadi
Thank you Marcus for all the time and the good energy you put into both Pharo and ESUG! Noury On Jul 12 2024, at 12:20 pm, Marcus Denker wrote: > > This week we reached 10.000 closed pull requests on the main repository (see > https://github.com/pharo-project/pharo/pulls). > The week did not se

[Pharo-dev] Re: [ANN] New MOOC "Advanced Object-Oriented Design"

2024-06-10 Thread Noury Bouraqadi
Well done guys! 👏 This Mooc is must! I liked the video and forwarded to some people that would benefit from the Mooc. On Jun 7 2024, at 10:23 am, Marcus Denker wrote: > [ANN] New MOOC "Advanced Object-Oriented Design” > > English

[Pharo-dev] Re: P12 vs P11 difference: Class side trait composition

2024-04-23 Thread Noury Bouraqadi
Thank you ! On Apr 23 2024, at 11:01 am, Marcus Denker wrote: > Hello, > > This is fixed with merging > > https://github.com/pharo-project/pharo/pull/16487 > > > > On 17 Apr 2024, at 18:36, Noury Bouraqadi wrote: > > Hi, > > Why is the handling of empty tr

[Pharo-dev] P12 vs P11 difference: Class side trait composition

2024-04-17 Thread Noury Bouraqadi
Hi, Why is the handling of empty trait compositions is different for class side? Suppose we have trait T used by class A. Consider B a subclass of A. B traitComposition ---> TaEmptyTraitComposition "Same for P11 and P12" B class trait "Difference !!!" ---> TaEmptyTraitComposition "in P11" ---> Ta

[Pharo-dev] Re: "The Classification Model" — New blog post on all: objects all: theTime

2024-03-19 Thread Noury Bouraqadi
It sounds promising. I want it now ;-) Noury On Mar 18 2024, at 6:51 pm, Koen De Hondt wrote: > Dear Pharo users and developers, > > Last week I told you about a new blog post that outlined the objectives of > the Atlas browser. It was the first post of a series. > If you liked it, I invite you

[Pharo-dev] Re: "Introducing Atlas" — New blog post on all: objects all: theTime

2024-03-13 Thread Noury Bouraqadi
I read the blog post and I liked it. Thank you Koen! I've also liked very much the discussion in this thread. I hope that you guys would expand your ideas and give talks at the ESUG conference next July. FYI here is the page with the ESUG call for presentations https://esug.github.io/2024-Confer

[Pharo-dev] Re: [Success Story] ApptiveGrid - Digitize and Automatize Business Processes

2024-02-27 Thread Noury Bouraqadi
/102626671 > > > > > On 27 Feb 2024, at 12:52, Marcus Denker wrote: > > > Yes, that is a group. > > > > > > But I want to check how to post “as Pharo” and not with my private > > > account.. > > > > > > > On 2

[Pharo-dev] Re: [Success Story] ApptiveGrid - Digitize and Automatize Business Processes

2024-02-27 Thread Noury Bouraqadi
gt; > Marcus > > > On 27 Feb 2024, at 10:40, Noury Bouraqadi wrote: > > Cool. I think we need to share such success stories with the world through > > social media under the Pharo account. > > Just put the link of the story on LinkedIn and share the link here so

[Pharo-dev] Re: [Success Story] ApptiveGrid - Digitize and Automatize Business Processes

2024-02-27 Thread Noury Bouraqadi
Cool. I think we need to share such success stories with the world through social media under the Pharo account. Just put the link of the story on LinkedIn and share the link here so we can like and share. Cheers, Noury On Feb 26 2024, at 5:49 pm, Marcus Denker wrote: > New Story posted on the

[Pharo-dev] Re: About removing class side initialization

2024-01-31 Thread Noury Bouraqadi
This is indeed an issue I'd like to see solved. Class initialization is just an instance of a more general isssue. In SUnit, defining abstract classes is dirty. The code often looks like this MyTestClass class>>#isAbstract ^self == MyTestClass In PharoJS we face the issue of class specific method

[Pharo-dev] Re: [ANN] success story: ApptiveGrid

2023-12-14 Thread Noury Bouraqadi
That's one cool success story. Kudos! Noury On Dec 12 2023, at 1:02 pm, Norbert Hartl wrote: > I wanted to write this for a very long time now…so finally…I’m very proud to > announce a new success story: ApptiveGrid > > ApptiveGrid is a SaaS tool to digitalize and automatize business processes.

[Pharo-dev] Re: New blog post on all:objects all: theTime

2023-11-15 Thread Noury Bouraqadi
Thank you Koen for update. Keep pushing. Noury On Nov 15 2023, at 8:25 am, Koen De Hondt wrote: > Dear Pharo users and developers, > > After my presentation at ESUG’23, which has been added to my blog > (https://all-objects-all-the-time.st/#/blog/posts/4) too, I wrote an > evaluation of Calyps

[Pharo-dev] Re: Server down for https://consortium.pharo.org/

2023-10-16 Thread Noury Bouraqadi
Thank you Marcus ! Noury Bouraqadi On Oct 16 2023, at 9:33 am, Marcus Denker wrote: > Hi, > > It is running again. > > On 15 Oct 2023, at 11:01, Noury Bouraqadi wrote: > > > > > > > > Noury Bouraqadi >

[Pharo-dev] Re: [Issue tracker] Please check your issues on the issue tracker

2023-10-05 Thread Noury Bouraqadi
Did a pass. Thank you for the reminder Marcus. Noury On Oct 5 2023, at 2:16 pm, Marcus Denker wrote: > Hi, > > Please check the issue tracker. > > Often when a bug is fixed, you might even think “YES! the bug I reported is > now fixed” and you naturally assume that your issue therefore was close

[Pharo-dev] Re: fun with Pharo: literal collections are coming to you :)

2023-09-18 Thread Noury Bouraqadi
Cool! Noury On Sep 18 2023, at 5:20 pm, stephane ducasse wrote: > In a Phep005 soon available > > testLiteralSet > | compiler | > compiler := OpalCompiler new. > compiler compilationContext parserClass: RBParserLiteralCollection. > self assert: (compiler evaluate: > '{ :Set 1 . 2 . 1}' ) > > equa

[Pharo-dev] Re: Next Pharo sprints

2023-09-18 Thread Noury Bouraqadi
Thank you @Guille and @Marcus for the dates. Next sprint 29th of sept, Luc and I will attend. Noury On Sep 14 2023, at 2:21 pm, Marcus Denker wrote: > Hi, > > The next dates are: > 29/09 > 27/10 > 24/11 > 22/12 “Christmas Sprint” > > > Marcus > > > On

[Pharo-dev] Re: Next Pharo sprints

2023-09-14 Thread Noury Bouraqadi
Hi, I'd like to attend. When is the next one ? Noury On Wed, Sep 13, 2023, 09:42 Guillermo Polito wrote: > Hi all, > > For those who would like to participate, we are opening the Pharo sprints > we do at Lille every last friday of the month. > Feel free to contact us if you would like to parti

[Pharo-dev] Re: [Success Story] PLC3000: All-in-One Solution for Teaching Factory Automation

2023-09-12 Thread Noury Bouraqadi
Thank you Marcus ! Noury On Sep 12 2023, at 8:31 am, Marcus Denker wrote: > PLC3000: All-in-One Solution for Teaching Factory Automation > > https://pharo.org/success/PLC3000.html > > PLC3000 is the 1st turnkey web solution for industrial automation training. > It combines pedagogical content wi

[Pharo-dev] Re: GSoC idea: a code generation model for smalltalk

2023-08-12 Thread Noury Bouraqadi
Is anyone working on this subject? On Thu, Feb 9, 2023, 10:02 Nicolas Anquetil wrote: > > hello, > > this paper : "An Empirical Comparison of Pre-Trained Models of Source > Code" https://arxiv.org/pdf/2302.04026.pdf studied "19 recently-developed > pre-trained models of source code" > > I am a c

[Pharo-dev] Re: Fwd: [Pharo-users] Kind reminder: Survey on the usage of the system browser

2023-06-21 Thread Noury Bouraqadi
Thank you Marcus for the repost. Koen's mail was in my spam. @Koen Welcome back to Smalltalk and Pharo :-) See you all at ESUG 2023 next August in Lyon, France. Noury On Jun 20 2023, at 12:09 pm, Marcus Denker wrote: > > > > Begin forwarded message: > > From: Koen De Hondt > > Subject: [Pharo-us

[Pharo-dev] Re: Pharo VM Release - v10.0.5

2023-05-06 Thread Noury Bouraqadi
Many thanks to the Pharo team! Noury On May 5 2023, at 7:22 pm, teso...@gmail.com wrote: > Hello, > we have released a new version of the Pharo VM for Pharo 11. This VM is > accessible right now from Zero-Conf, updating it in the Pharo Launcher or > using the usual downloads (as described in pha

[Pharo-dev] Re: PhEP: Underscores in Numeric Literals

2023-02-14 Thread Noury Bouraqadi
I like it. I assume that the enhancement will include converting strings to numbers '10_000' asNumber = 10_000 Noury On Feb 14 2023, at 9:30 am, Guillermo Polito wrote: > +1 > > > El 13 feb. 2023, a las 20:37, Daniel Slomovits > (mailto:daniels...@gmail.com)> escribiĂł: > > Seems reasonable to me

[Pharo-dev] Re: This week (1/2023) on the Pharo Issue Tracker

2023-01-06 Thread Noury Bouraqadi
The new year comes with more new improvements. Thank you Marcus and all the contributors. Best wishes for 2023! Noury On Jan 6 2023, at 11:17 am, Marcus Denker wrote: > I archive the weekly logs here: > > https://github.com/pharo-project/pharo-changelogs/tree/master/weekly > (https://link.getma

[Pharo-dev] Re: Phep proposal: A proposal to introduce a non misleading not equals selector in the default Pharo image

2022-12-23 Thread Noury Bouraqadi
Good initiative. I like it, because it lowers the bar for newcomers. Noury On Dec 23 2022, at 11:48 am, Christophe Demarey wrote: > Hi, > > I proposed a Phep to introduce a non misleading not equals selector in the > default Pharo image: > https://github.com/pharo-project/pheps/blob/4136ba7ddbc

[Pharo-dev] Re: Inovation Technology Award Submission: Polyphemus

2022-08-16 Thread Noury Bouraqadi
Thank you Pierre for the submission :-) Noury On Aug 16 2022, at 10:36 am, pmissech wrote: > Hello, > > Although i will not be able to attend ESUG'22, a friend agreed to > present one of our projects to the innovation award. > **Polyphemus** is a VM related, but public aims at any kind of develop

[Pharo-dev] Re: Cheap/free Seaside site hosting (urgent)?

2022-06-22 Thread Noury Bouraqadi
Hi Lucas, Put your image in a docker container hosted by Google cloud. If the container is less than 250MB, you can have free plan for a limited periode of time. Noury On Jun 22 2022, at 1:20 am, Aaron Rosenzweig wrote: > Hi Lucas, > > You didn’t say what country you are in. > > Did you try Lin

[Pharo-dev] Re: [ANN] Pharo Launcher 3.0 released!

2022-04-15 Thread Noury Bouraqadi
Thank you Christophe and all the Pharo team ! Noury On Apr 14 2022, at 2:26 pm, Christophe Demarey wrote: > Hi all, > > Pharo Launcher 3.0 has just been released! It is available from > http://pharo.org/download > (https://link.getmailspring.com/link/a3ebdee0-474e-4d76-9f6e-bcb63ec71...@getmai

[Pharo-dev] Re: About Pharo X nickname: "Cut the fat"

2021-08-26 Thread Noury Bouraqadi
Wow! Impressive list! Well done! Noury

[Pharo-dev] Re: [ANN] Pharo 9 released!

2021-07-15 Thread Noury Bouraqadi
Yey! Big thank you to the core team and all the community! Noury On Jul 15 2021, at 11:14 am, Esteban Lorenzano wrote: > Dear World and dynamic language lovers: > > The time has come for Pharo 9 (https://pharo.org/) ! > Pharo is a pure object-oriented programming language and a powerful > enviro

[Pharo-dev] Re: Pharo Progress Report 19/05/2021 (The Return)

2021-05-19 Thread Noury Bouraqadi
Thanks Esteban. I like your idea of showing the direction. Noury On May 19 2021, at 10:59 am, Esteban Lorenzano wrote: > Hello! > > The other day Torsten mention in discord that before was easier to follow > what was going on due the reports we were publishing, and I think he is > right. This r

[Pharo-dev] Re: [ANN] Freezing Pharo 9 development right now :)

2021-05-02 Thread Noury Bouraqadi
Excellent news! On Apr 30 2021, at 11:04 pm, Esteban Lorenzano wrote: > Hi, > > So, today I was checking how much it is missing for release and what is our > status, and I realized if we do not freeze now, we will never release in a > reasonable time. > So, even if there are a couple of cleanup

[Pharo-dev] Re: Progress Report -> Refactoring Project - ( April 12 - April 16)

2021-04-19 Thread Noury Bouraqadi
Hi Evelyn, I've been silently watching your weekly progress. I thought, for once say thank you :-) Noury On Apr 19 2021, at 7:08 am, Evelyn Cusi Lopez wrote: > Hi everyone, > > Last week I did these tasks: > > - Improve and add command to deprecate a method. Check PR > (https://github.com/pharo

[Pharo-dev] Re: Improving Variable Shadow model

2021-04-14 Thread Noury Bouraqadi
Thanks Marcus On Apr 14 2021, at 10:53 am, Marcus Denker wrote: > Just a status update: we merged all the code. > > - we now have for both the class and method view a Critique rule that warns > you if you use shadowing vars. > > - Pavel fixed all the cases of shadowing class variables. Thanks! >

[Pharo-dev] Re: PharoJ now available for Pharo10

2021-04-01 Thread Noury Bouraqadi
Thank you Guille, Pavel, Torsten, Esteban. You really made me laugh :-) On Apr 1 2021, at 7:34 pm, Noury Bouraqadi wrote: > Esteban, > > The pharo10 branch of PharoJS is really on GitHub. We are "only" missing > Pharo 10 ;-) > Happy Easter Fools ! > On Apr 1 2021, a

[Pharo-dev] Re: PharoJ now available for Pharo10

2021-04-01 Thread Noury Bouraqadi
> On Apr 1 2021, at 1:38 pm, Noury Bouraqadi wrote: > > Hi everyone, > > > > We continue to make progress during our weekly coding sessions. We are glad > > to announce that this week we made a huge leap forward. Now PharoJS is > > available for Pharo 10. To instal

[Pharo-dev] Re: PharoJ now available for Pharo10

2021-04-01 Thread Noury Bouraqadi
ject I wanted. What am I doing wrong? The huge GDPR overlay on > every image startup is annoying :-( > > > -- Pavel > ÄŤt 1. 4. 2021 v 13:38 odesĂ­latel Noury Bouraqadi (mailto:bouraq...@gmail.com)> napsal: > > Hi everyone, > > > > We continue to make progress duri

[Pharo-dev] PharoJ now available for Pharo10

2021-04-01 Thread Noury Bouraqadi
Hi everyone, We continue to make progress during our weekly coding sessions. We are glad to announce that this week we made a huge leap forward. Now PharoJS is available for Pharo 10. To install it, run the following script in a Pharo 10 playground Metacello new baseline: 'PharoJS'; repository:

[Pharo-dev] Re: Pharo - GSOC 2021

2021-03-10 Thread Noury Bouraqadi
+1 On Mar 11 2021, at 7:51 am, Esteban Lorenzano wrote: > Super ! > Thank you very much to all people working to make it possible ! > > Esteban > On Mar 11 2021, at 7:33 am, Serge Stinckwich > wrote: > > Dear all, > > > > great news I want to share with you: Pharo has been selected to be part o

[Pharo-dev] Part 2 of Pharo Smalltalk related series of articles in a french magazine

2021-01-14 Thread Noury Bouraqadi
Hi everyone, The part 2 of the articles by the Pharo Smalltalk community is out, as part of the french magazine Programmez #244. You can find a summary (in french) at: https://nootrix.com/fr/smalltalk-magazine-2021-01/ Enjoy, Noury

[Pharo-dev] Re: This week (47/2020) on the Issue Tracker

2020-11-21 Thread Noury Bouraqadi
Indeed, posting these emails is useful. It helps keeping us posted about the ongoing progress of Pharo. I like they are grouped by topic, so it makes easier to get what it's about. Sean's suggestion would indeed understand more. Though I expect it will require more time/effort to write. Moreove

[Pharo-dev] PharoJS ESUG 2016 Demo files

2016-09-09 Thread Noury Bouraqadi
Hi, The Pharo 4.0 image + related files used in the PharoJS ESUG 2016 demo are now available for download at https://pharojs.github.io/faq.html#demoEsug2016 Best, Noury

[Pharo-dev] Job | Seeking a Smalltalker for a PhD on Multi-Robot Systems

2015-10-13 Thread Noury Bouraqadi
found at: http://car.mines-douai.fr <http://car.mines-douai.fr/> Best, Prof. Noury Bouraqadi Ecole des Mines de Douai Lille area France CONTACT Prof. Noury Bouraqadi, noury.bouraqadi AT mines-douai.fr <http://mines-douai.fr/> Dr. Luc Fabresse, luc.fabresse AT mines-douai

[Pharo-dev] Position for a PhD student on Hot software update

2015-09-23 Thread Noury Bouraqadi
Hi, As part of the ongoing partnership between INRIA and Mines Douai, we have a funding for a PhD student to work on hot software update. You'll find below a description of the position. Best, Noury — Prof. Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury --- CO

[Pharo-dev] Job Offer | 1 year Post-Doc/Research & Teaching Assistant

2015-06-23 Thread Noury Bouraqadi
Hi, We have a 12 months position for a post-doc/Research & teaching assistant at Ecole des Mines de Douai (France). Applicants should have a PhD degree. You can find out more about our activity (Pharo + Robotics) at: http://car.mines-douai.fr Best, Noury — Prof. Noury Bouraqadi Ecole

Re: [Pharo-dev] String>>howManyMatch: Bug or feature ?

2015-03-25 Thread Noury Bouraqadi
Hi Nicolas, > On 24 Mar 2015, at 16:32, Nicolas Cellier > wrote: > I think you're looking after the number of common chars only at beginning. > Wouldn't the method finder hit a better match? > Yes. your right. I found the method I was actually needing that gives me the behavior I expected. St

[Pharo-dev] String>>howManyMatch: Bug or feature ?

2015-03-24 Thread Noury Bouraqadi
Hi, The normal behavior 'abc' howManyMatch: 'abd' --> 2. I got suprized the way Blanks and new lines are handled. '\**' withCRs howManyMatch: '\\**' withCRs. --> 2 instead of 1 'ab\ **' withCRs howManyMatch: 'ab\\**' withCRs. --> 4 instead of 3 '\ **' withCRs howManyMatch: '\\**' withCRs. -->

[Pharo-dev] Old Pharo Mac VM on pharo.org

2015-03-23 Thread Noury Bouraqadi
Hi, On http://pharo.org/download I got the Mac VM dating back to sept 2014. Shouldn't it be http://files.pharo.org/vm/pharo/mac/latest.zip ? Noury

[Pharo-dev] Recover lost changes | Where are class definitions?

2015-01-28 Thread Noury Bouraqadi
Hi, I tried recovering code lost when an image quits without saving. But, in the "Recent changes", I don't see class definitions. I tesed this in Pharo 3 latest and in Pharo 4 latest too. Is there an option to display them? I guess they are hidden with other "DoIts", but I can't figure out how

[Pharo-dev] [FUN] SNCF (french railways) is doing "Pharo"

2015-01-21 Thread Noury Bouraqadi
See the adertisement I received :-) Noury

Re: [Pharo-dev] Pillar latex generation

2014-12-10 Thread Noury Bouraqadi
It works now. Thanx Damien! Noury On 09 Dec 2014, at 15:25, Damien Cassou wrote: > On Tue, Dec 9, 2014 at 11:15 AM, Noury Bouraqadi wrote: >> Did I missed something? > > > that is fixed in latest version of Pillar. Please download again. > > --

[Pharo-dev] Pillar latex generation

2014-12-09 Thread Noury Bouraqadi
Hi, I'm experimenting with Pillar. I'm using a test.pillar file as input with the following content: !This is a title - item1 - item2 -item3 In a folder that contains only my test.pillar file, I generate latex version using the following command: pillar export --to=latex test.pier > test.tex T

[Pharo-dev] SmalltalkHub bugs & hangs :-(

2014-11-27 Thread Noury Bouraqadi
SmalltalkHub is slow, so don’t click too fast :-( While I’m grateful to developers of SmalltalkHub and previously SqueakSource, I believe as a small community, we cannot afford developing everything by ourselves. We don’t have enough man-power. We can see the symptoms since SmalltalkHub is in b

Re: [Pharo-dev] Link between PetitParser and Roassal and Glamour

2014-11-20 Thread Noury Bouraqadi
y thing has its own flow" > >> On 20 Nov 2014, at 15:57, Noury Bouraqadi wrote: >> >> Load PetitParser (dev version) => Roassal and Glamour loaded. >> >> Isn’t it strange? I believe there should be less dependency. >> >> Noury >

[Pharo-dev] Link between PetitParser and Roassal and Glamour

2014-11-20 Thread Noury Bouraqadi
Load PetitParser (dev version) => Roassal and Glamour loaded. Isn’t it strange? I believe there should be less dependency. Noury

[Pharo-dev] Message>>#arguments:

2014-11-20 Thread Noury Bouraqadi
Hi, Is there any reason why we don’t have this method Message>>#arguments: anArray args := anArray We already have the read accessor. There is also a write accessor for single argument messages. Any hint? Noury

[Pharo-dev] OSProcess in 3.0

2014-10-09 Thread Noury Bouraqadi
Hi, Just tried to install the stable version of OSProcess using the configuration browser on a 3.0. I noticed it is still on http://www.squeaksource.com/OSProcess. Does it mean it is dead? if yes, what is the alternative? Thanx Noury

Re: [Pharo-dev] Sending SMS through Pharo/HTTP

2014-10-02 Thread Noury Bouraqadi
thanks Sven for the example, and more importantly for Zinc :-) On 02 Oct 2014, at 14:21, Sven Van Caekenberghe wrote: > > On 02 Oct 2014, at 12:16, Noury Bouraqadi wrote: > >> Hi, >> >> The Free french telecom company introduces a new feature that allow sending

[Pharo-dev] Sending SMS through Pharo/HTTP

2014-10-02 Thread Noury Bouraqadi
Hi, The Free french telecom company introduces a new feature that allow sending SMS to your own mobile phone using a HTTP query All you need is to activate the option at no cost, and use Pharo. Have fun :-) ZnEasy get: 'https://smsapi.free-mobile.fr/sendmsg?user=YourLogin&pass=YourPassword&msg=

Re: [Pharo-dev] blogging about Pharo stuff? send me your link!

2014-08-12 Thread Noury Bouraqadi
Hi Esteban, There is our the blog of the team at Ecole des Mines http://car.mines-douai.fr On 05 Aug 2014, at 15:06, Esteban Lorenzano wrote: > I know, there are several concentrator pages like > http://planet.smalltalk.org, etc. > but I want to put your blog here: > > http://pharo.org/blog

[Pharo-dev] MacOS | Cmd-Q is not working

2014-06-14 Thread Noury Bouraqadi
Noury -- http://twitter.com/#!/NouryBouraqadi http://car.mines-douai.fr/noury

[Pharo-dev] Desktop deployment

2014-06-14 Thread Noury Bouraqadi
Hi, In the chapter on desktop deployment [1], what do the installers do? I'm more specifically interested in the Mac OS one. I guess it builds a .dmg file. What should I provide as input ? [1] https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/lastSuccessfulBuild/artifact/Deploym

[Pharo-dev] Open position for a Permanent Assistant Professor in Computer Science and Robotics

2014-05-22 Thread Noury Bouraqadi
Hi, We're hiring an associate professor who will work on computer science and robots, and we'd really like to have yet another Smalltalker join the team :-) Applicants should be citizens of the EU (few exceptions are possible such as Switzerland). Dead-line for applications : 23rd of June Ap

Re: [Pharo-dev] Closure vs BlockClosure

2014-04-17 Thread Noury Bouraqadi
rld.st/Closure-vs-BlockClosure-tp4755091p4755104.html > Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com. > Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury --

[Pharo-dev] Bug in Rectangle?

2014-03-21 Thread Noury Bouraqadi
Inverting the origin and the corner of a rectangle changes the result of intersection. I guess it's a bug, though I imagine that changing the code of Rectangle is likely to have deep/undesired consequences.. (0@0 corner: 100@100) intersects: (-50@ -50 corner: 80@80) ==> true (100@100 corner: 0@0

[Pharo-dev] Pharo3.0-portable deserves some publicity

2014-02-24 Thread Noury Bouraqadi
Hi, Why Pharo3.0-portable (formely Oneclick) isn't on http://www.pharo-project.org/pharo-download Noury 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 necessite Please consider the e

Re: [Pharo-dev] Pharo 3| Nautilus question

2014-02-21 Thread Noury Bouraqadi
Done. Created both issues. Noury On 20 févr. 2014, at 15:11, Esteban Lorenzano wrote: > > On 20 Feb 2014, at 15:02, Noury Bouraqadi wrote: > >> Hi, >> >> When I add a package, I was expecting to see it appear in monticello. I >> guess it's a pending fe

Re: [Pharo-dev] [rmod] Blog feed unifier

2014-02-20 Thread Noury Bouraqadi
Just remembered there is also http://planet.smalltalk.org/ Noury On 20 févr. 2014, at 14:08, Sven Van Caekenberghe wrote: > > On 20 Feb 2014, at 12:51, Marcus Denker wrote: > >> There is >> >> http://www.reddit.com/r/smalltalk > > That is actually very cool. > > Time to revive my accou

[Pharo-dev] Pharo 3| Nautilus question

2014-02-20 Thread Noury Bouraqadi
Hi, When I add a package, I was expecting to see it appear in monticello. I guess it's a pending feature. Isn't it? Will we get it in 3.0? I'm aksing this because I found this comment: 'A NautilusMonticello is a class used to handle monticello integration into Nautilus by creating the menu entr

Re: [Pharo-dev] Desktop Apps with Pharo 3

2014-02-20 Thread Noury Bouraqadi
wrote: > On Tue, Feb 18, 2014 at 5:26 PM, Noury Bouraqadi wrote: >> For my Pharo Lecture I want to show students how to make a desktop app in >> Pharo 3.0 (Yes I'm using a Beta for my lecture, because Pharo 3 is cool :-) > > > https://ci.inria.fr/pharo-contribut

[Pharo-dev] Desktop Apps with Pharo 3

2014-02-18 Thread Noury Bouraqadi
Hi, For my Pharo Lecture I want to show students how to make a desktop app in Pharo 3.0 (Yes I'm using a Beta for my lecture, because Pharo 3 is cool :-) - I wonder if there are any new cool solution to strip out dev tools or at least lock the world menu? - Is there any way to set the OS windo

Re: [Pharo-dev] Playing an mp3

2014-02-12 Thread Noury Bouraqadi
02-11 15:30 GMT+01:00 Noury Bouraqadi : > Thanks Sean. > Sounds cool. > > Noury > On 11 févr. 2014, at 14:44, Sean P. DeNigris wrote: > > > For mp3s, I started wrapping the FMOD library with NB. It's on sthub. I > > ported enough to play an mp3 and porting ot

Re: [Pharo-dev] Playing an mp3

2014-02-11 Thread Noury Bouraqadi
Thanks Sean. Sounds cool. Noury On 11 févr. 2014, at 14:44, Sean P. DeNigris wrote: > For mp3s, I started wrapping the FMOD library with NB. It's on sthub. I > ported enough to play an mp3 and porting other features should be > straightforward at this point... HTH > > > > - > Cheers, > Sea

Re: [Pharo-dev] Playing an mp3

2014-02-11 Thread Noury Bouraqadi
aroSound' ; > version: #stable; > repository: > 'http://smalltalkhub.com/mc/PharoExtras/Sound/main'. > ]. > == > > Jannik > > > 2014-02-11 9:58 GMT+01:

[Pharo-dev] Playing an mp3

2014-02-11 Thread Noury Bouraqadi
Hi, Which library should I use for playing sounds in general and mp3 in particular? Thanks, Noury -- http://twitter.com/#!/NouryBouraqadi http://car.mines-douai.fr/noury

Re: [Pharo-dev] Nautilus often loses context

2014-01-31 Thread Noury Bouraqadi
; >> >> >> >> >> Most of the time it happens the first time a package gets dirty. >> And it is related to this error: >> >> 12734 Nautilus accept changes shows prompt for cancel dialog >> >> The fix is there, but not yet integrated. >> >> >> >> Nicolai > > Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury --

[Pharo-dev] files.pharo.org/ appears to beOffline!

2014-01-30 Thread Noury Bouraqadi
Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury --

Re: [Pharo-dev] Where to report bugs?

2014-01-29 Thread Noury Bouraqadi
Thanks Hilaire. Noury On 29 janv. 2014, at 09:13, Hilaire Fernandes wrote: > Le 28/01/2014 16:53, Noury Bouraqadi a Ă©crit : >> I tried fogbugz but I failed to connect... > > Reading your email I can't help smiling, and it make me fill I was not > so idiot when I could&

[Pharo-dev] Where to report bugs?

2014-01-28 Thread Noury Bouraqadi
Hi, I tried fogbugz but I failed to connect... Is there another place. I wanted to report that changes after a fileIn in Pharo 3.0 seem to be buggy. Class definitions (do it) are ignored and methods are recorded twice. I tried on the latest 30727. Noury Ecole des Mines de Douai http://car.mines

Re: [Pharo-dev] Pharo3 build is green!

2014-01-09 Thread Noury Bouraqadi
wrote: > > FInally… a lot of work went into this, and I thank everyone who helped! > > We are now running 34134 (together) for the 3 architectures... > > > > > -- > www.tudorgirba.com > > "Every thing has its own flow" > Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury --

[Pharo-dev] A thought about backporting

2013-11-14 Thread Noury Bouraqadi
Hi, Here is a thought I want to share with you. Please don't misunderstand me. I'm really valuing the effort that people put into pharo, but I think sharing this will hopefully result in improving our system. I believe that back-porting is a false good idea. Consider simply this question: what

[Pharo-dev] Duplicate IVs | Bug or feature?

2013-11-04 Thread Noury Bouraqadi
Hi, In Pharo2.0 #20625 it's possible to create two classes, one inheriting from the other, and declaring the exact same IV (attached code). It turns out that instances of the subclass hold two IVs with the exact name. When accessing the IV in the superclass, the first IV is used, while in the

Re: [Pharo-dev] Anyone else teaching programming in Pharo?

2013-10-20 Thread Noury Bouraqadi
or the lab that I port to the latests version of Pharo. Noury PS: This conversation should be moved to the users list this is why I changed the To field of my email... > Alexandre > > > On Oct 20, 2013, at 11:55 AM, Noury Bouraqadi wrote: > >> Hi, >> >> I&#x

Re: [Pharo-dev] Anyone else teaching programming in Pharo?

2013-10-20 Thread Noury Bouraqadi
ad and shared that for Pharo 2.0. You >>> can get it in the Configuration Browser under the name EduTech. If you have >>> some interest, let me know and I'll see what I can do. >> >> I'm :) >> I have boys at home and I would love to have some material to pair program >> with them. >> >> >>> >>> Cheers, >>> >>> Jeff >>> >>> -- >>> Jochen "Jeff" Rick, Ph.D. >>> http://www.je77.com/ >>> Skype ID: jochenrick >> >> Noury Bouraqadi Ecole des Mines de Douai http://car.mines-douai.fr/noury --

Re: [Pharo-dev] Pharo Sprint Lille 18th October

2013-10-08 Thread Noury Bouraqadi
I'll be traveling, so I won't make it. Hope to attend next time. Noury On 8 oct. 2013, at 15:40, Marcus Denker wrote: > What? Pharo Sprint > When? Friday, 18th October, slowly starting at 9:30am > > Where? > RMoD, Inria Lille, Building B, third floor > http://rmod.lille.inria.fr/we

Re: [Pharo-dev] How to test the same behavior with different data

2013-10-07 Thread Noury Bouraqadi
Frank Shearar wrote: > Hi Noury, > > At the moment it's hard-coded to 100 data points. It'd be better to > pull that out into some kind of configuration object though. > > frank > > On 25 September 2013 11:19, Noury Bouraqadi wrote: >> Hi Frank, >> &

Re: [Pharo-dev] How to test the same behavior with different data

2013-10-07 Thread Noury Bouraqadi
Frank Shearar wrote: > Hi Noury, > > At the moment it's hard-coded to 100 data points. It'd be better to > pull that out into some kind of configuration object though. > > frank > > On 25 September 2013 11:19, Noury Bouraqadi wrote: >> Hi Frank, >> &

[Pharo-dev] References to Obsolete classes

2013-10-04 Thread Noury Bouraqadi
Hi, Consider the following scenario: 1- create class A 2- create class B with a method m that references class A 3- delete class A . As a result B>>#m holds a reference to ObsoleteA 4- create a new class A. B>>#m continues to hold a reference to ObsoleteA. This is even more disturbing, since th

Re: [Pharo-dev] How to test the same behavior with different data

2013-09-25 Thread Noury Bouraqadi
gt;>> directions or collisions with obstacles at different locations or speeds. >>>> >>>> Now, I wonder what is the best way to express those similar tests? >>>> >>>> In a short discussion before I leave, Stephane told me about tables of >>>>

[Pharo-dev] How to test the same behavior with different data

2013-09-21 Thread Noury Bouraqadi
Hi, Last ESUG I attended the cool katas session organized by Stephan Eggermont and Laurent Laffont. That was a good opportunity to step back and think about my TDD practices . To experiment with the style proposed by Laurent, I started writing tests for a pong. I ended up having groups of nearl

Re: [Pharo-dev] [ANN] PharoS (Stack) VM jenkins builds now green

2013-07-18 Thread Noury Bouraqadi
On 18 juil. 2013, at 11:10, Esteban Lorenzano wrote: > We are now building StackVM versions for Pharo! > The name we choose is "PharoS", who can be understood as "Pharo StackVM", > "Pharo Small", "Pharo Stripped", "Pharo Slow" :) > It can also be understood as PhaROS = Pharo for Robot Operati