[Pharo-project] Pharo Kernel 2.0
Hi, Markus added all packages to the Pharo 2.0 repository (THANKS!) so I was able to bring Pharo Kernel 2.0 image to life. Few notices: - I had to add FileSystem to the kernel. I added 'FileSystem-AnsiStreams' 'FileSystem-Core' 'FileSystem-Disk' and 'FileSystem-Memory' but maybe some are not necessary. - CommandLine has poor packaging because it includes tests too. - SimpleCodeLoader is now not needed and can be removed - CommandLine package will need some some next changes like to be independent on Compiler (because of Fuel) - KMPragmaKeymapBuilder needs better cleanup code. - I added 'Ring-Core-Kernel' 'Ring-Core-Containers' and 'Fuel' 'FuelMetalevel' 'FuelPackageLoader' packages (Fuel from external repository) I will open the issues. Cheers, -- Pavel
On 5/4/12 2:04 PM, "Pavel Krivanek" <pavel.krivanek@gmail.com> wrote:
Hi,
Markus added all packages to the Pharo 2.0 repository (THANKS!) so I was able to bring Pharo Kernel 2.0 image to life. Few notices:
- I had to add FileSystem to the kernel. I added 'FileSystem-AnsiStreams' 'FileSystem-Core' 'FileSystem-Disk' and 'FileSystem-Memory' but maybe some are not necessary. - CommandLine has poor packaging because it includes tests too. -Â SimpleCodeLoader is now not needed and can be removed - CommandLine package will need some some next changes like to be independent on Compiler (because of Fuel) -Â KMPragmaKeymapBuilder needs better cleanup code. - I added 'Ring-Core-Kernel' Â 'Ring-Core-Containers' and 'Fuel' 'FuelMetalevel' 'FuelPackageLoader' packages (Fuel from external repository)
I will open the issues.
Cheers, -- Pavel
Great news !!! Edgar
thanks pavel. I'm back to life after holidays without internet. I have to catch up with less exciting things than pharo but I'm trying to follow :) On May 4, 2012, at 7:04 PM, Pavel Krivanek wrote:
Hi,
Markus added all packages to the Pharo 2.0 repository (THANKS!) so I was able to bring Pharo Kernel 2.0 image to life. Few notices:
- I had to add FileSystem to the kernel. I added 'FileSystem-AnsiStreams' 'FileSystem-Core' 'FileSystem-Disk' and 'FileSystem-Memory' but maybe some are not necessary. - CommandLine has poor packaging because it includes tests too. - SimpleCodeLoader is now not needed and can be removed - CommandLine package will need some some next changes like to be independent on Compiler (because of Fuel) - KMPragmaKeymapBuilder needs better cleanup code. - I added 'Ring-Core-Kernel' 'Ring-Core-Containers' and 'Fuel' 'FuelMetalevel' 'FuelPackageLoader' packages (Fuel from external repository)
I will open the issues.
Cheers, -- Pavel
participants (3)
-
Edgar J. De Cleene -
Pavel Krivanek -
Stéphane Ducasse