[Pharo-users] All file accesses get externalCalledFailed exceptions.

2020-04-22 Thread Michael Burns via Pharo-users
--- Begin Message --- Newbie to Pharo Just installed the latest 8.0 stable image. Some things work, but anything I do to access any files gets an exception dealing with getcwd in libc.dylib. I am running MacOS Catalina. I searched and found the lib.dylib file and it is an alias to another .dylib

Re: [Pharo-users] All file accesses get externalCalledFailed exceptions.

2020-04-22 Thread Tim Mackinnon
H Michael- that seems strange, I just tried the following on a Pharo8 with Catalina: OSPlatform current currentWorkingDirectoryPath. > /Users/macta/Dev/Smalltalk/Pharo/Pharo 8.0 - 64bit I’m using PharoLauncher, although my images are not stored in Documents, but ~/Dev/Smalltalk/Pharo (I adjus

[Pharo-users] [ANN] I18N moved from STHub to GitHub

2020-04-22 Thread Torsten Bergmann
Hi, I moved my I18N project from http://www.smalltalkhub.com/#!/~TorstenBergmann/I18N to https://github.com/astares/Pharo-I18N Documentation is included in the project page. Please load from the new location if you use it. Bye T.

Re: [Pharo-users] Embedding pharo in C++

2020-04-22 Thread Alexandre Bergel via Pharo-users
--- Begin Message --- This is an exciting work Roland. Keep going! Bridging Pharo to other technologies is crucial, and you are doing well. Something you could do, is having Pharo running, on a different process, and exchanging (using a binary format) things between C++ and Pharo. We are doing

[Pharo-users] Missing Extract Method To Component refactoring

2020-04-22 Thread Arturo Zambrano
Hi everyone. Does anyone know what happened to the "Extract Method to Component" refactoring which is in Pharo 6, but seems to be missing in Pharo 7 and Pharo 8. I noticed there is a "Move method to another class", but it is quite different (in the sense that it does fewer checks and code editing d