On Tue, Apr 27, 2010 at 3:11 PM, Alexandre Bergel <[email protected]>wrote:

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

Thanks for the bug report and fix ;)

For the rest of the fixes, I don't know what to tell you.
I would contact the maintainers for those project where we have a
maintainer. Then, you can commit in their repositories or ask them what to
do.
My main concern is what happens with all these changes, do they make those
packages non compatible with Pharo 1.0 or it will still work there?
For the <worldMenu> I guess there is no problem. but what about the others?

Cheers

Mariano


> 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