Re: [Pharo-dev] WhatsUp from: 2015-08-17 until: 2015-08-31

2015-08-18 Thread Max Leske
> On 17 Aug 2015, at 07:00, seas...@rmod.lille.inria.fr wrote: > > Hi! We're sending this automatic email twice a month, to give the community > an opportunity to easily know what's happening and to coordinate efforts. > Just answer informally, and feel free to spawn discussions thereafter! >

Re: [Pharo-dev] World Menu associated mouse click

2015-08-18 Thread Dimitris Chloupis
Can't say I use it much either. On Wed, Aug 19, 2015 at 4:42 AM Ben Coman wrote: > > On Tue, Aug 18, 2015 at 8:09 PM Ben Coman wrote: > >> > >> Opened issue with fix - https://pharo.fogbugz.com/default.asp?16265 > >> > >> On Wed, Aug 19, 2015 at 12:13 AM, Ben Coman > wrote: > >> > -Mes

Re: [Pharo-dev] WhatsUp from: 2015-08-17 until: 2015-08-31

2015-08-18 Thread Dimitris Chloupis
Yeap that one. On Wed, Aug 19, 2015 at 12:30 AM Merwan Ouddane wrote: > > > On 18/08/2015 23:00, Dimitris Chloupis wrote: > > 1) bringing more Python support for Pharo, now I have added support for > python and blender types to be automagically converted to pharo objects . > Used and learn SmaCC

Re: [Pharo-dev] World Menu associated mouse click

2015-08-18 Thread Ben Coman
> On Tue, Aug 18, 2015 at 8:09 PM Ben Coman wrote: >> >> Opened issue with fix - https://pharo.fogbugz.com/default.asp?16265 >> >> On Wed, Aug 19, 2015 at 12:13 AM, Ben Coman wrote: >> > -Message d'origine- >> > De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part

[Pharo-dev] method return-typing (was Re: Date&Time api)

2015-08-18 Thread Ben Coman
> On Tue, Aug 18, 2015 at 1:21 AM, Yuriy Tymchuk wrote: >> >> Hi, >> >> there are some weird things around the data & time API. So time-related >> classes are using methods like #asNanoSeconds. And numbers do not implements >> it. But they do implement methods as #nanoSeconds, #milliSeconds, #sec

[Pharo-dev] [Smalltalks 2015] --- Invitation

2015-08-18 Thread Andres Valloud
The Fundación Argentina de Smalltalk proudly invites you to one of the premier Smalltalk conferences in the world. Let's meet at Buenos Aires, November 11-13! For more details, see the invitation here: http://www.fast.org.ar/Smalltalks2015-invitation.pdf

Re: [Pharo-dev] WhatsUp from: 2015-08-17 until: 2015-08-31

2015-08-18 Thread Merwan Ouddane
On 18/08/2015 23:00, Dimitris Chloupis wrote: 1) bringing more Python support for Pharo, now I have added support for python and blender types to be automagically converted to pharo objects . Used and learn SmaCC. 2) Gave a deep reading on Pharo auto completion. 3) Study how Playgrounds draws

Re: [Pharo-dev] WhatsUp from: 2015-08-17 until: 2015-08-31

2015-08-18 Thread Dimitris Chloupis
1) bringing more Python support for Pharo, now I have added support for python and blender types to be automagically converted to pharo objects . Used and learn SmaCC. 2) Gave a deep reading on Pharo auto completion. 3) Study how Playgrounds draws its GUI to improve it by making far more flexible.

Re: [Pharo-dev] World Menu associated mouse click

2015-08-18 Thread Dimitris Chloupis
and what about the existing right click menu for selecting morphs ? On Tue, Aug 18, 2015 at 8:09 PM Ben Coman wrote: > Opened issue with fix - https://pharo.fogbugz.com/default.asp?16265 > > On Wed, Aug 19, 2015 at 12:13 AM, Ben Coman wrote: > > -Message d'origine- > > De : Phar

Re: [Pharo-dev] Date&Time api

2015-08-18 Thread Chris Cunningham
To, #asNanoSeconds converts the time into the umber of nanosecond that the time represents. #nanoSeconds (and the others) create a duration that is to be added to the time or DateAndTime. The two do not end with the same things 0 and shouldin't. The first tells you how many they represent; the se

Re: [Pharo-dev] World Menu associated mouse click

2015-08-18 Thread Ben Coman
Opened issue with fix - https://pharo.fogbugz.com/default.asp?16265 On Wed, Aug 19, 2015 at 12:13 AM, Ben Coman wrote: > -Message d'origine- > De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de > Ben Coman > A while back on reddit someone complained ab

Re: [Pharo-dev] World Menu associated mouse click

2015-08-18 Thread Ben Coman
-Message d'origine- De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de Ben Coman Envoyé : lundi 17 août 2015 15:52 À : Pharo Development List Objet : [Pharo-dev] World Menu associated mouse click A while back on reddit someone com

Re: [Pharo-dev] Ctrl key on Windows

2015-08-18 Thread Ben Coman
On Tue, Aug 18, 2015 at 5:28 AM, Nicolai Hess wrote: > > > 2015-08-17 21:16 GMT+02:00 Guillermo Polito : >> >> First, Thanks Nicolai :) >> >> I was testing the latest windows VM In my gf's machine to see the fix of >> Nicolai to the Ctrl+friends. >> >> For those who do not know, before, the window

Re: [Pharo-dev] Ctrl key on Windows

2015-08-18 Thread stepharo
Igor is working with esteban to fix the VM to accept SDL. I fixed the Windows VM before. So I hope that we will finally a good keyhandling. Stef Le 17/8/15 23:28, Nicolai Hess a écrit : 2015-08-17 21:16 GMT+02:00 Guillermo Polito >: First, Thanks Nicol

Re: [Pharo-dev] WhatsUp from: 2015-08-17 until: 2015-08-31

2015-08-18 Thread Sean P. DeNigris
### Here's what I've been up to since the last WhatsUp: - Ported Moose issue tracker to GitHub - GT extension for presentations semi-auto-generated from Magritte descriptions - data, label, etc pre-filled by default - Magritte actions appear as e.g. presentation list selection context menu - Ma

Re: [Pharo-dev] Date&Time api

2015-08-18 Thread Sean P. DeNigris
Uko2 wrote > "5 nanoSeconds” are nicer than “5 asNanoSeconds” And "5 nanoseconds" would be even nicer ;) http://forum.world.st/milliseconds-versus-milliSeconds-tt4809142.html - Cheers, Sean -- View this message in context: http://forum.world.st/Date-Time-api-tp4843669p4843805.html Sent fro

[Pharo-dev] [pharo-project/pharo-core] 03b7d7: 50245

2015-08-18 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 03b7d7942ad7727e3600a005779d52b9e52fd70b https://github.com/pharo-project/pharo-core/commit/03b7d7942ad7727e3600a005779d52b9e52fd70b Author: Jenkins Build Server Date: 2015-08-18 (Tue, 18 Aug 2015

[Pharo-dev] [pharo-project/pharo-core]

2015-08-18 Thread GitHub
Branch: refs/tags/50245 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] WhatsUp from: 2015-08-17 until: 2015-08-31

2015-08-18 Thread Alexandre Bergel
> ### Here's what I've been up to since the last WhatsUp: > > - $HEROIC_ACHIEVEMENTS_OR_DISMAL_FAILURES_OR_SIMPLE_BORING_NECESSARY_TASKS - Worked on many chapter of AgileVisualization. The book is moving! - Worked on many fixes for Roassal2 - Worked on Roassal3 - Worked on Object evolution bluepr

Re: [Pharo-dev] WhatsUp from: 2015-08-17 until: 2015-08-31

2015-08-18 Thread stepharo
Le 17/8/15 07:00, seas...@rmod.lille.inria.fr a écrit : Hi! We're sending this automatic email twice a month, to give the community an opportunity to easily know what's happening and to coordinate efforts. Just answer informally, and feel free to spawn discussions thereafter! ### Here's wha

[Pharo-dev] [pharo-project/pharo-core]

2015-08-18 Thread GitHub
Branch: refs/tags/50244 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 5b69a2: 50244

2015-08-18 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 5b69a2d0d6c226b15abee4ee2766f60cbad3d474 https://github.com/pharo-project/pharo-core/commit/5b69a2d0d6c226b15abee4ee2766f60cbad3d474 Author: Jenkins Build Server Date: 2015-08-18 (Tue, 18 Aug 2015

Re: [Pharo-dev] Critical change to compiler, needs testing

2015-08-18 Thread Marcus Denker
Hi, One thing we definitely need to do is to commit the Change first to the Opal repository. This will trigger a build and in a second step this: https://ci.inria.fr/rmod/job/OpalRegression/ This recompiled the whole image and then runs all test

[Pharo-dev] [pharo-project/pharo-core] 7fdd46: 50243

2015-08-18 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 7fdd4661c747e89a85a1137ee82ef71cf1edc1a0 https://github.com/pharo-project/pharo-core/commit/7fdd4661c747e89a85a1137ee82ef71cf1edc1a0 Author: Jenkins Build Server Date: 2015-08-18 (Tue, 18 Aug 2015

[Pharo-dev] [pharo-project/pharo-core]

2015-08-18 Thread GitHub
Branch: refs/tags/50243 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Monkey failures

2015-08-18 Thread Marcus Denker
> On 18 Aug 2015, at 12:24, Guillermo Polito wrote: > > Some monkey random questions: > > - I saw the monkey failing validations because of internal errors like > timeouts while running the lint rules. That makes me think, when the monkey > fails a validation because of a monkey failure, shou

Re: [Pharo-dev] Mongo - find object by id

2015-08-18 Thread Sabine Manaa
Hi Stephane, ok, I have put all my suggestions in a pull request. Please feel free to change, delete it is only a suggestion. I am interested in feedback! Regards Sabine 2015-08-17 14:53 GMT+02:00 Sabine Manaa : > Hi Steph, > > thanks. I am editing my suggestions and tell you when finished

[Pharo-dev] Monkey failures

2015-08-18 Thread Guillermo Polito
Some monkey random questions: - I saw the monkey failing validations because of internal errors like timeouts while running the lint rules. That makes me think, when the monkey fails a validation because of a monkey failure, shouldn't it be better to mark the issue as "Resolved (Fix Review Needed)

Re: [Pharo-dev] Critical change to compiler, needs testing

2015-08-18 Thread Blondeau Vincent
You right, I forget to load the first slice.. But I did not find errors by running some tests on the Moose Image. Cheers, Vincent De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de Guillermo Polito Envoyé : mardi 18 août 2015 11:49 À : Pharo Development List; Clément Bera

Re: [Pharo-dev] Critical change to compiler, needs testing

2015-08-18 Thread Guillermo Polito
That moose image is based on the latest Pharo??? :) Because to me it looks like you don't have the OpalEncoder classes from slice 16199. The order of loading is the following if on versions of pharo that are not latest 5.0: - load slice 16199 - load slice 16250 - execute postload: CompiledMethod

Re: [Pharo-dev] Critical change to compiler, needs testing

2015-08-18 Thread Blondeau Vincent
Hi Guille, I loaded your slice in the last Moose image, and it not possible to browse any source code through nautilus… Maybe you should take a look? Cheers, Vincent De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de Guillermo Polito Envoyé : mardi 18 août 2015 11:13 À :

[Pharo-dev] Critical change to compiler, needs testing

2015-08-18 Thread Guillermo Polito
Hi guys, In the quest to remove the old compiler from the map, we need to replace the references to ParseNode. Thing is that right now, the bytecode encoders opal compiler uses are subclasses of this ParseNode guy. To solve this, we are integrating this in several steps: - Integrate a copy of th

Re: [Pharo-dev] Dictionary tests are failing

2015-08-18 Thread Guillermo Polito
https://pharo.fogbugz.com/f/cases/16251/Dictionary-tests-are-failing El mar., 18 de ago. de 2015 a la(s) 11:03 a. m., Guillermo Polito < guillermopol...@gmail.com> escribió: > I'll do it! > > El mar., 18 de ago. de 2015 a la(s) 10:59 a. m., Marcus Denker < > marcus.den...@inria.fr> escribió: > >>

Re: [Pharo-dev] Dictionary tests are failing

2015-08-18 Thread Guillermo Polito
I'll do it! El mar., 18 de ago. de 2015 a la(s) 10:59 a. m., Marcus Denker < marcus.den...@inria.fr> escribió: > > > On 18 Aug 2015, at 10:45, Guillermo Polito > wrote: > > > > Looks like a refactor in the tests that is not finished. There is a bit > of a mess between #collectionClass and #class

Re: [Pharo-dev] Dictionary tests are failing

2015-08-18 Thread Marcus Denker
> On 18 Aug 2015, at 10:45, Guillermo Polito wrote: > > Looks like a refactor in the tests that is not finished. There is a bit of a > mess between #collectionClass and #classToBeTested in that hierarchy. > > Is somebody working on that? I see no open issue. > This seems to be a side effect

[Pharo-dev] Dictionary tests are failing

2015-08-18 Thread Guillermo Polito
Looks like a refactor in the tests that is not finished. There is a bit of a mess between #collectionClass and #classToBeTested in that hierarchy. Is somebody working on that? I see no open issue. Guille

[Pharo-dev] Date&Time api

2015-08-18 Thread Yuriy Tymchuk
Hi, there are some weird things around the data & time API. So time-related classes are using methods like #asNanoSeconds. And numbers do not implements it. But they do implement methods as #nanoSeconds, #milliSeconds, #seconds and #asSeconds. Of course "5 nanoSeconds” are nicer than “5 asNanoS

[Pharo-dev] [pharo-project/pharo-core] 50ee9d: 50242

2015-08-18 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 50ee9d05ee7342da7540e67e511412df34477ac8 https://github.com/pharo-project/pharo-core/commit/50ee9d05ee7342da7540e67e511412df34477ac8 Author: Jenkins Build Server Date: 2015-08-18 (Tue, 18 Aug 2015

[Pharo-dev] [pharo-project/pharo-core]

2015-08-18 Thread GitHub
Branch: refs/tags/50242 Home: https://github.com/pharo-project/pharo-core