Hi Doru,
I'd like to make transparant what needs to be done to release Moose 5.0, so I'll write down the steps I take.
First step is deciding which configurations need to be changed, and what needs to be done with them.
In Moose we have the following 34 configurations:
ConfigurationOfAnnouncerCentricDebugger ConfigurationOfBitmapCharacterSet ConfigurationOfCommandShell ConfigurationOfDeepTraverser ConfigurationOfFame ConfigurationOfGTDebugger ConfigurationOfGTInspector ConfigurationOfGTInspectorCore ConfigurationOfGTPlayground ConfigurationOfGTPlaygroundCore ConfigurationOfGTSpotter ConfigurationOfGToolkit ConfigurationOfGlamour ConfigurationOfGlamourCore ConfigurationOfGrease ConfigurationOfHashTable ConfigurationOfMagritte3 ConfigurationOfMerlin ConfigurationOfMetanool ConfigurationOfMoose ConfigurationOfMooseAlgos ConfigurationOfNewDebugger ConfigurationOfOSProcess ConfigurationOfOrderPreservingDictionary ConfigurationOfPastell ConfigurationOfPetitParser ConfigurationOfPetitSQLParser ConfigurationOfPhexample ConfigurationOfRoassal2 ConfigurationOfRoelTyper ConfigurationOfRubric ConfigurationOfSmallDude ConfigurationOfXMLParser ConfigurationOfXMLWriter
In Pharo3 30860 there are no configurations.
Of those, the maintained ones I know not under Moose control are:
ConfigurationOfCommandShell ConfigurationOfGrease ConfigurationOfMagritte3 ConfigurationOfOSProcess ConfigurationOfXMLParser ConfigurationOfXMLWriter
I assume there are a few more. Which ones?
In those I'd suggest to not add the #'moose5.0' but pick the met fitting current version.
Grease and Magritte3 already have named versions, so we can simply refer to Magritte3 #'release3.2' Grease #'release1.1' that contains the same packages as #development=version3.1.5
CommandShell loads version469 which has a numbered OSProcess version 4.5.12 the #stable version refers to 469 so can be used. The baseline of CommandShell looks broken.
to be continued Stephan