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. 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