Thanks Esteban, I'm gonna download the vm, try the plugin and feedback you.
Thanks Davide EstebanLM wrote >> On 23 Jan 2017, at 00:56, David T. Lewis < > lewis@.msen > > wrote: >> >> 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 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 a way to include it or another workaround >>>> >>>> Cheers >>>> Davide >>> >>> 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 >> >> I am not sure why the AIOPlugin is not being included in the VMs. > > me neither :) > I added AioPlugin (as external) to all linux distributions… they will be > available in latest VMs. > > can someone test it? > > Esteban > >> >> Whatever the reason for that, the notifier about the missing plugin was >> too annoying, so I got rid of it in the latest OSProcess update: >> >> Name: OSProcess-Base-dtl.56 >> Time: 17 January 2017, 8:47:36.321587 am >> >> OSProcess 4.6.7 >> >> Add nil checks in #shutDown: to prevent failures when exiting existing >> image with a VM that does not include OSPP (e.g. SqueakJS). >> >> For AIO event hander, if the AIO plugin is not present, write an error >> to console rather than interrupting the image with a notifer. Reduces >> the >> annoyance level if VM provider provides OSPP but neglects to include the >> AIO plugin. >> >> Dave >> >> -- View this message in context: http://forum.world.st/AioPlugin-not-present-tp4929932p4930510.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com. |
In reply to this post by EstebanLM
Thanks Esteban, I'm gonna download the vm, try the plugin and feedback you.
Thanks Davide
|
In reply to this post by EstebanLM
Thanks Esteban,
I tested the last version of vm: CoInterpreter * VMMaker.oscog-eem.2107 uuid: 19c0fa53-acc2-40f9-9a07-17510e614ae5 Jan 23 2017 StackToRegisterMappingCogit * VMMaker.oscog-eem.2107 uuid: 19c0fa53-acc2-40f9-9a07-17510e614ae5 Jan 23 2017 VM: 201701231021 https://github.com/pharo-project/pharo-vm.git $ Date: Mon Jan 23 11:21:48 2017 +0100 $ Plugins: 201701231021 https://github.com/pharo-project/pharo-vm.git $ and OSProcess works immediately. Thank you very much Davide EstebanLM wrote >> On 23 Jan 2017, at 00:56, David T. Lewis < > lewis@.msen > > wrote: >> >> 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 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 a way to include it or another workaround >>>> >>>> Cheers >>>> Davide >>> >>> 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 >> >> I am not sure why the AIOPlugin is not being included in the VMs. > > me neither :) > I added AioPlugin (as external) to all linux distributions… they will be > available in latest VMs. > > can someone test it? > > Esteban > >> >> Whatever the reason for that, the notifier about the missing plugin was >> too annoying, so I got rid of it in the latest OSProcess update: >> >> Name: OSProcess-Base-dtl.56 >> Time: 17 January 2017, 8:47:36.321587 am >> >> OSProcess 4.6.7 >> >> Add nil checks in #shutDown: to prevent failures when exiting existing >> image with a VM that does not include OSPP (e.g. SqueakJS). >> >> For AIO event hander, if the AIO plugin is not present, write an error >> to console rather than interrupting the image with a notifer. Reduces >> the >> annoyance level if VM provider provides OSPP but neglects to include the >> AIO plugin. >> >> Dave >> >> -- View this message in context: http://forum.world.st/AioPlugin-not-present-tp4929932p4930556.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com. |
In reply to this post by EstebanLM
Thanks Esteban,
I tested the last version of vm: CoInterpreter * VMMaker.oscog-eem.2107 uuid: 19c0fa53-acc2-40f9-9a07-17510e614ae5 Jan 23 2017 StackToRegisterMappingCogit * VMMaker.oscog-eem.2107 uuid: 19c0fa53-acc2-40f9-9a07-17510e614ae5 Jan 23 2017 VM: 201701231021 https://github.com/pharo-project/pharo-vm.git $ Date: Mon Jan 23 11:21:48 2017 +0100 $ Plugins: 201701231021 https://github.com/pharo-project/pharo-vm.git $ and OSProcess works immediately. Thank you very much Davide
|
Free forum by Nabble | Edit this page |