Hi!

I am curious to see how Pharo1.1 can be produced from Core1.1. I loaded ConfigurationOfPharo from MetacelloRepository, and evaluated in a workspace: ConfigurationOfPharo project

This triggered many loads, to end with an error: 'Name not found: ArchiveViewer'. I removed the reference of ArchiveViewer in the baseline.

I then had to do some modifications:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Getting Pharo 1.1 from PharoCore 1.1

- add <worldMenu> in:
SHWorkspace class>>open


- changed asSortedArray into "asArray sort"
OBMetagraphBuilder>>execute ()
OBAllMethodCategoryNode>>methodReferences
OBSelectorNode>>implementors
OBMethodNode>>messageSelectors
OBMethodNode>>implementorsOf:
OBSelectorNode>>senders
ORCommand>>instanceVariables


- fix in
OCompletionTable class>>initializeWithPackages (FillInTheBlank)
NSAbstractDataStream class>>initialize (isInMemory)
SHParserST80>>resolvePartial: (hasBindingThatBeginsWith: is not defined in SystemDictionary anymore)


- Registration in the WorldMenu:
In Moose
PetitGUI
MoosePanel
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

I would like to see Pharo1.1

Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to