Hi Esteban,
Hi,�yes... I will commit a fixed version this week or the next one, or the other (ah, time, that awful all-eater monster) :PCheers,EstebanEl 04/02/2011, a las 9:57a.m., Luc Fabresse escribi�:Hi Esteban,�No, I do not use Alien-MacOS (and I never played with it) even if I am on Mac.�This is because I only need to call a standard POSIX library and Alien-Core is enough for me.�If you have a patch or something better for Alien-MacOS, I can test it if you want.��please commit ;-)�Cheers,
#Luc
2011/2/4 Esteban Lorenzano <estebanlm@gmail.com>Hi Luc,
Did you make the package Alien-MacOS work? right now I'm dealing with it (I even needed to bugfix the plugin sources), and I'm fighting (hard) to make the proxy logic work... also I refactored a lot to make it compatible with latest versions of Alien.
Cheers,
Esteban
El 30/01/2011, a las 9:05a.m., Luc Fabresse escribi�:
> Hi all,
>
> I just committed new versions of Alien on squeaksource to make it run on 1.2
> I also modified the ConfigurationOfAlien to easily load it:
>
> (ConfigurationOfAlien project version: 'Pharo 1.1') load
>
> (ConfigurationOfAlien project version: 'Pharo 1.2') load
>
> (ConfigurationOfAlien project version: 'Pharo 1.1') load: {'All'. 'MacOSX'}
>
> (ConfigurationOfAlien project version: 'Pharo 1.2') load: {'All'. 'MacOSX'}
>
> #Luc