For the <worldMenu> I guess there is no problem. but what about the others?

Not really actually. For example, consider the following method:
OBSearBrowser class>>registerInOpenMenu
        TheWorldMenu registerOpenCommand: {'Search Browser'. {self. #open}}.

Because of this method, loading OB raises a deprecation warning.
What should we do in that case? OB should still be loadable in 1.0.
And creating two development branches is not the solution.

Cheers,
Alexandre


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
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.







--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
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