Hi Annik,
long time without a response to this, I'm sorry. I'm just catching up with
this stuff (I'm really full of work this days).
The problem here is that FFI does not have the type "int". You need to
choose between short, ushort, long and ulong (depending of the real size
you need).
And you
I'm defining my first Metacello config (ConfigurationOf...) but I
wonder how should I declare a local file based repository.
Ej:
spec repository: '/home/emaringolo/development/monticello/'.
or its window counterpart:
spec repository: 'E:\users\emaringolo\development\monticello\'.
Is that possible
That should work fine
Esteban A. Maringolo wrote
> I'm defining my first Metacello config (ConfigurationOf...) but I
> wonder how should I declare a local file based repository.
>
> Ej:
> spec repository: '/home/emaringolo/development/monticello/'.
> or its window counterpart:
> spec reposito
Hi,
I'm trying to unload some of the packages from Pharo 3 to come up with a
reduced Pharo Image.
I don't know if someone has already succeeded at getting a Pharo kernel
image. Just the basic and really needed classes and packages.
And then have the possibility to reload Athens, Zinc, Zodiac, ASM,
Hi,
look at https://ci.inria.fr/pharo-contribution/view/Pharo-Kernel-3.0/
Cheers,
-- Pavel
2013/12/10 nacho <0800na...@gmail.com>
> Hi,
> I'm trying to unload some of the packages from Pharo 3 to come up with a
> reduced Pharo Image.
> I don't know if someone has already succeeded at getting
I'm trying slowly. Because I want to reload everything with metacello
configurations.
Tomorrow I will pair program with pavel to make progress on that.
I could unload
Nautilus
RB
but there are many more.
Stef
On Dec 10, 2013, at 8:40 PM, nacho <0800na...@gmail.com> wrote:
Thanks for your responses.
I imagine the daunting task unloading Nautilus should have been. :p
Nacho
*Lic. Ignacio Sniechowski, MBA*
On Tue, Dec 10, 2013 at 7:10 PM, Stéphane Ducasse wrote:
> I'm trying slowly. Because I want to reload everything with metacello
> configurations.
> Tomorr
On Dec 10, 2013, at 11:37 PM, Ignacio Matías Sniechowski <0800na...@gmail.com>
wrote:
> Thanks for your responses.
> I imagine the daunting task unloading Nautilus should have been. :p
took time but now it is working.
Have a look at the ReUnloader package under my project on smalltalkhub.
Ideal