Re: Issue 414 in moose-technology: Replace PackageOrganizerCache by RPackage

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

Re: Issue 414 in moose-technology: Replace PackageOrganizerCache by RPackage

moose-technology

Comment #3 on issue 414 by [hidden email]: Replace  
PackageOrganizerCache by RPackage
http://code.google.com/p/moose-technology/issues/detail?id=414

We should make the switch, especially given that in the future Pharo will  
adopt RPackage :)

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

Re: Issue 414 in moose-technology: Replace PackageOrganizerCache by RPackage

moose-technology

Comment #4 on issue 414 by [hidden email]: Replace  
PackageOrganizerCache by RPackage
http://code.google.com/p/moose-technology/issues/detail?id=414

In fact to have your moose image working, better try with that:

Gofer new
                squeaksource: 'DelaunayTmpStuffs';
                package: 'Moose-SmalltalkImporter';
                version: 'Moose-SmalltalkImporter-cyrille_delaunay.102';
                merge.
       
        Gofer new
                squeaksource: 'DelaunayTmpStuffs';
                package: 'Moose-Tests-SmalltalkImporter-Core';
                version: 'Moose-Tests-SmalltalkImporter-Core-cyrille_delaunay.9';
                merge.
       
        Gofer new
                squeaksource: 'DelaunayTmpStuffs';
                package: 'Moose-Tests-SmalltalkImporter-KGB';
                version: 'Moose-Tests-SmalltalkImporter-KGB-cyrille_delaunay.3';
                merge.
               
        Gofer new
                squeaksource: 'DelaunayTmpStuffs';
                package: 'Moose-Core';
                version: 'Moose-Core-cyrille_delaunay.284';
                merge.

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

Re: Issue 414 in moose-technology: Replace PackageOrganizerCache by RPackage

moose-technology

Comment #5 on issue 414 by [hidden email]: Replace  
PackageOrganizerCache by RPackage
http://code.google.com/p/moose-technology/issues/detail?id=414

To make the switch, what should I do? That is what I think:

   => save each modified package (the four that are mentioned above) in the  
moose repository.
   => add RPackage to the default configuration


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

Re: Issue 414 in moose-technology: Replace PackageOrganizerCache by RPackage

moose-technology
Updates:
        Cc: tudor.girba

Comment #6 on issue 414 by [hidden email]: Replace  
PackageOrganizerCache by RPackage
http://code.google.com/p/moose-technology/issues/detail?id=414

(No comment was entered for this change.)

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

Re: Issue 414 in moose-technology: Replace PackageOrganizerCache by RPackage

moose-technology

Comment #7 on issue 414 by [hidden email]: Replace  
PackageOrganizerCache by RPackage
http://code.google.com/p/moose-technology/issues/detail?id=414

we should also remove the existing package cache and make sure the tests  
are still green. Can you try removing the package cache and then running  
the tests?

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

Re: Issue 414 in moose-technology: Replace PackageOrganizerCache by RPackage

moose-technology

Comment #8 on issue 414 by [hidden email]: Replace  
PackageOrganizerCache by RPackage
http://code.google.com/p/moose-technology/issues/detail?id=414

Gofer new
                squeaksource: 'PharoTaskForces';
                package: 'ConfigurationOfRPackage';
                load.
(Smalltalk at: #ConfigurationOfRPackage) perform: #loadDefault.

Gofer new
                squeaksource: 'DelaunayTmpStuffs';
                version: 'Moose-SmalltalkImporter-cyrille_delaunay.102';
                version: 'Moose-Tests-SmalltalkImporter-Core-cyrille_delaunay.9';
                version: 'Moose-Tests-SmalltalkImporter-KGB-cyrille_delaunay.3';
                version: 'Moose-Core-cyrille_delaunay.284';
                merge.


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

Re: Issue 414 in moose-technology: Replace PackageOrganizerCache by RPackage

moose-technology

Comment #9 on issue 414 by [hidden email]: Replace  
PackageOrganizerCache by RPackage
http://code.google.com/p/moose-technology/issues/detail?id=414

For me it works. The only tests that failed was the  
PackageOrganizerCacheTest, what seems normal ;) So I remove this class  
also, and integrate that

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

Re: Issue 414 in moose-technology: Replace PackageOrganizerCache by RPackage

moose-technology
Updates:
        Labels: Milestone-4.3

Comment #10 on issue 414 by [hidden email]: Replace  
PackageOrganizerCache by RPackage
http://code.google.com/p/moose-technology/issues/detail?id=414

Ok. Give it a try. Please also update the configuration of moose. When you  
are done, I start another build.

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

Re: Issue 414 in moose-technology: Replace PackageOrganizerCache by RPackage

moose-technology

Comment #11 on issue 414 by [hidden email]: Replace  
PackageOrganizerCache by RPackage
http://code.google.com/p/moose-technology/issues/detail?id=414

This is done

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

Re: Issue 414 in moose-technology: Replace PackageOrganizerCache by RPackage

moose-technology
Updates:
        Status: Fixed

Comment #12 on issue 414 by [hidden email]: Replace  
PackageOrganizerCache by RPackage
http://code.google.com/p/moose-technology/issues/detail?id=414

(No comment was entered for this change.)

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