Hello,
I used stef's reloader to determine the packages loaded in the latest 4.7 build from squeaksource and I compared it to the flatVersion47: (corresponding to release 4.7, generated in dec 2012) in configurationOfMoose. There are some packages that are updated in latest moose 4.7 but there are old versions of these packages in flatVersion47:. For example, the version number of FAMIX-Core in flatversion47 is 209 but in the latest 4.7 build, it was 211. I am creating a new script6 that loads the latest stable version of Moose on 1.4, it is important because there are some updates from Roassal and Eyesee that we need. So, it would be good that flatVersion47 points to script6.
Here is a list of packages whose version number changed.
Package: flatVersion47 version number -> latest-dev version number OSProcess: 73-> 78 Famix-Core: 209-> 211 Famix-File: 38-> 39 Famix-Java: 70-> 71 Famix-Extensions: 244-> 246 PetitAnalyzer: 39-> 40 Glamour-Examples: 252-> 253 Glamour-Morphic-Renderer: 179-> 183 PetitGui: 114-> 116 ConfigurationOfRoassal: 752-> 866 Mondrian-Easel: 42-> 43 ConfigurationOfFuel: 157-> 181 Fuel: 685-> 686 FuelCompatibilityBeforePharo20: 20-> 20 Roassal: 404-> 475 RoassalMorphic: 94-> 111 EyeSee-Tests-Core: 66-> 67 EyeSee-Core: 99-> 100 Moose-Finder: 426-> 427 Moose-MondrianPaintings: 172-> 176 ConfigurationOfMoose: 275-> 278
Usman