creating a reloader script for the latest release

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

creating a reloader script for the latest release

Usman Bhatti
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

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: creating a reloader script for the latest release

stephane ducasse
Excellent!
BTW I would like to play with the package blueprint implementation.
Do you know where it is?

Stef


> 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
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: creating a reloader script for the latest release

Usman Bhatti



On Tue, Mar 5, 2013 at 9:26 AM, stephane ducasse <[hidden email]> wrote:
Excellent!
BTW I would like to play with the package blueprint implementation.
Do you know where it is?

Probably.
Moose-MondrianPaintings-PackageBlueprint package in Moose.
 

Stef


> 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
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: creating a reloader script for the latest release

stephane ducasse
So what is already migrated to Smalltalkhub?

On Mar 5, 2013, at 9:51 AM, Usman Bhatti <[hidden email]> wrote:




On Tue, Mar 5, 2013 at 9:26 AM, stephane ducasse <[hidden email]> wrote:
Excellent!
BTW I would like to play with the package blueprint implementation.
Do you know where it is?

Probably.
Moose-MondrianPaintings-PackageBlueprint package in Moose.
 

Stef


> 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
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: creating a reloader script for the latest release

Usman Bhatti
AFAIK.

what is migrated: http://smalltalkhub.com/#!/~Moose

what is not:
SmallDude
DSM
Kumpel
Metanool


On Wed, Mar 6, 2013 at 7:52 PM, stephane ducasse <[hidden email]> wrote:
So what is already migrated to Smalltalkhub?

On Mar 5, 2013, at 9:51 AM, Usman Bhatti <[hidden email]> wrote:




On Tue, Mar 5, 2013 at 9:26 AM, stephane ducasse <[hidden email]> wrote:
Excellent!
BTW I would like to play with the package blueprint implementation.
Do you know where it is?

Probably.
Moose-MondrianPaintings-PackageBlueprint package in Moose.
 

Stef


> 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
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev