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