Re: [Pharo-dev] What happened to Pharo's Window?

2017-01-22 Thread Esteban Lorenzano
it works for me (couple of bugs around in the examples) in macOS sierra in latest Pharo 6.0 in latest Pharo VM Esteban > On 21 Jan 2017, at 17:42, Aliaksei Syrel wrote: > > To not forget, OSWindow also does not work anymore. > Ronnie has minheadless 64bit VM that solves

Re: [Pharo-dev] AioPlugin not present

2017-01-22 Thread David T. Lewis
On Sun, Jan 22, 2017 at 05:00:04PM +0100, Thierry Goubier wrote: > > Le 22/01/2017 ? 15:50, Davide Varvello via Pharo-dev a ?crit : > >Hi Thierry, > > > >I need it for the OSProcess. When my code calls OSProcess the warning > >(http://imgur.com/a/9jhMy) appears. > > > >It happens only once. If I

Re: [Pharo-dev] About more precise default exception?

2017-01-22 Thread Clément Bera
I agree this exception should be more specific. By the way one needs to update all the primitive mutating objects, such as at:put:, so that when it fails because it attempts to mutate a read-only object a proper error is raised instead of SubscriptOutOfBounds with an in-bound index. Maybe an

[Pharo-dev] About more precise default exception?

2017-01-22 Thread stepharong
When I read that, I thought that errorNotIndexable would raise an Exception different from Error. But this is not the case and it means that people should write not so good tests by checking Error instead of a concrete Exception. [[[ MyExampleSetTest >> testIllegal self should: [

Re: [Pharo-dev] Pharo by Example 50 released!

2017-01-22 Thread Sven Van Caekenberghe
Great work, can't wait for the HTML version (to link to when answering questions). Thank you ! > On 22 Jan 2017, at 16:53, stepharong wrote: > > https://pharoweekly.wordpress.com/2017/01/22/pharo-by-example-50-released/ > > Super special thanks to Nicolai Hess that

Re: [Pharo-dev] AioPlugin not present

2017-01-22 Thread Thierry Goubier
Hi Davide, I do use OSProcess in some cases; last time, I just rewrote that part to emit a notification (and not raise a popup). Regards, Thierry Le 22/01/2017 à 15:50, Davide Varvello via Pharo-dev a écrit : Hi Thierry, I need it for the OSProcess. When my code calls OSProcess the

[Pharo-dev] Pharo by Example 50 released!

2017-01-22 Thread stepharong
https://pharoweekly.wordpress.com/2017/01/22/pharo-by-example-50-released/ Super special thanks to Nicolai Hess that pushed me to do the last steps to release. Thanks Nicolai your steady commits pushed me! Stef

Re: [Pharo-dev] AioPlugin not present

2017-01-22 Thread Ben Coman
hi David, Maybe you could compile your own VM, adding add AioPlugin. In my very first attempt to build the VM I found the instructions here relatively easy . * https://github.com/pharo-project/pharo-vm That will give you the newest pre-opensmalltalk-vm. But maybe AioPlugin was excluded from Linux

Re: [Pharo-dev] Google summer of code

2017-01-22 Thread Jigyasa Grover
Also, a good application is equally important as the list of clearly defined projects. - J On Sun, Jan 22, 2017 at 4:30 PM, Serge Stinckwich < serge.stinckw...@gmail.com> wrote: > The list of previous projects is here: > https://github.com/pharo-project/pharo-project-proposals > > On Sat, Jan

Re: [Pharo-dev] Google summer of code

2017-01-22 Thread Serge Stinckwich
The list of previous projects is here: https://github.com/pharo-project/pharo-project-proposals On Sat, Jan 21, 2017 at 10:06 AM, Jigyasa Grover wrote: > Dear Prof Serge > > Thanks for the introduction. > > Dear Alexandre > I have been a past Google Summer of Code

Re: [Pharo-dev] AioPlugin not present

2017-01-22 Thread Davide Varvello via Pharo-dev
--- Begin Message --- Hi Thierry, I need it for the OSProcess. When my code calls OSProcess the warning (http://imgur.com/a/9jhMy) appears. It happens only once. If I close the warning window It does not happen again, but of course if I restart the image it appears once again, so I have to find

Re: [Pharo-dev] PharoSpur32Vm

2017-01-22 Thread Nicolai Hess
2017-01-22 10:21 GMT+01:00 Clément Bera : > Hi, > > I believe they're built from* https://github.com/OpenSmalltalk/vm > * using travis and appveyor. On the > gitbhub readme there are relevant links. All built artifacts are also kept >

Re: [Pharo-dev] PharoSpur32Vm

2017-01-22 Thread Clément Bera
Hi, I believe they're built from* https://github.com/OpenSmalltalk/vm * using travis and appveyor. On the gitbhub readme there are relevant links. All built artifacts are also kept on bintray for history. On Sun, Jan 22, 2017 at 9:25 AM, Nicolai Hess

[Pharo-dev] PharoSpur32Vm

2017-01-22 Thread Nicolai Hess
Where are the latest Pharo-spur-vms (32bit) are built? I don't see them on the build server, only the buildresults at http://files.pharo.org/vm/pharo-spur32/linux/ The latest builds on the buildserver are from the last year only. nicolai

Re: [Pharo-dev] AioPlugin not present

2017-01-22 Thread Thierry Goubier
Hi Davide, at one point in the past, the AioPlugin was present in the latest vm and not in the stable one. It seems than now this plugin is not built anymore. Do you have any special requirements on the AioPlugin? Regards, Thierry Le 22/01/2017 à 01:05, Davide Varvello via Pharo-dev a